Hi
yes, the page can be displayed in an iframe and everything works perfectly also the resize. The issue is that tiny iframe inside the iframe, which is just basically a text box, is shown empty. All the rest of the included external page works just fine. It is just where the iframe is inside the iframe page that nothing works.
If I load the external page directly without passing from advanced iframe, that internal iframe is displayed as: <iframe frameborder="0" allowfullscreen="true" tabindex="2" style="width: 508px; height: 323px;"> <html> <head><style>.ie * {min-height: auto !important} .ie table td {height:15px}</style><meta http-equiv="Content-Type" content="text/html;charset=utf-8"><link rel="stylesheet" type="text/css" href="http://www.teslaforum.it/jscripts/sceditor/textarea_styles/jquery.sceditor.mybb.css"></head> <body contenteditable="true" dir="ltr"><p><br></p></body> <html> </iframe>
instead if I use advanced iframe, all the page is reported correctly but that internal iframe becomes:
<iframe frameborder="0" allowfullscreen="true" tabindex="2" style="width: 508px; height: 323px;"> <html> <head></head> <body></body> <html> </iframe>
How can I make that little iframe inside the external page properly appear, without all the content being wiped?
Thanks
|