Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

A weird issue involving iframe

Rich VMay 23 2010 — edited May 23 2010
Hello

Take a look at folloiwing demo application.

http://apex.oracle.com/pls/apex/f?p=2174:18:2176889821918906:::::

The region "goodluck" on the right side is the iframe from HTML region that has following code.
<IFRAME src="f?p=&APP_ID.:17:&SESSION."  
style="width:600px;height:600px"  
name="details"  
scrolling="no" marginwidth="0" marginheight="0"  
frameborder="0" vspace="0" hspace="0"  />  
Under the good luck region the report that you are see is from page 17.

Now the issue

The demo application as you can see is working without any issue.

But when I exactly develop to my production application, it does not recognize above iframe. Instead, it opens up a separate window on IE with page 17 on it. In addition, when I remove radio buttons then the report works as expected , i.e. the tree node redirects output to desired iframe(just as shown in the demo). But when I put four radio buttons back, it does not recognize i-frame anymore and ends up opening a new window altogether.

Any idea what could be causing this? I have checked million times by comparing demo app with my production app but could not isolate element that would cause the tree leaf redirect to new window instead of iframe :(

Thanks,
R

Edited by: Rich V on May 22, 2010 11:01 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2010
Added on May 23 2010
2 comments
596 views