Hi Guys,
I wanted to try the random images suched by Norman in the following thread http://community.actinic.com/showpos...3&postcount=17
I like the idea, keeps it with Actinic however it does not work for me, I did reduce it down to 2 images, I wondered if I got something wrong so copied and pasted the original code still no joy.
I have had little success and was after suggestions.
The test site is found at
http://www.organicplants.co.uk/acata...Nurseries.html
All very rough as I started back with clean templates, the errors are:
Any help would be appreciated kind regards Mash
I wanted to try the random images suched by Norman in the following thread http://community.actinic.com/showpos...3&postcount=17
I like the idea, keeps it with Actinic however it does not work for me, I did reduce it down to 2 images, I wondered if I got something wrong so copied and pasted the original code still no joy.
I have had little success and was after suggestions.
The test site is found at
http://www.organicplants.co.uk/acata...Nurseries.html
All very rough as I started back with clean templates, the errors are:
missing ) after argument list
P_index.html (line 287)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
missing ) after argument list
P_index.html (line 305)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
missing ) after argument list
Organic_plants_fo... (line 55)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
missing ) after argument list
Organic_plants_fo... (line 61)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
P_index.html (line 287)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
missing ) after argument list
P_index.html (line 305)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
missing ) after argument list
Organic_plants_fo... (line 55)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
missing ) after argument list
Organic_plants_fo... (line 61)
if (showlink) document.write('<a href="' + links<Actinic:Variable Name = 'idx'/> + '">');
Comment