Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Tom Loughlin #1
how do i hide FireWorks code for drop downs
I am trying to hide or create a direct link for my fireworks drop down menu so
that it doesn't show up in the source code of all of my pages. I have seen
this done on other pagegs by using direct paths such as:
<script src="/scripts/navigation.js" type="text/javascript"></script>
I am not exactly sure how i would create a .js file for my fireworks drop down
since there is more to it, I assume, then just the .js file.
Here is an example of the begining portion of my Fireworks file:
script language="JavaScript" type="text/JavaScript">function mmLoadMenus() {
if (window.mm_menu_1001145719_0) return;
window.mm_menu_1001145719_0_1 = new Menu("Press",106,18,"Verdana,
Arial, Helvetica,
sans-serif",12,"#ffffff","#ffffff","#0059a9","#000066", "left","middle",3,0,1000,
0,0,true,true,true,0,false,true);
mm_menu_1001145719_0_1.addMenuItem("Reviews","loca tion='http://company.com/compa
ny/reviews/'");
mm_menu_1001145719_0_1.addMenuItem("Imagery","loca tion='http://company.com/compa
ny/compgraphics.php'");
mm_menu_1001145719_0_1.addMenuItem("Press
Releases","location='http://company.com/company/press.php'");
Any help with this would be great. Please let me know if you need any
additional info.
thanks
Tom Loughlin Guest
-
add drop downs to a php file
Hello everyone, this is my first time on here as i have just started using studio mx. I have had the software for quite a while but never got round... -
Streamlining Drop-Downs
I have a form with literally a hundred fields where the user has to select how they rank each item in a drop-down form 0-10. Is there a way to... -
dynamic drop downs
hey everyone. i'm making a site that uses drop down menus. their content changes depending on where the user is in the site. i have a table set up... -
Editable datagrid with drop downs and check boxes - sample code?
Hi. I'm looking for sample code for an EDITABLE grid with checkboxes, that, when in editing mode, displays a drop down box in the desired... -
Drop Downs
Does anyone know of a good tutorial for drop downs. The drop downs I created have alot of bugs which I can't figure out how to fix?...



Reply With Quote

