View Full Version : How do you make boxes pop up when you first view someones xanga...


Katie-poo
11-11-2004, 03:40 AM
Any idea what I'm talking about?

:cloud: Katie :cloud:

vanillacokemeeh
11-11-2004, 07:26 AM
Any idea what I'm talking about?

:cloud: Katie :cloud:

Yes, they are called Javascript Pop-Ups

<SCRIPT language="JavaScript type="text/javascript"">alert("your message here")</SCRIPT>

or if you want numerous alerts to annoy your visitors use this one

<script language="JavaScript type="text/javascript"">
<!-- start script
alert("Your message here");
alert("Your message here");
alert("Your message here");
// end script -->
</script>

and if you want an alert to pop-up as they leave:

<body onunload="alert('your message here');">

Hope that helps.

lighthouselover
08-10-2005, 06:04 AM
where do we put this code? ive tried everything and checked section 5 of the Lissa'a java script but nothing seems to work

tokyo bleu
08-10-2005, 06:25 AM
Custom Header.

PinkGoddess4813
08-12-2005, 01:14 AM
Those box things usually annoy people though, so you might want to double-think using the code.