Orinovo
05-13-2009, 08:32 PM
Script: DD Tab Menu
http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
Hi, when using both IE7 & IE8 I am getting the following error;
Line: 68
Error: 'document.getElementById(...)' is null or not an object
In normal browser mode, it shows the exclamation mark but in debug it throws up same error a number of times relating to this line in the javascript file;
var menuitems=document.getElementById(tabid).getElementsByTagName("a")
My example can be seen here; http://dev.orinovo.net/ddtabs.asp
Up to now I have had success finding most solutions for small issues with some other scripts by reading other posts and thanks for such a great and valuable resource but I have run into a dead end on this one and would appreciate any help.
http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
Hi, when using both IE7 & IE8 I am getting the following error;
Line: 68
Error: 'document.getElementById(...)' is null or not an object
In normal browser mode, it shows the exclamation mark but in debug it throws up same error a number of times relating to this line in the javascript file;
var menuitems=document.getElementById(tabid).getElementsByTagName("a")
My example can be seen here; http://dev.orinovo.net/ddtabs.asp
Up to now I have had success finding most solutions for small issues with some other scripts by reading other posts and thanks for such a great and valuable resource but I have run into a dead end on this one and would appreciate any help.