How can I detect the size of IE window of the client through Javascript? and how can i resize that same window if for e.g the client is below 800x600px
thnks
Printable View
How can I detect the size of IE window of the client through Javascript? and how can i resize that same window if for e.g the client is below 800x600px
thnks
you won't be able to change the size if that is the users max resolution. say if he is set at 800x600 and you want to resize him to 1024x768 then it would be impossible as Javascript can't do that, only the user
what i want to do is to detect if the user is trying to resize the window bellow 800x600 and then resize it back to full user resolution that page will be displayed only to users with resolution 800x600 and over to those bellow and different page-message will be displayed can i do that ?