Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

help on storing URL across ASP pages

Question posted by: rytsyd (Newbie) on May 12th, 2008 10:38 AM
Im using asp .net 1.1 and am having trouble passing values across pages. this is my problem, i must store a url in a variable where a class can access it. the tricky part is that i must do it on the client side. on my class, i have a <a onclick='javascript :window.showmodaldialog(...) href=myURL>, myURL is where i need the value form the other page where i should store it client side.

or another possible solution im looking at is catching the onclick of the hyperlink set the myURL server side. how can i catch the onclick of a hyperlink?

thanks in advance for your help. =)
Last edited by DrBunchman : May 12th, 2008 at 10:44 AM. Reason: Moved to .NET - ASP forum for Classic ASP only
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
kenobewan's Avatar
kenobewan
Moderator
4,258 Posts
May 12th, 2008
01:31 PM
#2

Re: help on storing URL across ASP pages
I would have thought that sessions wuold be a good candidate for this. There is a hyperlink onclick event. HTH.

Reply
Reply
Not the answer you were looking for? Post your question . . .
170,098 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Top .NET Forum Contributors