Christo70
03-05-2010, 02:14 PM
1) Script Title: AnyLink JS Drop Down Menu v2.2
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: Links in the menu I built into my site stopped working after I had added a PHP based email form.
I finally found that in the anylinkmenu.js file on line 166, a href attribute was pointing in the wrong direction so I manually changed the href to
http://localhost/site/
I am using DWCS3 and a testing server with MAMP on my OSX HD, plus uploading into a sub folder on the domain at various intervals.
Prior to going PHP on the site, initially it was HTML, I had no problems.
Do I now have to manually change the href on line 166 of the JS file once I upload to a host server? Or have I broken something along the way which can be rectified?
The current build of the site is here (with the anylinkmenu.js incorrect address left as is):
http://www.bikramyogafitzroy.com.au/byf_site/index2.php
Note the site I am building is in the byf_site sub folder, all scripts are at this level too.
Christo
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: Links in the menu I built into my site stopped working after I had added a PHP based email form.
I finally found that in the anylinkmenu.js file on line 166, a href attribute was pointing in the wrong direction so I manually changed the href to
http://localhost/site/
I am using DWCS3 and a testing server with MAMP on my OSX HD, plus uploading into a sub folder on the domain at various intervals.
Prior to going PHP on the site, initially it was HTML, I had no problems.
Do I now have to manually change the href on line 166 of the JS file once I upload to a host server? Or have I broken something along the way which can be rectified?
The current build of the site is here (with the anylinkmenu.js incorrect address left as is):
http://www.bikramyogafitzroy.com.au/byf_site/index2.php
Note the site I am building is in the byf_site sub folder, all scripts are at this level too.
Christo