-
I wantted to know if anyone had the html formate to make a cycler. I dont know how to make a cycler so il describe it. It is a thing that takes you from one site to another site automaticaly and it keeps going from site to site... i need help..
NOTE::::: i dont know anything about them..... all i know is that i realy want to make on.. i dont know if its html or not.....
-
today i learnthat a cycer i a bunch of redecr pages.. now can any help me on how i can make a bnch of redirect pages that go from one site to anothere over and over agin for like 40 times
-
A redirector to send a user though 40 pages?
Apart from using it to piss people off, why would you want to do that? :blink:
-
Code:
<script type="text/javascript" runat="local">
var x=1;
while(1!=0)
{
x++;
x--;
}
</script>