View Single Post
  #3 (permalink)  
Old 04-21-2005, 02:08 PM
\Kritikal\ \Kritikal\ is offline
Registered User
 
Join Date: Jun 2004
Location: Ann Arbor, MI, USA
Posts: 73
Send a message via ICQ to \Kritikal\ Send a message via AIM to \Kritikal\
The above code will work, however, sometimes it's not possible if you've already opened a form element, since nesting of forms is not possible. Below is another method that uses javascript and does not require a form element. I'm in no way knocking what Till posted, just providing an alternative.

Code:
<input type="button" value="go" onclick="document.location = 'page_to_goto.html';">
__________________
-\Kritikal\-
Reply With Quote