Getting form values

liunx

Guest
Hi,<br />
When you have a form posting information to another page, how can you get the attributes that you posted? i.e. if it was jsp I would use getParameter("ParamName") to get the parameter into a variable.<br />
Thanks<!--content-->On the client side, the posting is in window.location.search. See <!-- m --><a class="postlink" href="http://developer.netscape.com/viewsource/goodman_url_pass/goodman_url_pass.html">http://developer.netscape.com/viewsourc ... _pass.html</a><!-- m --> for more info.<!--content-->if it was jsp I would use...You should probably also tell us what language you now plan on using. You posted in the HTML section, but since HTML isn't even a programming language, that couldn't possibly be it.<!--content-->
 
Back
Top