Help for this page

Select Code to Download


  1. or download this
    <form name="image1" id="image1" method="post" action="image_gen.pl">
    <input name="button1" type="button" style="HEIGHT: 28px; WIDTH: 120px"
    + 
        value="View Image 1" LANGUAGE="javascript" onclick="return button1
    +_onclick()">
    <input type="hidden" name="image_info" value=" $perl ">
    </form>
    
  2. or download this
    function button1_onclick(){
        window.document.image1.submit();
    }