View Single Post
  #1  
Old 02-28-2007, 06:51 AM
 
Lee Lee is offline
 

Advanced Member
  
Join Date: Dec 2002
Posts: 95
 

Default Dynamic menu in IE

Afternoon all,

I have implemented a new vertical dropdown menu for our main navigation panel, which is quick and easily maintainable, and will glady share if I get this problem fixed!!

It works like a dream in Netsacpe and Firefox but despite testing it in IE, once I have got all the code into the store templates I get a javascript error in IE.

Line: 122
Char: 21
Error: Invalid argument
Code: 0

Now, first point of call was to look at the source code for the page determine what is on line 122 and fix! On first look the line 122 contained some javascript from the call in rectangle_top.tpl regarding -

function substitute(lbl) {

Now I have commented out all the javascript from rectangle_top.tpl hoping to corner the error and fix, but despite removing this I still get the same javascript error in IE, same line number etc, except this time because the xcart javascript has been removed, line 122 now contains just some simple HTML code.

So how can I identify where this error is coming from? I can;t work out from the IE popup containing the error message where the problem is.

Any javascript gurus out there that can point me in the right direction??

Thanks in advance
__________________
Lee

X-Cart 4.0.14 - heavily modified! (Linux)
www.lasertechgroup.com/uk
Reply With Quote