Javascipt and GET action in a form
date posted 19th April 2001 16:15
I need to pull out some form variables from a GET encoded URL, in the
fashion of :
www.myserver.com/mypage.htm?varname=xyx
how do I refrence the varname object in javascript, or can't you? Do you
have to do something odd, or am I just missing something?
for example is it:
document.write(form.varname)
?????
Cheers
Morgan