Forums Archive Index > SmartMenus 5 > Error: s_dE has no properties, s_script_dom.js on line 17
Date: 7 Sep 2004 11:50 pm
Hi i added some new arrays to the arrays file..
All my old arrays are fine and working ok, but the new ones which are identical to the others are causing "Error: s_dE has no properties" to appear in Mozilla's JS console, i dont get a JS error in IE or other browsers etc.
Mozilla says the error is in s_script_dom.js on line 17
Any thoughts?
jason
Date: 8 Sep 2004 10:12 am
Could you please provide some url where the problem can be seen? I am not very sure what may be causing the error (I haven't noted such error message in Mozilla before). :?
Date: 29 Dec 2004 6:03 pm
I have the same problem.
You can find me site @: --> http://www.freemann.nl
In IE every thing works fine but in Firefox 1.0 it doesn't work and i get the Code:
following error:
Error: s_dE has no properties
Source File: http://www.freemann.nl/s_script_dom.js
Line: 16
Date: 30 Dec 2004 5:27 am
Hi mfrijm,
You have forgotten to include the short SmartMenus header script. Just put the following code somewhere in the page header and it should work in Firefox (and all other Gecko powered browsers):
<script type="text/javascript" language="JavaScript">
<!--
function s_show(){return false}
function s_hide(){return false}
if(window.event+''=='undefined')event=0
//-->
</script>
Thanks!
Date: 30 Dec 2004 6:18 am
ooooo :oops: :oops:
Thanks for you're quick response!