Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-21-2002, 03:22 PM   PM User | #1
Nochurch
New Coder

 
Join Date: Jun 2002
Location: Amsterdam / Netherlands
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Nochurch is an unknown quantity at this point
Multiple Form Action

How can I on submission of a form have two actions done (two frames need to be updated simultaneaously.)

Thanks
Maurice
Nochurch is offline   Reply With Quote
Old 08-21-2002, 03:23 PM   PM User | #2
Nochurch
New Coder

 
Join Date: Jun 2002
Location: Amsterdam / Netherlands
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Nochurch is an unknown quantity at this point
ASP

By the way the actions to be done are ASP. That's why I've put it here.
Nochurch is offline   Reply With Quote
Old 08-21-2002, 04:29 PM   PM User | #3
The Wizzard
Regular Coder

 
Join Date: Jun 2002
Location: Lake Forest, CA
Posts: 259
Thanks: 0
Thanked 0 Times in 0 Posts
The Wizzard is an unknown quantity at this point
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!
__________________
The Wizzard
OC Motor Cars | OC Auto Sports (Coming Soon!)
The Wizzard is offline   Reply With Quote
Old 08-21-2002, 06:24 PM   PM User | #4
whammy
Senior Coder

 
Join Date: Jun 2002
Location: 41° 8' 52" N -95° 53' 31" W
Posts: 3,660
Thanks: 0
Thanked 0 Times in 0 Posts
whammy is an unknown quantity at this point
Probably your best bet is to use javascript to refresh the second frame.
__________________
Former ASP Forum Moderator - I'm back!

If you can teach yourself how to learn, you can learn anything. ;)
whammy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:47 PM.


Advertisement
Log in to turn off these ads.