Window size?
-
When i run the .Net program, the IE was half sized. How to get the fully sized window while executing the project?
-
When i run the .Net program, the IE was half sized. How to get the fully sized window while executing the project?
use following script in your head tag you problem will be resolved..... <script language="javascript" type="text/javascript"> window.moveTo(0, 0); window.resizeTo(screen.width, screen.height) </script>
umerumerumer
-
use following script in your head tag you problem will be resolved..... <script language="javascript" type="text/javascript"> window.moveTo(0, 0); window.resizeTo(screen.width, screen.height) </script>
umerumerumer
S. Its working.Thank u for your help.
-
use following script in your head tag you problem will be resolved..... <script language="javascript" type="text/javascript"> window.moveTo(0, 0); window.resizeTo(screen.width, screen.height) </script>
umerumerumer