- or download this
<a href="/cgi-bin/my_script.pl?param1=foo"><img src="button_foo.png"><
+/a>
- or download this
<form action="/cgi-bin/myscript.pl" method="POST">
<input type="hidden" name="param1" value="foo"/>
<input type="submit" value="Go to Script"/>
</form>
- or download this
<button onClick="window.location='http://mysite.com/cgi-bin/my_script.
+pl?param1=foo'">Go to Script</button>