473,386 Members | 1,647 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How can I hide a link?

Hi, I have an older webpage that uses a querystring to send data to an
asp classic page. In that link there is data that contains sensitive
information. I do not want this displayed when the user hovers over
the link. I can change the events to have window.status="", and I am
thinking I could just change from GET to POST, but the user could
always just view the source of the page to circumvent those minor
impediments.

Is there an ASP.NET 2.0 way I could hide this information? Thank you
for any ideas. I can rewrite all pages involved. I just need to fix
it.

Apr 28 '06 #1
2 1680
You need to do this right, or not bother at all. If you don't want the user
to use the link directly in the future, you don't want to use QueryString to
pass it. It will be in the HTML, even if you manage to hide it from the
status bar, the properties dialog (which is impossible) or anything else.
Post the page to the server and do a redirect.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

<ne***********@gmail.com> wrote in message
news:11*********************@u72g2000cwu.googlegro ups.com...
Hi, I have an older webpage that uses a querystring to send data to an
asp classic page. In that link there is data that contains sensitive
information. I do not want this displayed when the user hovers over
the link. I can change the events to have window.status="", and I am
thinking I could just change from GET to POST, but the user could
always just view the source of the page to circumvent those minor
impediments.

Is there an ASP.NET 2.0 way I could hide this information? Thank you
for any ideas. I can rewrite all pages involved. I just need to fix
it.

Apr 28 '06 #2
You may want to store the sensitive data in Session object, and have the
hash key(not a hash... actually, but you get the idea.) be passed in the
querystring instead.

<ne***********@gmail.com>
???????:11*********************@u72g2000cwu.google groups.com...
Hi, I have an older webpage that uses a querystring to send data to an
asp classic page. In that link there is data that contains sensitive
information. I do not want this displayed when the user hovers over
the link. I can change the events to have window.status="", and I am
thinking I could just change from GET to POST, but the user could
always just view the source of the page to circumvent those minor
impediments.

Is there an ASP.NET 2.0 way I could hide this information? Thank you
for any ideas. I can rewrite all pages involved. I just need to fix
it.

Apr 29 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Lee Jong Sung | last post by:
Hi I have to hide my file link, so I use 'iframe'. ( In iframe, use script to insert file link value at parent window's script variable) However It's easy to find the file link value!! (If...
4
by: Atz | last post by:
<a href="" onmousedown="setTimeout('status=\'Hide\'',5000)" onmouseover="window.status='Hide'; return true"> send link </a> I use this for hidding link path in status bar. This is working fine...
2
by: Mark | last post by:
Hi, I need to be able to have five different links and when when someone clicks to show row 2, row 1 automatically hides. Right now all i can figure out is a link that will show but then you...
9
by: Ian Shere | last post by:
I have a disclaimer page prior to a visitor going to my FAQ page. I want to hide the link which normally appears in the status bar from visitors seeing it. I am using the following code which...
10
by: oLE | last post by:
I would like to add some javascript to show/hide a certain row of a table. The first row of the table contain the hyperlink that calls the javascript the second row is the one i want to show/hide...
1
by: Shapper | last post by:
Hello, I have this code line inside an ASP.Net Repeater: <a href='<%# DataBinder.Eval(Container.DataItem, "link") %>'><%= readMore %></a> What I need to do is: 1. Show readMore value if <%#...
4
by: bridgemanusa | last post by:
Hi All: I have a very long page of html that I want to take portions and hide them in divs, then show when a link is clicked. I have the hide show part working when the link is clicked, however...
6
by: michael941 | last post by:
Hi, I have 2 tables in an html page. I have div them separately and id them as id1 and id2. I have a link there. What I need is click the link to hide one table and show the other and verse when...
3
by: Jeyaraman | last post by:
Hi Iam jey. Now I am developing one ERP Project in J2EE. I have to pass some arguments from one jsp page to another page through HTML links. But variables are visible, when we mouse over the link. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.