Results 1 to 9 of 9

Thread: Can AnylinkCss links open in pop up?

  1. #1
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Can AnylinkCss links open in pop up?

    1) Script Title:
    Drop Down Menu Code
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...anylinkcss.htm
    3) Describe problem: http://www.norwalkmoose.org/index2.html
    About 2/3s of the way down the page, in the left column, is a corkboard sign graphic with "Videos" on it. I want to have these videos open in a seperate pop up window. Is this possible?
    Thanks in advance for anyones help!
    Jody
    Last edited by jodywallace; 12-13-2009 at 09:55 PM. Reason: Change Title

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    http://www.nickstakenburg.com/projects/lightview/

    There's a similar free version of that somewhere as well but can't seem to find it right now, maybe someone else knows.

  3. The Following User Says Thank You to bluewalrus For This Useful Post:

    jodywallace (12-13-2009)

  4. #3
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thanks but I really like the code I'm using. I just want to modify it.

  5. #4
    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

    Code:
    linkset[0]='Videos <div class="menuitems"><A href="http://www.mooseintl.org/Video/WelTMoose/WelToMoose.swf" target="_blank" onclick="window.open(this.href, this.target, \'width=300, height=300\');return false;"><LI>Welcome to the Moose</A> </div>'
    - John
    ________________________

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

  6. The Following User Says Thank You to jscheuer1 For This Useful Post:

    jodywallace (12-14-2009)

  7. #5
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much for the response... but please forgive my ignorance. What do I add in the highlighted area? I tried the URL and target= "_blank" , but that didn't work. Thanks for your patience.
    Jody

    linkset[0]='Videos <div class="menuitems"><A href="http://www.mooseintl.org/Video/WelTMoose/WelToMoose.swf" target="_blank" onclick="window.open(this.href, this.target, \'width=300, height=300\');return false;"><LI>Welcome to the Moose</A> </div>'

  8. #6
    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

    Nothing. Use the code 'as is'. Those tokens reference the actual href and target values of the link. If you want a different URL, change this part:

    Code:
    href="http://www.mooseintl.org/Video/WelTMoose/WelToMoose.swf"
    You probably shouldn't change the target.
    - John
    ________________________

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

  9. #7
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Will this work on FireFox?

  10. #8
    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

    Why not? Of course it will, as long as there are no typos. If you have any problems, let me know, and provide a link to the problem page.
    - John
    ________________________

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

  11. The Following User Says Thank You to jscheuer1 For This Useful Post:

    jodywallace (12-15-2009)

  12. #9
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Thumbs up

    THANK YOU, THANK YOU, THANK YOU!!!
    John, You sir are a godsend! It's working great!!
    I really appreciate the help.
    ><>
    Have a Merry Christmas,
    Jody
    Last edited by jodywallace; 12-15-2009 at 04:36 PM.

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
  •