abbraciatutto
07-10-2004, 12:10 PM
Hey guys, first post.
I am having trouble with my form. I have it where the URL contains information:
server.com/file.html?name=george
I am using FrontPage and know HTML, the script I am using is from here: http://hotwired.lycos.com/webmonkey/reference/javascript_code_library/parse_get/?tw=reference&category=forms_data.
How do I get it into a hidden field of the form?
P.S. I have already tried this:
<input type="hidden" name="name" value="$you">
I am having trouble with my form. I have it where the URL contains information:
server.com/file.html?name=george
I am using FrontPage and know HTML, the script I am using is from here: http://hotwired.lycos.com/webmonkey/reference/javascript_code_library/parse_get/?tw=reference&category=forms_data.
How do I get it into a hidden field of the form?
P.S. I have already tried this:
<input type="hidden" name="name" value="$you">