Hi there,
I have used Netobjects Fusion 11 to build my site www.theknightimeproject.com. I have discovered that the rollover.js file controlling the site's navigation was causing other external .js files i.e.mootools, jquery, scriptaculous etc to hang http://www.theknightimeproject.com/assets/rollover.js whenever they were called.
I used Firefox's Firebug to locate the error, which points to line 614 of the rollover.js script:
while (temp.lastIndexOf(this.separator) == temp.length - 1)
I have used a workaround involving the removal of the navigation system, and the use of a 'back' link http://www.theknightimeproject.com/html/album.html, but of course, I'd like to use mootols, jquery etc on other parts of my site, and don't want to keep removing the navigation bar all the time.
Does anyone have any idea what I need to amend on line 614 to enable everything to work? What does line 614 control? I have created a dummy page to show what happens when things don't go according to plan http://www.theknightimeproject.com/html/error.html.
I'd be most grateful for any assistance with this problem!
Regards,
Brian
Last edited by carystaal; 06-13-2009 at 02:37 PM..
|