Help for this page

Select Code to Download


  1. or download this
    function setval(varval)
    {
    ...
        inputs[0].value = mysample;
        alert(mysample);
    }
    
  2. or download this
    <form action="test.cgi" method="post">
    <input type="submit" name="action-add" value="Add"/>
    ...
    } elsif ($cgi->param('action-edit')) {
        ... etc