i am using window.showmodeldialog for opening a new firefox browser window, i want to disable re-sizing the newly opened window. In window.open i gave resizable="no" its working fine. I want to make it work for window.showmodeldialog
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||||
|
showModalDialog [sFeatures]: resizable:{ yes | no | 1 | 0 | on | off } Specifies whether the dialog window has fixed dimensions. The default is no. check more details here http://msdn.microsoft.com/en-us/library/ms536759%28v=vs.85%29.aspx or http://javascript.gakaa.com/window-showmodaldialog-4-0-5-.aspx In many posts, I read it will not support all browsers:
|
||||
|