Hello, I just purchased Advanced-iFrame for a specific client project. I already have a FRAMESET in my index.html. I tried several approaches but could not get AI to work for me. I did include the ai_external.js.
Can you offer any tips or suggestions to make AI useable for the case below? Thank you. Regards, Peter
<!-- startFile: 100014\templates\static\index.html --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <HTML> <head> <script> var timestampString = '' + new Date().getTime() + '' document.write('<script type="text/javascript" src="Support.js?'+timestampString+'"><\/script>') document.write('<script type="text/javascript" src="ProductSearch.js?'+timestampString+'"><\/script>') document.write('<script type="text/javascript" src="Environment.js?'+timestampString+'"><\/script>') document.write('<script type="text/javascript" src="Environment_extra.js?'+timestampString+'"><\/script>') document.write('<link rel="stylesheet" href="BbStyle.css?'+timestampString+'" type="text/css">') document.write('<link rel="stylesheet" href="BbStyle_extra.css?'+timestampString+'" type="text/css">')
<!-- Advanced iFrame external JS file reference below -- -- -- -- -- --> document.write('<script type="text/javascript" src='http://myDomain.com/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>')
<!-- I also tried the following (not at the same time), but does not work -- -- -- -- -- -- -- --> <script src="http://myDomain.com/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>
</script> <TITLE>My Domain Distributors LTD.</TITLE> </head>
<FRAMESET COLS="181,*" frameborder="no" BORDER="0" NORESIZE> <FRAME SRC="./newpannel.html" frameborder="no" marginwidth="0"> <frameset id="rowsFrameSet" rows="56,0,*" cols="*" framespacing="0" frameborder="no" border="0"> <frame src="Top.html" name="Top" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="Top"> <FRAME name="basketframe" SRC="http://items.MyDomain.com/web/abtcgil.exe?_application=shopping&_merchantId=100014&atAsFrame=yes" noresize scrolling="no"> ' <FRAME SRC="Homepage.html" name="basefrm" frameborder="no" marginwidth="0" marginheight="0"> </frameset> </FRAMESET><noframes></noframes> </HTML> <!-- endFile: 100014\templates\static\index.html -->
|