name1 can be also a clickable link (you can get rid of the
underline if you want using html styles):

<form name="myForm" action="file2.pl" method="post">
<input type="hidden" name="name1" value="data1 data2">
<a href="" onClick="myForm.submit(); return false;">name1</a> data1 data2
<input type="hidden" name="name2" value="data3 data4">
<a href="" onClick="myForm.submit(); return false;">name2</a> data3 data4
...
</form>

        Mike

-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to