How to open link in new tab using Spry?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default How to open link in new tab using Spry?

    Does anyone know how to open menu web links in a new tab (instead of opening a
    new window - IE7) using the Spry horizontal dropdown menu? I tried putting
    "_tab" in the target field but it doesn't seem to work. Thanks!

    drstall Guest

  2. Similar Questions and Discussions

    1. Spry Link Help
      I've run into a problem trying to figure out how to place a link within my first spry tab, to my second spry tab on the same page. The reasons for...
    2. URL link to open new window?
      Hello, and thanks in advance for the help... I'm kind of new to Flash programming. I'm trying to get a link to a url to open a new window for...
    3. Force a link to open in IE
      In an internal application. The user receives an email, checked with mozilla mail, and clicks on the link. I would like this link to direct the...
    4. Help - Open in New Link
      Something has changed in my computer! I often want to open a photo in a new link by right clicking on the picture and select open in new link, I...
    5. Open a link from within a Web Service ?
      Hi. I would like to open an ASP.NET page from a Web Method like this: Form my WinForm App: OpenLink("Select * From Customers",...
  3. #2

    Default Re: How to open link in new tab using Spry?

    drstall wrote:
    > Does anyone know how to open menu web links in a new tab (instead of opening a
    > new window - IE7) using the Spry horizontal dropdown menu? I tried putting
    > "_tab" in the target field but it doesn't seem to work. Thanks!
    Opening new windows in a new tab is a setting within the IE7 preferences ( and I'd assume 8 too ) and as far as I'm aware there is no control over this setting from within the HTML/JavaScript of the web page to do what you are asking. If you use _blank and the user has the appropriate setting in their browser, then it will open in a new tab, not in a new window.

    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: How to open link in new tab using Spry?

    Thanks - using "_blank" instead of "_tab" did the trick (my IE7 was already set to open links in a new tab, not window).
    drstall Guest

  5. #4

    Default Re: How to open link in new tab using Spry?

    drstall wrote:
    > Thanks - using "_blank" instead of "_tab" did the trick (my IE7 was already set to open links in a new tab, not window).
    Glad it worked out for you, but just remember that if someone else doesn't have that options set, then they won't get a new tab, they'll get a new window, so do not rely on it being a new tab for everyone.


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139