source: EDIS/trunk/java/tracking-ui-main/html-template/utilities/autoMaximizeBrowser.js@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 227 bytes
Line 
1
2 /**
3 * Maximize browser to show all components to screen reader
4 * created by jtorreno 2008.5.12
5 **/
6 function maximizeBrowser() {
7 window.moveTo(0,0);
8 window.resizeTo(screen.width,screen.height);
9 }
10
Note: See TracBrowser for help on using the repository browser.