hmmmm...it's probably an easy fix, and i'm just an idiot :P--that's normallly how it is...Code:<head> <title>.:random page:.</title> </head> <body> <script type="text/javascript"> r=math.random if (r<0.3) { document.open "page1.html" } elseif (r>0.3,<0.9) { document.open "page2.html" } else { document.open "page3.html" } </script> </body>




Reply With Quote
Edited.
Bookmarks