"open in new browser window"

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default "open in new browser window"

    how do you get an "open new browser window" behavior to work without also
    changing the original browser window? I want the additional browser window to
    show new information and the original window to stay the same. thanks!

    lribes Guest

  2. Similar Questions and Discussions

    1. "open browser window" size
      I am updating a site that uses pop-ups for definitions throughout the site. This is a medical site, so the pop-up definitions are essential. The...
    2. Closing "Open Browser Window" behind you
      If you visit www.scrubjay.com, you'll see a blank webpage with a link. Clicking on that link opens another small browser window. The small browser...
    3. "Open Browser Window" doesn't work in Safari?
      How do I remedy this? http://www.ierg.net/people.html Thanks
    4. Help with "Open Browser Window" please
      I would like to open a small browser to be opened and closed without changing the main window the viewer is in. The problem I am having is that...
    5. Modifying "Open Browser Window" behavior to launch a maximized browser
      I want to launch a web application in a fullscreen browser window with nothing but the title bar and the accompanying window borders (I do not want...
  3. #2

    Default Re: "open in new browser window"

    Put target='_blank' in the <a> tag.


    lribes wrote:
    > how do you get an "open new browser window" behavior to work without
    > also changing the original browser window? I want the additional
    > browser window to show new information and the original window to
    > stay the same. thanks!

    rob::db 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