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>
|