Posted by ZeldorBlat on 10/07/05 06:07
Pass them as hidden parameters along with the form. You'll find that
they show up in the URL on the next page:
<form name="ex" method="GET" action="example.php" target="_parent">
<select name="option1">....</select>
<select name="option2">....</select>
<input type="hidden" name="arg1" value="val1">
<input type="hidden" name="arg2" value="val2">
<input type="submit" value="Display"/>
</form>
Navigation:
[Reply to this message]
|