passing a value from 1 page to another
Hi Guys,
I'm having problems with trying to get a form to auto submit as well as trying to get a value passed into a field for that form to submit.
The value wont change so I was wondering if I could hard code it into the hyperlink ?? and what the code would look like, I had.
<a href="blah.htm?password> thats supposed to submit it into the input field on the form for the next page.
The 2nd part is getting the form to auto submit - heres my code.. aint working, any suggestions would be great:
Password : <input name="password" size=56 type=input>
<input type="hidden" name="submit" value="submit" OnLoad="decodeit()"
I'm new to this so i've just been trying pieces of code.
The idea is the password is coded into a link on a protected page, the link is to a file for download, if you click the link it automatically checks the login from the link and gives you the download... this is to stop direct links from chewing up my bandwidth. If my host had apache servers I would use .htaccess , but they dont..
Any help would be great thanks.
|