Search
Most common:
center
,
hide
,
special someone
,
text
,
panel
,
scroll
,
center panels
Login
Leaving Popup Msg *revised*
67991 views
imvucodesAds
Added by
productions
This will create a popup msg when the user leaves the page. Change MESSAGE GOES HERE! into the msg you want to have displayed!
»
Discuss about this code snippet on imvuboard.com
<script type="text/javascript"> /* by productions published on http://imvu.at/ic111 under CC-Share-alike license */ var copiedfrom='www.imvucodes.net'; var msg='MESSAGE GOES HERE!'; window.onunload=function() { alert(msg); }; </script>
Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.
Adjust code
Leaving Message
Update code above!
Share:
Preview:
Try this code
Problem?
Report
Comments
Ask a Question on imvucodes