Script: DD IFrame SSI Script II
http://www.dynamicdrive.com/dynamici...iframessi2.htm
--------------------------
Hello, this might be an html question, as related to this script...
We thought this would be the perfect solution to split our extra-long banner page into a few more, and people can toggle them around within one iframe by using text link to each.
Instead of creating new html banner pages, however, is it possible to virtually insert txt. files from the Include directory:
--------------------------
<!--#include virtual="/include/bannerpage1.txt" -->
--------------------------
...just as we are doing now, so that there would be no risk of letting new sub-iframe html pages affect your current good search engine ranking.
When we foolishly replaced the document part with the above command, the page ended up displaying all the txt. files at once (not an iframe at all). Obviously that was not the way to achieve this...
If this could be done, how would you modify “Step 2” of the script:
--------------------------
<iframe id="myframe" src="bannerpage1.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:500px; display:none"></iframe>
--------------------------
and the text link to that page:
<a href="javascript:loadintoIframe('myframe', 'bannerpage1.html')">Banner Page 1</a>
--------------------------
Thank you for your help!!!



Reply With Quote


Bookmarks