>  On Wed, Apr 16, 2008 at 2:47 PM, Bruce Sorge <[EMAIL PROTECTED]> wrote:
>  > I changed everything to regular select and regular form. Still the same
>  >  issue. Just downloaded Firebug and I will work with that to see if I can
>  >  spot the problem.
>  >
>  >  Bruce

It may be as simple as the fact that the <select> element does not
exist before the JS runs. It is recommended that any JS depending on
the DOM being written to be deferred somehow. Something like the
window.onLoad() event. I can't remember the best practice here because
I'm spoiled by jQuery and $(document).ready()

-- 
Matt Williams
"It's the question that drives us."

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303640
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to