Reputation: 2428
I have a application logic page, in which we have to make it re-size to maximized state; i got some solutions on the internet but they say about window resize using resizeTo() or resizeBy(). But somehow Chrome doesnot allow these functions.
I need to make the browser to be maximized in Chrome and IE8. Please say me some suggestions or someone has faced this issue earlier.
Thanks in advance!!1
Upvotes: 0
Views: 85
Reputation: 23580
You can't force this as:
Upvotes: 1