mikeusru
12-30-2008, 10:10 PM
1) Script Title: Drop Down Tabs (5 Styles)
2) Script URL (on DD):
http://dynamicdrive.com/dynamicindex1/droptabmenu.htm
3) Describe problem:
In IE the lower left hand corner error tells me
Line: 136
Char: 3
Error: 'document.getElementByID(...)' is null or not an object
Code:0
This problem does not seem to occur in firefox. I would ignore this issue but when linking to the page from my help file, errors pop up.
The script in the header is
<script type="text/javascript" src="js/dropdowntabs.js">
/***********************************************
* Drop Down Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
tabdropdown.init("bluemenu", 0)
</script>
Sorry if this question has been answered before, i'm just a javascript newbie so i couldn't find anything that was clear enough to directly answer this for me.
2) Script URL (on DD):
http://dynamicdrive.com/dynamicindex1/droptabmenu.htm
3) Describe problem:
In IE the lower left hand corner error tells me
Line: 136
Char: 3
Error: 'document.getElementByID(...)' is null or not an object
Code:0
This problem does not seem to occur in firefox. I would ignore this issue but when linking to the page from my help file, errors pop up.
The script in the header is
<script type="text/javascript" src="js/dropdowntabs.js">
/***********************************************
* Drop Down Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
tabdropdown.init("bluemenu", 0)
</script>
Sorry if this question has been answered before, i'm just a javascript newbie so i couldn't find anything that was clear enough to directly answer this for me.