1
Hi all
I,ve made a few custom modules with html content as described in FAQ.
They all work OK except for one which contains an iFrame.
THIS IS THE PAGE HEREFirst the header and left column loads .. then the iframe loads .. then everything else stops .. i.e the footer does'nt load.
I've tried it as a stand alone php page with the html/iFrame content and the XOOPS head/footer wrapped around it .. same problem.
I.ve tried using an "include" instead of an iFrame too. This works ok but the target page distorts/pushes everything off screen as I have no control over the target page (my ebay home page).
At least with the iFrame I can confine it to a certain area.
This is the code of the page ..
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 1;
?>
Thai Expats Ebay Auctions |
|
|
|
|
|
include(XOOPS_ROOT_PATH."/footer.php");
?>
The xoops_version.php file is also present (correctly edited)
I've tried it with just the iFrame code only .. without all the google rubbish also .. same thing.
Any ideas?
Thanx
Using XOOPS 2.2 final .. but same problem in 2.0.13