Yeah-I do rely on Google a lot-I just don't know what to search on here.
The way I understand your response-can you confirm this is what you are saying:
1. In the anchor tag, call a windowOpen JS function (pass hidden parameter value to it, say 'Temp').
2. In the windowOpen JS function:
a)Set hidden variable to the passed value (MyVar=Temp)
b)Call window.open and customize
c)Set window.onLoad = <path to my cgi file>
In this case, will the variable MyVar still be accessible in the CGI script?
Thanks! | [reply] |
| [reply] |