-
9 Dec 2006 12:19 AM #1
Loaing external content into Iframe and Firefox
Loaing external content into Iframe and Firefox
I tried loading external content to iframe using src: somecontent. This works in IE, but does not work in firefox.
Here is the code:
Any clue? My firefox version is 1.5.0.8. And i am using the server environment using http://localhostCode:dashboardFrame = YAHOO.ext.DomHelper.append(document.body, {tag: 'iframe', frameBorder: 0, id: 'dashboardFrame', src: 'sampleActions.html'}); //add source later dashboardPanel = new YAHOO.ext.ContentPanel(dashboardFrame, {title: 'Dashboard', fitToFrame:true, closable:false}); layout.add('center', dashboardPanel);
Thanks
-
9 Dec 2006 12:22 AM #2
It does not work using "localhost". Instead it works if I use the computer name.
Similar Threads
-
Safari - iframe in content panel issue(complex layout)
By brian in forum Ext 1.x: BugsReplies: 3Last Post: 18 Mar 2007, 3:52 PM -
How to call BorderLayout-functions from external?
By schoppet in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 9 Mar 2007, 3:20 AM -
Loading content into iFrame
By Tym in forum Ext 1.x: Help & DiscussionReplies: 22Last Post: 22 Jan 2007, 3:25 AM -
loading external pages in content panel - troubleshooting
By phishee in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 8 Dec 2006, 10:27 AM -
YAHOO.ext.BorderLayout tab with external content?
By zady in forum Community DiscussionReplies: 2Last Post: 27 Oct 2006, 12:22 AM


Reply With Quote