What is the code for making what normally would be a submit button or a reset button, a hyperlink button?
Announcement
Collapse
No announcement yet.
How do you make a the button normally used as a submit button take send you to a page
Collapse
X
-
a simple button:
Code:<input type="button" value="Button" name="name">
Code:<input type="submit" value="Submit" name="submit">
Code:<input type="reset" value="Reset" name="reset">
Ex.
CF.com Button that take you to CF.com.
Code:<a href="http://www.codingforum.net"><input type="button" value="CF.com" name="button1"></a>
Web Tool Boy!- Domain information checker, dropping domains checker, + more.Domain Name Chat Forums - DNCForums.com- Get 50 points closer to a FREE domain name or a FREE rapidshare account!Live It My Way! - Lifestyle Forums- Enjoy your life, talk about interesting topics, get coupons!
Comment