View Full Version : Multiple Form Action
Nochurch
08-21-2002, 03:22 PM
How can I on submission of a form have two actions done (two frames need to be updated simultaneaously.)
Thanks
Maurice
Nochurch
08-21-2002, 03:23 PM
By the way the actions to be done are ASP. That's why I've put it here.
The Wizzard
08-21-2002, 04:29 PM
Um... Try this...
<form action="query.html">
<input type="hidden" name="qp" value="url:www.myurl.com">
<input type="hidden" name="qp" value="url:www.myurl2.com">
<input type="text" size="15" maxlength="35" name="qt">
<input type="submit" value="Search">
</form>
I didnt try this, so im not sure if it will work.
Good Luck! :thumbsup:
whammy
08-21-2002, 06:24 PM
Probably your best bet is to use javascript to refresh the second frame.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.