Mike,

function myMenus() {
    do something.....
}

<body onLoad="myMenus()">

Greg Alton
CFDev



> To the best of my knowledge IE has some issues with DHTML in that it must
be
> loaded before the page is rendered.
> The onLoad event handler just loads the menus... I tried renaming the
> function and putting it in the onLoad event handler
> via the body tag, but to no avail. I got the static code from
>
> http://developer.netscape.com/viewsource/smith_menu/smith_menu.html
>
> which is a pretty neat site.  What I am doing is trying to use this code
> along with some queries and loops to dynamically generate my menus based
upn
> values form my categories table.
>
> Im new to JS and DHTML so I am not sure what to look for, but I'll keep
> plugging away at it.
>
> Thanks for the response.
>
> Mike
>
>


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to