source:
EDIS/trunk/java/tracking-ui-main/html-template/utilities/autoMaximizeBrowser.js@
1416
| Last change on this file since 1416 was 1227, checked in by , 14 years ago | |
|---|---|
| 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.
