full screen? |
full screen? |
Jan 18 2004, 04:14 AM
Post
#1
|
|
![]() chopstix-ninja ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 325 Joined: Jan 2004 Member No: 206 |
anyone know a code that automaticallt opens the xanga in fullscreen??
(press F11 for an example) if so thanks |
|
|
|
![]() |
Jan 18 2004, 07:18 PM
Post
#2
|
|
![]() wanderlust personified. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 7,515 Joined: Jan 2004 Member No: 797 |
This may not work on Xanga, but you can try to see if it works:
CODE <!-- begin code provided by createblog.com -->
<script language="JavaScript"> window.onload = maxWindow; function maxWindow() { 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; } } } </script> <!-- end code provided by createblog.com --> |
|
|
|
chopstix-ninja full screen? Jan 18 2004, 04:14 AM
xquizit just tried it. doesn't work, sorry. Jan 18 2004, 07:23 PM
aznhybriddragon CODE<!-- begin code provided by createblog... Jan 18 2004, 10:12 PM
chopstix-ninja thanks for tring! Jan 19 2004, 02:38 AM![]() ![]() |