Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
2.14/5 (3 votes)
Hi guys,

I am facing IE11 issue.
In my project I am opening a popup using window.open(url,name,fetaures,replace)
here in my popup maximize window button is always disbaled
In feature parameter of window.open() i have tried following

widht=screen.width : not working in IE11
window.innerwidth=screen.width :not working in IE11
Fullsize=yes :not working in IE11
Fullscreen=yes :not working in IE11

width:auto and 1300 :not working in IE11.

Firstly i tried to enable maximize button ,but I couldn't enable it. Then i tried to make popup width increased still doesnt work on IE11 .These changes on other browsers are working fine even on IE<=10 working.

Any help Will be much appriciated.
Thanks in advance!!!
Posted
Updated 7-Jan-14 18:13pm
v2
Comments
Kornfeld Eliyahu Peter 7-Jan-14 4:50am    
Read here http://www.w3schools.com/jsref/met_win_open.asp, than try 'resizable=1' in the features parameter...
C For Code!!! 7-Jan-14 5:31am    
I forgot to put it there i have tried this one also resizable=yes and then resizable=1
Kornfeld Eliyahu Peter 7-Jan-14 5:35am    
Can you add the exact code to your post?
C For Code!!! 7-Jan-14 5:58am    
You tried window.open() on IE11 . If no please try it there for any url..
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900