faqts : Computers : Internet

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 12 people (83%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

how to make hyerling as a submit button

Apr 19th, 2005 09:18
Designer Mike, Feher Attila, Ben Gordon, hidden hidden,


You can use a button as a hyperlink by using the following code
<form>
<button onClick="window.location='your_url.com'">A New Place</button>
</form>

Caislander
webxpertz.net/forums

* * * * *

I think the question refers to this :
http://www.freelance-web-design-india.com
<a href="javascript:document.formname.submit()"> Submit </a>