Forum Moderators: open

Message Too Old, No Replies

Any one know how to...

Make a submit form botton into a link

         

KG2RG

1:06 am on Oct 1, 2001 (gmt 0)

10+ Year Member



I need to know how to make a submit button to work like a link to another page?????????

KG2RG

bobriggs

1:26 am on Oct 1, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<form method="get" action="link_to_the_page_that_you_want.html">
<input type="submit" value="text_that_you_want">
</form>

I might be missing some attributes here..just off the top of my head.

KG2RG

1:35 am on Oct 1, 2001 (gmt 0)

10+ Year Member



THANK_YOU, KG2RG