It also provides this error:
Errordetails webpage
Usersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)
Time: Wed, 2 Dec 2009 13:28:09 UTC
Message: This property or method isn't supported by this object
Line: 1
Teken: 1
Code: 0
URL:
www.dogma.nl/hemrik_test/modules/mod_j15...uimages/imgchange.js
Head section code:
| Code: |
<head>
<?php
$document = &JFactory::getDocument();
$document->addScript( 'modules/mod_j15mainmenuimages/imgchange.js' );
?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/template.css" type="text/css" />
|
Also in mozilla firefox it says window.addEvent is not a function.
On the pages where the menu works fine firefox doesn't give this error.