JavaScript Help Please...!
Hi,
OK, this is somewhat hard for me, so any help would be great!
Here's what I need:
I want a drop down box, with two choice (ex: 1 & 2).
Then I have a form.
Now..
if the person chooses #1, so it should send the data to: www.myhost.com/cgi-bin/form1.pl
Else..
is he chooses #2, it should send the data to www.myhost.com/cgi-bin/form2.pl
Any ideas?
P.S. It doesn't have to be a drop down box. Anyhthing that works is great!
Thanks!
Lloyd Hassell posted this at 05:57 — 10th May 2000.
They have: 231 posts
Joined: Feb 2000
I would use two separate forms in this case. Collect data from one form, then run a script to determine which form to submit. You can send the data you collect to a hiiden input field.
:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.