When I open a popup window with large content in IE, the popup window comes with a scrollbar to fit the content. But when I maximize the page in that case it also remains the same. It is a page with frameset and frames. So is it possible the resize the frame?
Asked
Active
Viewed 251 times
1
-
Check : http://stackoverflow.com/questions/641857/javascript-window-resize-event – Bas van Ommen Apr 08 '11 at 07:26
1 Answers
2
Check the below link. its very useful your question
Resizing an iframe based on content
Here Frame Resize the depends upon the content. Then you can make it
window.onresize
The popup is shown wanted size. May be you feel complex to give particular size of window. Try to make resize same time of frame resizing.
I Hope its helps to you

Community
- 1
- 1

Anand Thangappan
- 3,068
- 2
- 28
- 31