home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 576 b | 38 lines |
- [SUBJECT]
- Description=Redirect to a new page after 5 seconds
- ImageIndex=-1
- Folder=Tools
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript">
- ;<!-- Begin
- ;function popupPage() {
- ;var page = "`URL`";
- ;windowprops = "height=`height`,width=`width`,location=no," + "scrollbars=no,menubars=no,toolbars=no,resizable=yes";
- ;window.open(page, "Popup", windowprops);
- ;}
- ;// End -->
- ;</script>
- ;
-
-
- [BODY_TAG]
- ;onLoad="setTimeout('popupPage()', 5000);"
-
- [`URL`]
- Kind=S
- Value=http://www.yahoo.com
-
-
- [`height`]
- Kind=S
- Value=400
-
-
- [`width`]
- Kind=S
- Value=500
-
-
-