Here is what I've used....
Just before body tag:
Code: Select all
</script></head>
<script>function openIFrame(mainframe, URL){
ifId=gmobj(mainframe)
ifId.location.href=URL // Opera Bug Fix. ifId.src=URL
} </script>
Code: Select all
<iframe id="mainframe" src="home.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:580px; display:none"></iframe
>
Code: Select all
aI("text= About This Ministry;url=javascript:openIFrame('mainframe','aboutministry.html');");
If anyone has any ideas I would really appreciate it. Idon't have these pages uploaded yet, but if you need to see the whole thing in action I can upload the main and one of the linked pages.