Having a problem with my accordion script.

0 votes
No avatar asked by (120 points) about Scriptocean Javascript Accordion Menu
edited by

Having a problem with my accordion script. Using Dreamweaver and it shows up on the local folder but I cannot get it to show in the browser. I think it should be an easy fix but I can't figure it out.

AIM1init_doc('/Scripts/Accordion/',0);

1 Answer

0 votes
No avatar answered by (309k points)

I recommend checking the paths. Instead of using local paths to the files, modify them and make them look like relative paths. Something like this:

src="C:\test\test.js"

to

src="\test\test.js"

Many problems can be fixed this way. The relative path tweak will always fix problems with display. Secondly, make sure the files are in their right place.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...