I am trying to call a javascript function to popup a window, BUT it inserts something they inserted into a field into the querystring..
EXAMPLE: on Snitz site, if they forget the password and type their username in and then click forgot password it would send them to...
pop_pword.asp?username=BLAH
so I know that it would have to use like document.form1.Name.Value well i think it would use this, but how could you make javascript take that and popup a window with it in the querystirng?