View Single Post
  #13 (permalink)  
Old 01-29-2007, 12:49 AM
Jaan's Avatar   
Jaan Jaan is offline
Moderator
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 996
Last Blog:
AdStar Ad Control Pa...
Credits: 0
Rep Power: 17
Jaan is just really niceJaan is just really niceJaan is just really niceJaan is just really nice
Send a message via MSN to Jaan
Default

Well those forms also will open links for you..

HTML Code:
<form action="http://google.com">
<input type="submit" value="Google">
</form>

(this will open a new window)
HTML Code:
<form>
<input type="button" onClick="window.open('http://google.com')" value="Google">
</form>
__________________


Cheap & Professional Web Design | Need help? Send a PM
Reply With Quote