Why are you putting a Library item into a template?
Can you show me the code in the *.lbi file? Where in the template are you
inserting this library item?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"ronald04" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I have a jumpmenugo and the corresponding javascript saved as a library
item.
It includes the following after the list of options
input type="button" name="Button1" value="Go"
onClick="MM_jumpMenuGo('menu1','parent',0)" class="jumpmenu"
When I preview it in a browser, all list values work.
However, when I insert the library item into a template, the onClick code
drops out as follows
input type="button" name="Button1" value="Go" onClick=""
class="jumpmenu"
How do I solve this? |