Its a workaround to a function that should be available in the next browser generation. Means you can add a background picture to your page that is stretched over the whole page! Unfortunatelly with Internet Explorer it doesnt work to make it not scrolling! Works fine on Firefox. NOTE: to change the background picture simply [...]
Browsing JavaScript™
Blinking Title Bar
Replace “YOUR MESSAGE GOES HERE” in the code with the message you want to appear in the title bar of your page!
Replace “******” and “——-” in the blinking title bar code with whatever you want to blink on the sides of your title bar message.
The title bar on this page (above) is an example of [...]
Leaving Popup Msg
This will create a popup msg when the user leaves the page. Change MESSAGE GOES HERE! into the msg you want to have displayed!
var copiedfrom=’www.imvuspace.com’;
var msg=’MESSAGE GOES HERE!’;
window.onunload=function() { alert(msg); };
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!
var copiedfrom=’www.imvuspace.com’;
alert(’YOUR MESSAGE GOES HERE’);
Hides green Online Bar
This will hide the small box saying Online right under avatar pics. Can be placed anywhere.
var copiedfrom=’www.imvuspace.com’;
function updateStatus() { }



