5
Not a pipedream, there are a couple of hacks to integrate in the myiframe for different needs.
1. from
dynamicdrive.com a hack to have the iframe size automatically resize to the size of the page it is opening. This only works within your own domain.
2. this javascript, when placed in the top of the body of the script you are opening within the iframe will ensure that if you try to open the script directly it will redirect to your iframe within xoops.
<SCRIPT LANGUAGE="JavaScript">
if (top.frames.length == 0) {
top.location = "http://www.yoursiteurl.com/modules/myiframe/index.php?iframeid=1";
};
SCRIPT>
For example check the Ladder portion of The Lion's Den link in the sig. you can try accessing the ladder directly thorugh ladders.thelionsden-arena.com and it will redirect to the iframe in xoops.
You'll need to play around a bit with it.
Cheers.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting