So, I'm not totally sure what happened...
I clicked to view Omanes Alexandropolites' userpage, and got a really strange message...
https://i182.photobucket.com/albums/...oddmessage.jpg
How can I do this?
Printable View
So, I'm not totally sure what happened...
I clicked to view Omanes Alexandropolites' userpage, and got a really strange message...
https://i182.photobucket.com/albums/...oddmessage.jpg
How can I do this?
That's both awesome and hilarious in the same breath. :laugh4:
:laugh4:
I was waiting for somebody to find that. Yes it is deliberate BTW - I couldn't find a way to delete it, so I stuck on an automatic redirect with the most random message I could find. Somebody had mentioned Octosquids in the previous thread I had seen so I thought why not go along with that.
If you fancy adding random messages to your userpage, the code is
It doesn't work in IE, but works in the other browsers.HTML Code:<HEAD>
<SCRIPT language="JavaScript">
<!--
function getgoing()
{
top.location="[where you want to go]";
}
{
alert("[place your message here]");
setTimeout('getgoing()',10000);
}
//-->
</SCRIPT>
</HEAD>
~:)
:laugh4:
:2thumbsup:
:laugh4:. (Where do you put the code?)
It fits in here ~:)
I have reused some of your code in my page Omanes....
:bow:
Where it says "where you want to go", what do I put there?
The Url of the page your redericting too.
Huh. That's a bit of security hole, isn't it?