Specifies the binding of 'meta' content to an HTTP response header : Meta Info : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » Meta Info »

 

Specifies the binding of 'meta' content to an HTTP response header



    
<html>
<meta id="myMeta">
<head>
<script language="JavaScript">
function function1() {
   document.all.myMeta.httpEquiv = "refresh";
   document.all.myMeta.content = 3

</script>
</head>
<body>
<input type="button" value="Refresh this page every 3 seconds." onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» Meta Info