Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form buttons

Status
Not open for further replies.

peter11

Instructor
Mar 16, 2001
334
US
Is there a way to use a form button just as a normal link?
 
<input
type=&quot;button&quot;
value=&quot;link&quot;
onclick=&quot;top.location='new.html'&quot;
> ---------------------------------------
wmail.jpg


someone knowledge ends where
someone else knowledge starts
 
<html>

<input type=button value= &quot;Click Here&quot; onClick=&quot;window.open(top.location='location'); return true;&quot;>

</html>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top