![]() |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
Can a jsp file in an IFrame calls a javascript function outside of the IFrameHi:
I am using IE 6 SP2. My resize attribute does not work <body onresize="test1();">. When I resize my window, the resize event doesnot get call. I have a jsp page with an iFrame called test1.jsp. The iFrame src points to a page called test2.jsp. It has a resize attribute that calls a javascript function that is located in test1.jsp. In the test2.jsp page, it doesn't recognize the function that is located in test1.jsp page. Is there anyway to do this. test1.jsp: Quote:
Quote:
I tried <body onresize="test1();"> it doesn't work. I event tried: window.onresize=test1 and it doesn't work. I tried <body onmove="test1();"> It partially works. When I miminize the popup window it triggers the event but when I maximize the popup window from a smaller popup window it doesn't trigger an event. Is there a way to write one's own event handler when the window is resize? Any hint or help or direction to an url would be greatly appreciated. Yours, Frustrated. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|