Announcement

Collapse
No announcement yet.

question about Act_Frameload.html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    question about Act_Frameload.html

    In Act_frameload.html there is this variable that I am quite curious about,
    <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!='CatalogBody' && actinic_ignored != true && !((self.innerHeight == 0) && (self.innerWidth == 0)))
    parent.location.replace('NETQUOTEVAR:BASEPAGENAME?' + escape(document.location.href) + '&CatalogBody');
    }
    // --></SCRIPT>
    I am mainly curious about the variable actinic_ignored whether its equal to true or not, what is this etc?Reason I am asking is that when I have a normal customer it jumps in and out of frames happily enough to its correct position, but when its a logged in customer it stays in the frame and wont reload the frameset around it, so am wondering has actinic_ignored got anything to do with it
    Cheers
    Gearóid
Working...
X