We have an existing html web page that has top and bottom frames. The buttons in the top frame when clicked show the corresponding page in the bottom frame.
Button1 Button2 <<<<< top frame ________________________________________ "Employee Maint" link << bottom frame
In one of these bottom pages, "Employee Maint" link is there. When clicked pulls up a Jdev Application in the bottom frame. Earlier Jdev/adf app was not showing up in the bottom frame. So "frame buster" was needed. Now it shows ok inside the bottom frame.
But now, after the Jdeveloper page is loaded, when we try to use the "Button1 or Button2" in the top frame to pull up other pages it does not work. (this could be because of the "frame buster").
This works well in IE but an issue with Safari/Chrome/Firefox.
Is there any solution for this so that the top buttons continue to work even after clicking on the Jdeveloper App.(that uses frame buster)
Thank you! You are a savior! :)
ReplyDeleteCan you also post some supporting information as to what exactly this code change does and why it is required?
Thanks a million!
Manoj
We have an existing html web page that has top and bottom frames.
ReplyDeleteThe buttons in the top frame when clicked show the corresponding page in the bottom frame.
Button1 Button2 <<<<< top frame
________________________________________
"Employee Maint" link << bottom frame
In one of these bottom pages, "Employee Maint" link is there. When clicked pulls up a Jdev Application in the bottom frame.
Earlier Jdev/adf app was not showing up in the bottom frame. So "frame buster" was needed. Now it shows ok inside the bottom frame.
But now, after the Jdeveloper page is loaded, when we try to use the "Button1 or Button2" in the top frame to pull up other pages it does not work.
(this could be because of the "frame buster").
This works well in IE but an issue with Safari/Chrome/Firefox.
Is there any solution for this so that the top buttons continue to work even after clicking on the Jdeveloper App.(that uses frame buster)
Thanks