Execute Command : document : Javascript Objects JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Javascript Objects » document »

 

Execute Command



    
<html>
<body>
<script language="JavaScript">
function function1() {
    document.execCommand("Refresh""false""false");
}
</script>
<button onclick="function1();">Refresh page</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Javascript Objects
» document