Help for this page

Select Code to Download


  1. or download this
    <a href="/cgi-bin/my_script.pl?param1=foo"><img src="button_foo.png"><
    +/a>
    
  2. 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>
    
  3. or download this
    <button onClick="window.location='http://mysite.com/cgi-bin/my_script.
    +pl?param1=foo'">Go to Script</button>