Any of the the examples given at the bottom of this article should work anywhere on the Internet, with the following conditions:
Obviously the SellerDeck variables layouts will not be substituted on other pages, so you will need to include the fully generated call to the *.js file – including full path information. For example:
will not work as it refers to a local file called 'Act_section_tree.js'. What will work are the following examples:
or
You also need to include the code contained within actiniccore.js and actinicextras.js. In other words, also include lines of the following form:
or
and
or
These lines must be ABOVE any other script functions in the headers of your web site pages.
For more information about creating section lists with javascript see this article
Examples of Section Lists:
Creating a Jump List Containing the Top-Level Sections
Creating a Drop-Down List Containing the Top-Level Sections and Sub Sections
Creating a List Box Containing the Top-Level Sections
Creating a bulleted list containing top-level sections
Creating a List of Hyperlinks with Sections and Sub-sections
Creating a List of Hyperlinks with Sections and Two Levels of Sub-sections
Creating a Section List (With Sub-Sections) in 2 Columns
Listing Sub-Sections Within Each Main Section
Inserting a List of Section Images With JavaScript
Obviously the SellerDeck variables layouts will not be substituted on other pages, so you will need to include the fully generated call to the *.js file – including full path information. For example:
HTML Code:
<script language="JavaScript" src="Act_section_tree.js"></script>
HTML Code:
<script language="JavaScript" src="../acatalog/Act_section_tree.js"></script>
HTML Code:
<script language="JavaScript" src="http://your.URL/acatalog/Act_section_tree.js"></script>
HTML Code:
<script language="JavaScript" src="../acatalog/actiniccore.js"></script>
HTML Code:
<script language="JavaScript" src="http://your.URL/acatalog/actiniccore.js"></script>
HTML Code:
<script language="JavaScript" src="../acatalog/actinicextras.js"></script>
HTML Code:
<script language="JavaScript" src="http://your.URL/acatalog/actinicextras.js"></script>
For more information about creating section lists with javascript see this article
Examples of Section Lists:
Creating a Jump List Containing the Top-Level Sections
Creating a Drop-Down List Containing the Top-Level Sections and Sub Sections
Creating a List Box Containing the Top-Level Sections
Creating a bulleted list containing top-level sections
Creating a List of Hyperlinks with Sections and Sub-sections
Creating a List of Hyperlinks with Sections and Two Levels of Sub-sections
Creating a Section List (With Sub-Sections) in 2 Columns
Listing Sub-Sections Within Each Main Section
Inserting a List of Section Images With JavaScript