full screen script
full screen script
Out of context: Reply #18
- Started
- Last post
- 20 Responses
- jevad0
function doIt()
{
var y=window.screen.height;
var x=window.screen.width;
window.moveTo(0,0);
window.resizeTo(x,y);
}
function doIt()
{
var y=window.screen.height;
var x=window.screen.width;
window.moveTo(0,0);
window.resizeTo(x,y);
}