This is a discussion on "Can a jsp file in an IFrame calls a javascript function outside of the IFrame" within the JavaScript Forum section. This forum, and the thread "Can a jsp file in an IFrame calls a javascript function outside of the IFrame are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Can a jsp file in an IFrame calls a javascript function outside of the IFrame
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Can a jsp file in an IFrame calls a javascript function outside of the IFrame
Hi:
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. Any hint or help or direction to an url would be greatly appreciated. Yours, Frustrated. |
|
|
![]() |
| Tags |
| iframe, javascript |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] refresh a different iframe once an iframe elsewhere has loaded | cosmicbdog | JavaScript Forum | 1 | Jan 25th, 2008 01:50 |
| How do I place a SWF file in an iframe? | phbsz | Web Page Design | 1 | Mar 30th, 2007 08:51 |
| Problem with iframe & Javascript - Trying to communicate with a flash movie | victorpantet | JavaScript Forum | 1 | Feb 5th, 2006 03:06 |
| IFRAME Aligned to Right | WiseWizards | Web Page Design | 3 | Aug 3rd, 2005 22:20 |
| <iframe> | u2orange | Web Page Design | 10 | Nov 29th, 2003 20:06 |