Link to home
Start Free TrialLog in
Avatar of theunknownknight
theunknownknight

asked on

Passing the text from a link to the next page?

Is this possible? I am using ASP.NET and I am required at this point to use an HTML link to open another page. My question is: If my link is in the form of a word (e.g. <A Href = "sompepage.aspx">VALUE</A>) is there some way to pass the text of the link to the next page so that I can populate it into a variable (Note: I'm doing this in order to build a dynamic query for drill down purposes).
Avatar of hexagon47
hexagon47

http://www.htmlgoodies.com/beyond/jspass.html

i think this might be of help

Avatar of theunknownknight

ASKER

That won't work, that's referring to passing information through text boxes. Thanks though.

I am trying to pass the text from a hyperlink when it is clicked. Is there anyway to do this?
ASKER CERTIFIED SOLUTION
Avatar of jaysolomon
jaysolomon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Glad i could help


thanks for the A

jAy