Button Redirect : Button : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » Button »

 

Button Redirect




<html><head><title>Button Redirect</title>

<script language="javascript">
<!--

function NewPage() {
  document.location.href= "http://www.navioo.com"
}

//-->
</script>

<body>

<input type="button" value="Link" onClick="NewPage()">

</body></html>



           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» Button