form results question...
form results question...
- Started
- Last post
- 3 Responses
- phatrick
hello all...
i'm looking for a little javascript that'll allow me to show the results of a query in a new window. basically, someone selects certain criteria, hits "submit" and the results are opened in a new window -- meanwhile the original window just resets the criteria...someone please help!
- infect0
sounds pretty easy... but i doubt you'll find a shrink wrapped javascript to do it :-/
- heavyt0
go to NEWEGG.com
there are polls on the front page.
if you view source, you will see the javascript that controls that .
i think that it is the same as what you wanted.TR1
- phatrick0
thanks a ton there TR1! it actually was a TON easier than i thought it'd be -- in the form tag it was simply 2 little arguments: onsubmit="" target="_blank"
huzzah!