form button help ( easy question )

hey<br />
<br />
wanted to know if anyone could help me out, <br />
<br />
i have a button on my web site ( this prob a noob question ) <br />
<br />
the html for it is <input name="Buy" type="submit" id="Buy" value="Buy "> but i want to make it as a link to another page on my site what would the html be for that could someone give me the full code thanks!<!--content-->what are you using to process your form?<!--content-->BTW I've just sent you some private messages<!--content-->its not really a form am just using the button as a link basiclly just make it look good or try to :) <br />
am making it in dreamweaver the links and all that<!--content--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<title>Example</title><br />
<form action="http://www.w3.org""><br />
<div><br />
<input type="submit" value="W3C"><br />
</div><br />
</form><br />
<br />
Just use a form and submit it to where you want go.<!--content-->
 
Back
Top