Click to See Complete Forum and Search --> : passing variable from click to 2nd page


jporven
05-05-2003, 03:02 PM
I have a server status page that contains a "click to report" icon. When clicked I need this icon to go to link to a second page and set certain hidden values [all will be equal]

so for example, clicking the first link should go to form.htm and set server, subject, and report name all to NT1, clicking link number two would do the same but set all the values to NT2.

Please advise on the simplest way to do this across common browsers (IE, netscape, and aol).


Thank you for your help.

David Harrison
05-05-2003, 03:33 PM
Well, I think I know what you mean, just to clarify I think that you want to pass a value from one page to another and do something with it. If so then I can help you, I asked a similar question on this page:
http://forums.webdeveloper.com/showthread.php?s=&threadid=7288

Dave_Clark gave me an answer, I've uploaded his script as a .zip file. I hope you don't mind Dave.

jporven
05-05-2003, 03:54 PM
Thank you for replying. I'll read thru all the posts and look over he file. I really appreciate your help.