Results 1 to 2 of 2

Thread: Dynamic-FX Slide-In Menu (v 6.5) popup windows option

  1. #1
    Join Date
    Dec 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic-FX Slide-In Menu (v 6.5) popup windows option

    Script: Dynamic-FX Slide-In Menu (v 6.5)
    http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

    Similar to the question asked someone before at
    http://www.dynamicdrive.com/forums/s...ead.php?t=8870

    Is there any way, if I want to open menu link inside the windows popup


    Regards
    Atif

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Which windows popup are you talking about? I'm not familiar with that term. If you mean a popup window, you could use the javascript:open() method for the href in ssmItems.js, example:

    Code:
    ssmItems[4]=["Message Forum", "javascript:open('http://www.codingforums.com', '_new', 'width=600, height=500')", ""]
    If you just want a new window or tab (lets the browser decide which):

    Code:
    ssmItems[4]=["Message Forum", "http://www.codingforums.com", "_new"]
    If you want more help, please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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