Click to See Complete Forum and Search --> : Getting form values


rincewind
11-28-2003, 02:36 PM
Hi,
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.
Thanks

gil davis
11-28-2003, 02:41 PM
On the client side, the posting is in window.location.search. See http://developer.netscape.com/viewsource/goodman_url_pass/goodman_url_pass.html for more info.

Jeff Mott
11-28-2003, 09:24 PM
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.