View Full Version : My drop down box dissappeared need help
superflytrainer
04-06-2006, 09:39 PM
I had a drop down up box for www.cardiacgym.com, that people would eneter their name, and e-mail address and subscribe but ever sincce i added a new script it dissapeare. I any one would look at my script code and try to figure it out than i would appreciate it
Doug
jscheuer1
04-07-2006, 04:33 AM
One problem you have is onload event conflict. Where you have:
window.onload=show
Just remove that line from your page. Where you have:
<body onload="MM_timelinePlay('Timeline1')">
Change it to:
<body onload="MM_timelinePlay('Timeline1');show();">
There could be other problems.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.