J
Jack
Hi,
I have a form with input fields and a submit button as following don't
focus on mistypings if any)
<FORM action=page.asp method=post>
<Input id=text1 name=text1>
<Input id=submit1 type=submit value=Submit name=submit1>
</Form>
I want to change the standard button by an image, but keep the advantage of
the POST method to pass the parameters to my next page, that is page.asp
How can I do such a thing?
Thanks,
Jack
I have a form with input fields and a submit button as following don't
focus on mistypings if any)
<FORM action=page.asp method=post>
<Input id=text1 name=text1>
<Input id=submit1 type=submit value=Submit name=submit1>
</Form>
I want to change the standard button by an image, but keep the advantage of
the POST method to pass the parameters to my next page, that is page.asp
How can I do such a thing?
Thanks,
Jack