I have copied and pasted the code from page 36 of the Advanced User Guide 'Creating a Drop-Down List Containing the Top-Level
Sections and Sub Sections' into Act_Primary.html - which I have customised with my own tables, look n feel etc.
I have inserted the code exactly as instructed - with relevant parts in the <HEAD> and <BODY> sections as outlined.
I should point out that the menu is positioned so it appears before the BULK of the page is rendered ie. it's in the header section of each page.
I am getting a Javascript error in the Page Preview pane, every time a page is loaded that uses Act_Primacy.html. Also, I tried Updating the site onto my local server. I get the yellow error triangle in the bottom of Internet Explorer, and the drop down menu doesn't appear at all.
I have attached the Javascript error I'm getting; I'm also getting another JS error window, like the one above, referring to line 198. Any help would be appreciated.
Line 80:
Line 198:
Thanks
Sections and Sub Sections' into Act_Primary.html - which I have customised with my own tables, look n feel etc.
I have inserted the code exactly as instructed - with relevant parts in the <HEAD> and <BODY> sections as outlined.
I should point out that the menu is positioned so it appears before the BULK of the page is rendered ie. it's in the header section of each page.
I am getting a Javascript error in the Page Preview pane, every time a page is loaded that uses Act_Primacy.html. Also, I tried Updating the site onto my local server. I get the yellow error triangle in the bottom of Internet Explorer, and the drop down menu doesn't appear at all.
I have attached the Javascript error I'm getting; I'm also getting another JS error window, like the one above, referring to line 198. Any help would be appreciated.
Line 80:
Code:
var strIDs = '<SELECT SIZE="1" NAME="ACT_droplstbox"
Code:
<form name="Act_SectionDroplist"><script language=Javascript1.1>document.write(ACT_DropListBox(section_tree))</script></form>
Comment