Using Actinic 8.0.2
Erratic behaviour generating Act_section_tree.js
On a Preview Act_section_tree.js should contain links like
section_tree[1].sURL = "../../../Act_PreviewWarningPage.html?ACTION=SHOWCART";
If you do Web / Refresh the following format is generated
section_tree[1].sURL = "http://mega/cgi-bin/ss008003.pl?SECTIONID=Books.html&NOLOGIN=1";
if you now do a Preview Act_section_tree.js isn't changed and the live web site URLS are used.
Also that &NOLOGIN=1 is different behaviour from V7 where &NOLOGIN=1 was generated. I'm not sure if HTML entities like this are valid in query strings across all browsers. I'm getting different behaviour in Firefox, Opera, IE.
Erratic behaviour generating Act_section_tree.js
On a Preview Act_section_tree.js should contain links like
section_tree[1].sURL = "../../../Act_PreviewWarningPage.html?ACTION=SHOWCART";
If you do Web / Refresh the following format is generated
section_tree[1].sURL = "http://mega/cgi-bin/ss008003.pl?SECTIONID=Books.html&NOLOGIN=1";
if you now do a Preview Act_section_tree.js isn't changed and the live web site URLS are used.
Also that &NOLOGIN=1 is different behaviour from V7 where &NOLOGIN=1 was generated. I'm not sure if HTML entities like this are valid in query strings across all browsers. I'm getting different behaviour in Firefox, Opera, IE.
Comment