I have the following html form:
What i want, is that when this form is subbmitted, it will open in a popup window. THe way it is above, it will open, but none of the paremeters are getting passed. Is there a better way to do this?
Thanks,
Aaron
Code:
<form method='get' action='javascript:openwindow("lookup.php")'>
User Lookup: <input type='text' name='username' size='10' maxlength='25' />
<input type='submit' value='GO!' />
</form>
What i want, is that when this form is subbmitted, it will open in a popup window. THe way it is above, it will open, but none of the paremeters are getting passed. Is there a better way to do this?
Thanks,
Aaron