'httpEquiv' Example : httpEquiv « Javascript Properties « JavaScript Reference

'httpEquiv' Example

    
<html>
<meta id="myM">
<head>
<script language="JavaScript">
function function1() {
   document.all.myM.httpEquiv = "refresh";
   document.all.myM.content = 3; 
} 
</script>
</head>
<body>
<input type="button" value="Refresh this page every 3 seconds." onClick="function1();">
</body>
</html>

    
      
      








Related examples in the same category

1.'httpEquiv' Syntax and Note
2.'httpEquiv' is applied to