MadCommando
07-17-2003, 11:19 PM
I'm not sure quite how to do it, but on many websites you'll see the url has a ? and what appears to be variables being declared inside the link, is there a way I can use a method like this to set values for a form input? so if someone clicked my link
example:
http://www.mysite.com/site.html?theform.textinput.value="this is my input"
or is the ? think only in php
one final question, if this method won't work, is there a way I could do this by another means?
example:
http://www.mysite.com/site.html?theform.textinput.value="this is my input"
or is the ? think only in php
one final question, if this method won't work, is there a way I could do this by another means?