Javascript Library To insert scrolling words in status bar. Scrolling words at the bottom. To open a new window with pop up effect. <script> window.open('http://www.angelfire.com') </script> To open a new website in the same window <script> window.location="http://www.v3.com" </script> To create pop up alert message <script>alert('Hello')</script> To close a window by hyperlink click <a href=# onclick=javascript:self.close(); class=link>Close</a> To move to previous page by hyperlink click <a href=# onclick=javascript:history.back()> Back </a> Meta http tags in the head section Transition Effect You can change the numbers of duration and transition. Transition number can be anything from 0 to 23. <meta http-equiv="Page-Enter" content="RevealTrans(Duration=5,Transition=2)"> Timer Effect After 900 seconds, new URL is loaded. You can change the duration of 900 seconds and URL. <meta http-equiv="refresh" content="900;url=http://www.lycos.com"> Expiry Date <meta http-equiv="Expires" content="Sun, 30 June 2002 18:30:00 GMT"> Indian Standard Time = G.M.T. + 5.30 |
Dated 17 June 2002.