Full Screen





5
Date Submitted Tue. Dec. 12th, 2006 11:54 AM
Revision 1 of 1
Beginner siva
Tags "Full Screen" | "fullscreen"
Comments 2 comments
Easy to use FullScreen script

function fullscreen(){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
return false;
}
 
To call the function, type this... <SCRIPT> fullscreen(); </SCRIPT> [smile]

Sivacoumarin Siva

Comments

Comments what language?
Wed. Dec. 27th, 2006 10:05 AM    Scripter bertheymans
  Comments Javascript
Wed. Dec. 27th, 2006 7:45 PM    Beginner siva

Voting