Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:38
Menu does not work with DHTML Date Script on same page.
Poster: Anonymous
Dated: Thursday May 23 2002 - 8:39:32 BST
Without one DHTML Text Countdown Script on my page the menu scripts works fine. but with, i that´s what i want, the main menu is displayed corectly but does no submenus.
What can i do to fix this problem? The Countdown Script uses Layers too...
Problem - Solution
Poster: Anonymous
Dated: Thursday May 23 2002 - 21:57:09 BST
Have fixed my problem. Had to initialize the Countdown DHTML Script (formaly done with onload event) after initialisation of the Menu Scripts inside the body tags. I've done in this way...
<script language="JavaScript">
start_countdown();
</script>
And everything works fine.
Regards