You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Popup Message when visiting page

Replace "YOUR MESSAGE GOES HERE" in the code with the message you want to pop up when someone visits your page!
NOTE: Some sites do not allow javascript so this code won't work on those sites! But since you cant view imvu pages without having javascript enabled this doesnt matter ^^

Source code

1
2
3
4
<script type="text/javascript">
var copiedfrom='www.imvucodes.net';
alert('YOUR MESSAGE GOES HERE');
</script>

Similar threads

Rate this thread