I have a form which I would like to automatically be generated for me. Using server side is not an option - it must be run from my home folder basically.
So, JavaScript![Smilie](http://murc.ws/core/images/smilies/smile.gif)
I need to create <input name="MyChoice" value="bleh">
So, can I use JavaScript to dynamically write the above, or can it be done easily by using GET (i.e. input.htm?name=MyChoice) ?
Does that make any sense?![Smilie](http://murc.ws/core/images/smilies/smile.gif)
Thanks in advance, I'll clarify if needed.
P.
So, JavaScript
![Smilie](http://murc.ws/core/images/smilies/smile.gif)
I need to create <input name="MyChoice" value="bleh">
So, can I use JavaScript to dynamically write the above, or can it be done easily by using GET (i.e. input.htm?name=MyChoice) ?
Does that make any sense?
![Smilie](http://murc.ws/core/images/smilies/smile.gif)
Thanks in advance, I'll clarify if needed.
P.
Comment