Help for this page

Select Code to Download


  1. or download this
    print "<input type=image name='$unit_name' id='unit_name' value='$unit
    +_name' alt=airConButton src=../../images/unit.jpg height=100px width=
    +100px onclick=this.form.submit()>";
    
  2. or download this
    param('unit-name')
    
  3. or download this
    print "<input type='image' name='$unit_name'  alt=airConButton src='..
    +/../images/unit.jpg' height='100px' width='100px' 
    onclick='document.forms[0].unit_name.value =\"$unit_name\";this.form.s
    +ubmit()'>";