[b]Preview:[/b]
http://profiles.friendster.com/luisgoco
This is a complete code so just copy and paste it inside your JS extension
[b]Full Credits to:[/b]
http://dynamicdrive.com
[quote]top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}[/quote]
Last edited by diabolicious (2007-11-19 04:58:18)