Jun 17, 2002 #1 peter11 Instructor Mar 16, 2001 334 US Is there a way to use a form button just as a normal link?
Jun 17, 2002 #2 NEVERSLEEP Programmer Apr 14, 2002 667 CA <input type="button" value="link" onclick="top.location='new.html'" > --------------------------------------- someone knowledge ends where someone else knowledge starts Upvote 0 Downvote
<input type="button" value="link" onclick="top.location='new.html'" > --------------------------------------- someone knowledge ends where someone else knowledge starts
Jun 17, 2002 #3 MSalman Programmer Jun 13, 2002 19 SG <html> <input type=button value= "Click Here" onClick="window.open(top.location='location'); return true;"> </html> Upvote 0 Downvote
<html> <input type=button value= "Click Here" onClick="window.open(top.location='location'); return true;"> </html>