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='javasc ript :window.showmod aldialog(...) 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. =)
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. =)
Comment