Results 1 to 2 of 2
  1. #1
    Join Date
    May 2007
    Posts
    3
    Plugin Contributions
    0

    help question javascript dropdown menu --need header help

    I've generated a javascript menu using AllWebMenus pro by Likno Software. It generates a .js file (which I have added with a jscript_ to my templates jscript folder. Then to test the files, I inserted the web page code AllWebMenus generated into an ezpage and the drop down menu shows up just fine on that page. The javascript is:

    <script type="text/javascript">var MenuLinkedBy="AllWebMenus [4]",awmMenuName="ww_menu",awmBN="656";awmAltUrl="";</script><script charset="UTF-8" src="ww_menu.js" type="text/javascript"></script><script type="text/javascript">awmBuildMenu();</script>

    Curb ball is that I want the javascript menu to appear in the header and I'm not sure how to present the above in tpl_header.php and/or elsewhere in order to make that happen. I'm a designer not coder, so please bear with my ignorance on this. Please help. Thanks.

  2. #2
    Join Date
    May 2007
    Posts
    3
    Plugin Contributions
    0

    red flag Re: javascript dropdown menu --need header help

    Is there any good reason I can't just use php to print the javascript to the broswer?

    <?php
    print '<script type="text/javascript">var MenuLinkedBy="AllWebMenus [4]",awmMenuName="ww_menu",awmBN="656";awmAltUrl="";</script><script charset="UTF-8" src="ww_menu.js" type="text/javascript"></script><script type="text/javascript">awmBuildMenu();</script>';
    ?>

    I tried that in tpl_header.php and it brings up the menu in the header. Is there any reason this method should not be used?

    Thanks.

 

 

Similar Threads

  1. Manufacturer dropdown menu in header
    By janislyn in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 27 Nov 2014, 08:08 AM
  2. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM
  3. Replies: 1
    Last Post: 30 Dec 2008, 07:03 AM
  4. Currency dropdown menu in header
    By james739 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 4 Aug 2007, 01:10 AM
  5. Need Help: Drop Down Menu in header w/ Javascript
    By Andrew1974 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Apr 2007, 02:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg