Mercurial > boosterpack
diff index.html @ 7:4c495190076f boosterpack
[svn r9] fixed blanes dodrio bug
author | robert |
---|---|
date | Thu, 10 Sep 2009 08:01:18 -0400 |
parents | 4246c7ef6487 |
children | 8c6d2ce90677 |
line wrap: on
line diff
1.1 --- a/index.html Tue Sep 08 17:20:52 2009 -0400 1.2 +++ b/index.html Thu Sep 10 08:01:18 2009 -0400 1.3 @@ -33,6 +33,19 @@ 1.4 <b>Rules:</b><br> 1.5 1.6 1.7 +<SCRIPT LANGUAGE="JavaScript"> 1.8 +<!-- Idea by: Nic Wolfe --> 1.9 +<!-- This script and many more are available free online at --> 1.10 +<!-- The JavaScript Source!! http://javascript.internet.com --> 1.11 + 1.12 +<!-- Begin 1.13 +function popUp(URL) { 1.14 +day = new Date(); 1.15 +id = day.getTime(); 1.16 +eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=356,height=467,left = 476,top = 197');"); 1.17 +} 1.18 +// End --> 1.19 +</script> 1.20 1.21 1.22