Hi,
I'm using frames in my brochure and catalog (www.photo-scotland.co.uk).
The search engines seem to want to go to a specific page, ie http://www.photo-scotland.co.uk/acat...s_gallery.html , which has not been generated by Actinic, but by myself (I'm no expert at html). However when the link from the search engine is pressed the page is displayed without the surrounding frameset.
I've tried to copy some code from the templates...
<!-- BrochureFrameLoad HTML begin -->
<SCRIPT LANGUAGE="JavaScript"> var _version = 1.0; </SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1"> _version = 1.1; </SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.2"> _version = 1.2; </SCRIPT>
<SCRIPT LANGUAGE="Javascript">
var actinic_ignored = true;
</SCRIPT>
<Actinic:IGNORE>
<SCRIPT LANGUAGE="Javascript">
actinic_ignored = false;
</SCRIPT>
</Actinic:IGNORE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function onLoad()
{
if (window.name!='BrochureBody' && actinic_ignored != true && !((self.innerHeight == 0) && (self.innerWidth == 0)))
parent.location.replace('../index.html?' + escape(document.location.href) + '&BrochureBody');
}
// -->
</SCRIPT>
<!-- FrameLoad HTML end -->
but this doesn't seem to do the trick.
Does anybody have any idea where I'm going wrong?
Thanks in anticipation
Garry
I'm using frames in my brochure and catalog (www.photo-scotland.co.uk).
The search engines seem to want to go to a specific page, ie http://www.photo-scotland.co.uk/acat...s_gallery.html , which has not been generated by Actinic, but by myself (I'm no expert at html). However when the link from the search engine is pressed the page is displayed without the surrounding frameset.
I've tried to copy some code from the templates...
<!-- BrochureFrameLoad HTML begin -->
<SCRIPT LANGUAGE="JavaScript"> var _version = 1.0; </SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1"> _version = 1.1; </SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.2"> _version = 1.2; </SCRIPT>
<SCRIPT LANGUAGE="Javascript">
var actinic_ignored = true;
</SCRIPT>
<Actinic:IGNORE>
<SCRIPT LANGUAGE="Javascript">
actinic_ignored = false;
</SCRIPT>
</Actinic:IGNORE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function onLoad()
{
if (window.name!='BrochureBody' && actinic_ignored != true && !((self.innerHeight == 0) && (self.innerWidth == 0)))
parent.location.replace('../index.html?' + escape(document.location.href) + '&BrochureBody');
}
// -->
</SCRIPT>
<!-- FrameLoad HTML end -->
but this doesn't seem to do the trick.
Does anybody have any idea where I'm going wrong?
Thanks in anticipation
Garry
Comment