i wnat my submit button look like TEXT.. like a regular text link.. instead of a picture or a box.
anyboey know how?
anyboey know how?

<form name="nameOFform" method="POST" action="https://testform.com/cgi-bin/form.cgi"> <input type="hidden" name="hellopage" value=""> <input type="hidden" name="reqtype" value="secure"> </form>
<a href="javascript:document.nameOFform.submit()">this is a test</a>
Comment