PDA

View Full Version : Error on page


lee.harris
11-May-2003, 04:22 PM
Hi All

I'm getting debug warnings across my entire site (in IE6 on XP. The warnings are referencing line 89 (consistently) and occasionally line 1 as well.

I'm struggling to find the cause.

example (http://www.ihavetohave.it/acatalog/Multiroom_Home_Mp3.html)

This page, additionally, fails to have more info popups.

I'm rather confused :confused:

Cheers

Lee.

garyhay
11-May-2003, 07:53 PM
Something in youer Fireworks scripts. Try commenting it out to see what happens. Chances are you have 2 mouseover scripts

NormanRouxel
11-May-2003, 08:32 PM
You've left

<SCRIPT LANGUAGE="JavaScript" SRC="core.js" TYPE="text/javascript"></SCRIPT>


Out of Act_primary.html (and possibly Act_BrochurePrimary.html i -f you use Brochure as well).

It should be near the top of Act_primary immediately above the line

<SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

Norman

p.s. I noticed bits of NorTree in there as well but not enough to activate it.

lee.harris
11-May-2003, 09:16 PM
Thanks guys. I reinstated that line Norman (how on earth did I remove that?) and cleaned up the Nortree bits, yet I still appear to have killed javascript. Would appreciate any pointers. I can't see the wood for the trees @ the mo.

Thanks

Lee.

NormanRouxel
11-May-2003, 10:41 PM
Ooops. I munged my line above it should have been.

<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>

Bet it works now.

Norman

lee.harris
12-May-2003, 06:55 AM
Top man Norman! You are a star. Again :)