mortehl
10-20-2003, 03:43 PM
Hi there,
I have a problem:
I have 3 seperate forms on the same HTML page, that all have 1 common text input field.
How can I do something like this:
Test: <input type='text' name='test' value=''>
<p>
<form method='post' action='www.myserver1.com/form.php'>
<input type='submit' value='Submit'>
</form>
<p>
<form method='post' action='www.myserver2.com/form.php'>
<input type='submit' value='Submit'>
</form>
<p>
<form method='post' action='www.myserver3.com/form.php'>
<input type='submit' value='Submit'>
</form>
Whenever someone clicks on any of the 3 forms, I want it to submit as part of the form any the text field above the forms.
Any idas?
I have a problem:
I have 3 seperate forms on the same HTML page, that all have 1 common text input field.
How can I do something like this:
Test: <input type='text' name='test' value=''>
<p>
<form method='post' action='www.myserver1.com/form.php'>
<input type='submit' value='Submit'>
</form>
<p>
<form method='post' action='www.myserver2.com/form.php'>
<input type='submit' value='Submit'>
</form>
<p>
<form method='post' action='www.myserver3.com/form.php'>
<input type='submit' value='Submit'>
</form>
Whenever someone clicks on any of the 3 forms, I want it to submit as part of the form any the text field above the forms.
Any idas?