| 1. |
Solve : Embedded HTML page? |
|
Answer» I'm displaying a view of some pages within a different page on my site by embedding them with an object tag. It WORKS perfectly in Firefox but in IE when any links are clicked it navigates to the linked page as a NEW window in the browser. I want the linked pages to appear within the embedded window. It does this regardless of what I make the TARGETS in the links and (as I said) it only happens in IE. HTML tips: Embedding Web Pages within Web PagesThanks for replying! That's the exact code that I used. It displays the pages fine in both Firefox and IE. However, in Firefox when a link in the embedded page is clicked, it opens within the object window of the parent page (which is what I want). In IE, the link opens as a new parent page.I found the problem. The coding worked with regular links. The problem occurred when I used Flash SWF buttons. I'll just go back to traditional links.Why not just use an iframe?I have a web page that needs ANOTHER page included. The included page height will need to be adjusted as there are some radio buttons and dropdown boxes that will result in the embedded page being expanded. Any ideas? Quote from: Mellie94 on November 01, 2011, 04:47:15 AM I have a web page that needs another page included. The included page height will need to be adjusted as there are some radio buttons and dropdown boxes that will result in the embedded page being expanded. Any ideas?Please start your own topic for this question, as well as your other questions. |
|