Event nextPage : Event Properties : Event JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event » Event Properties »

 

Event nextPage



    
<html>
<head>
<script language="JavaScript">
function function1() {
    var m = event.nextPage;
    alert(m);
}
</script>
</head>
<body bottommargin="150">
    <input type="Button" id="myB" value="Click here" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event
» Event Properties