Open Browser Window doesn't

Although my thumbnail image displays fine, the open new
browser window Behavior does not work (on any browser) on this
page, although it does in others. Here's the code:
<td colspan="11" rowspan="7" valign="top"><div
align="center"><img src="images/Not-Known_sm.jpg" width="98"
height="150"
onClick="MM_openBrWindow('images/Not-Known_web.jpg','','width=392,height=600')"><br>
And here's the code from a page on the same site where the
Behavior DOES work:
<p><a href="#" csclick="c3f2eefa0"><img
src="images/Escape-sited_sm.jpg" width="126" height="150"
border="2"
onClick="MM_openBrWindow('images/Escape-sited.jpg','','width=500,height=600')"><br>

They are both improper, to tell you the truth.
When working with images, you would need to apply a LINK to
the image first.
Then you would apply the behavior to the link.
Change this -
<td colspan="11" rowspan="7" valign="top"><div
align="center">
<img src="images/Not-Known_sm.jpg" width="98" height="150"
onClick="MM_openBrWindow('images/Not-Known_web.jpg','','width=392,height=600')">
<br>
to this -
<td colspan="11" rowspan="7" valign="top"
align="center">
<a href="images/Not-Known_web.jpg"
onClick="MM_openBrWindow('images/Not-
Known_web.jpg','','width=392,height=600');return false">
<img src="images/Not-Known_sm.jpg"
width="98"height="150"></a> <br>
and see if that works. If it does NOT, then you will need to
post a link to
your page so we can see it fail, and also see what you did to
the markup.
In the markup I suggested above, I did several things:
1. I added a link around the image
2. I moved the behavior call from the <img> tag to the
<a> tag
3. I added the linked image to the href attribute as well,
and 'return
false' to the behavior call - this will give you a link that
works whether
javascript is enabled or not (which is a good thing - the
straight behavior
alone doesn't give you this)
A final comment - your colspan/rowspan values for that table
cell are damn
scary.
Please make sure you read and understand this -
http://apptools.com/rants/spans.php
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"art_Bob" <[email protected]> wrote in
message
news:[email protected]...
> Although my thumbnail image displays fine, the open new
browser window
> Behavior
> does not work (on any browser) on this page, although it
does in others.
> Here's
> the code:
> <td colspan="11" rowspan="7" valign="top"><div
align="center"><img
> src="images/Not-Known_sm.jpg" width="98" height="150"
>
onClick="MM_openBrWindow('images/Not-Known_web.jpg','','width=392,height=600')">
> <br>
>
> And here's the code from a page on the same site where
the Behavior DOES
> work:
> <p><a href="#" csclick="c3f2eefa0"><img
src="images/Escape-sited_sm.jpg"
> width="126" height="150" border="2"
>
onClick="MM_openBrWindow('images/Escape-sited.jpg','','width=500,height=600')"><
> br>
>
>

Similar Messages

  • Open browser window behavior in Mac not working right

    I am simply selecting my text in my html document and then selecting "Open Browser Window" from the Behaviors panel.  I then put in the info for the file I want it to open along with the size, etc...
    When I test it in the browser (Safari) the link works but the rollover features don't show ... it doesn't show as a link in the browser window.  I followed the tutorial exactly and the instructor's browser showed the link as a rollover.  It's driving me a bit crazy.
    I'm using CS5 on the latest version on Mac OS (Snow Leopard).
    I can put up an example if needed.
    Thanks so much for any assistance.
    BC

    All I can tell you is that when you browse to that link URL, you do not see a JPG image, you see this page -
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Apartment Anchor - Free Apartment Locating Service | ApartmentAnchor.com</title>
    <style type="text/css">
    .content {
    width: 400px;
    a {
    font-size: 20px;
    </style>
      <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-25512543-2']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body>
    <div class="content">
    <ol>
    <li><a href="http://apartmentanchor.com/blogs">Houston Apartment Blog</a></li>
    <li><a href="woodlands/woodlands-tx-apartments.html">Woodlands Texas Apartments</a></li>
    <li><a href="clear-lake/clear-lake-tx-apartments.html">Clear Lake Texas Apartments</a></li>
    <li><a href="cypress-texas/cypress-tx-apartments-for-rent.html">Cypress Texas Apartments</a></li>
    <li><a href="river-oaks/houston-river-oaks-apartments.html">Houston River Oaks Apartments</a></li>
    <li><a href="spring-texas/spring-apartments-for-rent.html">Spring Texas Apartments</a></li>
    <li><a href="league-city/league-city-tx-apartments.html">League City Texas Apartments</a></li>
    <li><a href="houston-texas-apartment-search-engine.html">Houston Apartment Search Engine</a></li>
    <li><a href="get-availability-information.html">Get Apartment Listing</a></li>
    </ol>
    </body>
    </html>
    Do you have that page on your site?  Is that your home page?
    Perhaps you have some hidden redirection going on via an htaccess file?  I dunno....

  • A:hover with "open browser window" behavior?

    Hi,
    Is it possible to make a text link follow the a:hover style (CSS?) with the behavior of "open browser window"?
    I've been using the "OnClick" option (for behaviors), but the cursor doesn't turn into the little hand symbol so I feel like people won't know that you can click on it.  If I could make it change color like it does when it is a direct link, or if i could make the hand symbol appear, that would be great.
    Thank you in advance!!

    We'd need to see your code but I'm guessing you did not highlight the link text and make it a null link.
    http://alt-web.blogspot.com/2010/02/making-pop-up-window-in-dreamweaver.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • JS, Open Browser Window

    I have rewritten my site in Dreamweaver because I thought
    this was a problem with the export from Go Live.
    When I tell a link to open in a new browser window it works
    but the older window also update to the linked page. This pretty
    much defeats the purpose of it opening another browser window.
    The link that is the problem is the link to "
    http://www.yourmaclifeshow.com"
    It's the only one I have put in so far since it doesn't seem to
    work properly.

    You might also mention the need to apply this behavior to the
    <a> tag
    surrounding the <img>. It's a common mistake, and it
    leads to other
    undesirable effects.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "E Michael Brandt" <[email protected]> wrote
    in message
    news:[email protected]...
    >> I just don't understand why that Open Browser Window
    extension in DW
    >> writes the code the way it does. Seems like it
    pretty much broken.
    >
    > Yes.it was created in the time before people considered
    making sites more
    > accessible to a variety of users.
    >
    > When created, Macromedia expected the href attribute to
    be either "#" or
    > "javscript:;". With either of those, the
    MM_openBrowserWindow function
    > works just fine in that it will NOT tell the main window
    to update itself
    > with the new page at the same time it opens the popup
    window. However, if
    > the user has javascript turned OFF, then NOTHING will
    happen, there will
    > be no way to get to the linked page at all. Bad.
    >
    > So, with this accessibility issue in mind, and with the
    notion of
    > "progressive enhancement" coming to the fore, the newer
    way to code this
    > is to have the new page's url in the href attribute
    rather than simply "#"
    > or "javscript:;". Now if javascript is disabled, the
    javscript function
    > will not fire, but the main browser window will refresh
    with the new page
    > so the user will get to see it.
    >
    > HOWEVER the consequence of this is that with javscript
    ON,
    > MM_openBrowserWindow will fire, opening the popup, AND
    the main window
    > will refresh with the new page also. To prevent this
    unintended result,
    > you can add ";return false" after MM_openBrowserWIndow()
    to tell the
    > browser NOT to refresh the main window with value in the
    href.
    >
    > Hope that makes sense.
    >
    > Thierry also mentioned divaPOP. It has many advantages,
    among them that
    > opening new windows is simply easy as pie. For just $9
    you save yourself
    > lots of time and coding. You don't use the
    MM_openBrowserWindow function.
    > Simply have the links on your page, and divaPOP will add
    its openWindow
    > behavior for you. For links to external websites or to
    pdf files, you need
    > add no "hooks" to your links at all: divaPOP will
    automatically detect
    > them. For other sorts of links, like to html pages,
    images, flash, word
    > docs, or whatever, you merely add a special CSS class to
    the link to tell
    > divaPOP to do its thing. divaPOP also handles Templates
    and Child pages
    > with no special steps required at all. Take a look at
    >
    >
    http://divahtml.com/products/divaPOP/open_popup_windows.php
    >
    >
    > --
    >
    >
    > E. Michael Brandt
    >
    > www.divaHTML.com
    > divaPOP : standards-compliant popup windows
    > divaGPS : you-are-here menu highlighting
    > divaFAQ : FAQ pages with pizazz
    >
    > www.valleywebdesigns.com/vwd_Vdw.asp
    > JustSo PictureWindow
    > JustSo PhotoAlbum, et alia
    >
    > --

  • Hot spots and Open Browser Window

    I have created a site see www.blingbongs.com...
    At the bottom right of the screen it says "meet the Crew"
    which is a jpeg, with a hotspot over the top. I hae then asigned a
    Java action of "Open Browser Window" using the attribute "On Mouse
    Click", in the link box there is a #. As ar as I am aware this
    should work on all browsers, but it doesn't. We have two machines,
    both installed with exactly the same version of I.E6 yet on one of
    the machines it is just not working, the browser window doesn't
    open and in fact nothing seems to happen. It doen't seem to work on
    Firefox either.
    I need a reliable open browser window script that doesn't get
    blocked - is it the hotspot or the java that is causing this
    problem, or is it the combination of the two. Is there another form
    of open browser window that we can use, or is the day of a static
    html page beforea flash page out!
    Is this just another case of Microsft being buggers - please
    help - I don't know what to do? :(
    Thanks
    Pete (Blagging being a programmer :>/

    > Java action of
    Javascript, please. The two are very different.
    > Is this just another case of Microsft being buggers -
    please help - I
    > don't
    > know what to do? :(
    It's user error. Please show me your code, and I'll explain.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "para-pete" <[email protected]> wrote in
    message
    news:eav2ai$18n$[email protected]..
    >I have created a site see www.blingbongs.com...
    >
    > At the bottom right of the screen it says "meet the
    Crew" which is a jpeg,
    > with a hotspot over the top. I hae then asigned a Java
    action of "Open
    > Browser
    > Window" using the attribute "On Mouse Click", in the
    link box there is a
    > #. As
    > ar as I am aware this should work on all browsers, but
    it doesn't. We have
    > two
    > machines, both installed with exactly the same version
    of I.E6 yet on one
    > of
    > the machines it is just not working, the browser window
    doesn't open and
    > in
    > fact nothing seems to happen. It doen't seem to work on
    Firefox either.
    >
    > I need a reliable open browser window script that
    doesn't get blocked - is
    > it
    > the hotspot or the java that is causing this problem, or
    is it the
    > combination
    > of the two. Is there another form of open browser window
    that we can use,
    > or is
    > the day of a static html page beforea flash page out!
    >
    > Is this just another case of Microsft being buggers -
    please help - I
    > don't
    > know what to do? :(
    >
    > Thanks
    > Pete (Blagging being a programmer :>/
    >

  • Open Browser Window Location

    I use "open browser window" for dynanic display of pictures and it normally opens a window at the top/left side of the screen.
    I know there are tools where you can specify the location of such a window, but I don't use them: top/left is OK for me.
    Strangely enough, the same window opens at the center of the screen on my wife's notebook. It doesn't seem to be a Dreamweaver option, but most probably a windows (IE) option.
    We both use Windows 7 with same version of Internet Explorer (8.0.7600). Can anybody explain this behaviour?
    Ray

    quote:
    Originally posted by:
    Newsgroup User
    "Alan" <[email protected]> wrote in
    message
    news:C596B4D8.31C779%[email protected]..
    >
    >
    >> The problem I am having is that the new
    >> browser opens up bringing the main page back to the
    top with the new
    >> window at
    >> the top. How can I get is to open in the exact
    location where the photo
    >> is
    >> shown without bringing the main browser window to
    the top?
    >
    > If the page with the link is jumping to the top, a guess
    would be you have
    > used # as the null link? Which the browser sees as an
    empty anchor link.
    >
    > change the # to
    > javascript:;
    It would be better to use an arbitrary string after the "#",
    making sure
    that that fragment identifier does *not* match a named anchor
    on the page.
    That way the document won't jump *and* won't freeze either;
    which can happen
    in IE6 when users click on links that have "javascript;" for
    href values.
    An even better approach of course would be to use a "real"
    href (what's
    loaded in the popup) with a "return false" statement...
    Thierry | Adobe Community Expert | Articles and Tutorials ::
    http://www.TJKDesign.com/go/?0
    Spry Widgets |
    http://labs.adobe.com/technologies/spry/samples/
    [click on
    "Widgets"]
    Spry Menu Bar samples |
    http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html
    Thanks for the responses. The java script command worked
    well. To avoid IE issues, I made the link like this: #!. That makes
    it pop up right there. The open browser command was done on the a
    tag for the image (the original # place holder). How would you use
    a "real" href with the return false command? Can you give me an
    example?
    Here is the html code:
    <a href="#!"
    onclick="MM_openBrWindow('assets/images/portfolio/halfup_48.jpg','halfup48','width=480,he ight=640')"><img
    src="assets/images/portfolio/halfup_48.jpg" alt="halfup48"
    width="135" height="203" /></a>
    M

  • Open browser window buggy in FF & NN

    On my nav page, I've set my links to this behavior: Open
    browser window. (on click) Link is "#"
    Works great in all browsers except Fire Fox and Navigator.
    There, it's buggy, keeps opening the same page, etc. I've tried
    setting prefs in FF & NN to various things (open in new window,
    open in tab, etc.) Doesn't help.
    Should the "target" be set to something? Or - ?
    Thanks very much,
    DF

    SHow us your code, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Danielcq" <[email protected]> wrote in
    message
    news:etp53o$a66$[email protected]..
    > On my nav page, I've set my links to this behavior: Open
    browser window.
    > (on
    > click) Link is "#"
    >
    > Works great in all browsers except Fire Fox and
    Navigator. There, it's
    > buggy,
    > keeps opening the same page, etc. I've tried setting
    prefs in FF & NN to
    > various things (open in new window, open in tab, etc.)
    Doesn't help.
    >
    > Should the "target" be set to something? Or - ?
    >
    > Thanks very much,
    >
    > DF
    >

  • Open Browser Window behaviour - no centering option

    Hi everyone,
    I used the Open Browser Window behaviour in Dreamweaver to
    open up a small browser window when a link is clicked, but the
    behaviour doesn't provide an option to position the window in the
    centre of the screen. Does anyone know if there's another behaviour
    that provides this option, or how to edit the javascript to get it
    to work?
    The code that Dreamweaver generated is below.
    Thanks for any help offered.

    DW doesn't offer this in any built-in function. You can
    manually hack the
    code inserted to produce that effect (you would have to
    Google to find the
    necessary changes), or you can use a 3rd party extension to
    do that and much
    more. I routinely use DivaPOP for things like this -
    http://www.divahtml.com
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "gwhPoster" <[email protected]> wrote in
    message
    news:g1gjr7$hri$[email protected]..
    > Hi everyone,
    >
    > I used the Open Browser Window behaviour in Dreamweaver
    to open up a small
    > browser window when a link is clicked, but the behaviour
    doesn't provide
    > an
    > option to position the window in the centre of the
    screen. Does anyone
    > know if
    > there's another behaviour that provides this option, or
    how to edit the
    > javascript to get it to work?
    >
    > The code that Dreamweaver generated is below.
    >
    > Thanks for any help offered.
    >
    >
    >
    > <script type="text/JavaScript">
    > <!--
    > function MM_openBrWindow(theURL,winName,features) {
    //v2.0
    > window.open(theURL,winName,features);
    > }
    > //-->
    > </script>
    >
    > p>Text here. Text here. Text here. <a href="#"
    >
    onclick="MM_openBrWindow('offers.php','SpecialOffer','width=400,height=200')"
    > style="text-decoration:none; color: #634A95;
    font-weight:
    > bold;">More...</a></p>
    >

  • "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 site was built before pop-up
    blockers came onto the scene. I have tried replacing the script
    with the "open browser window" action under the tag inspector but
    cannot seem to get that to work. I do rely on DW for Java script as
    it is not my strong suit. I cannot find a way to have small windows
    open with DW - and avoid pop-up blockers. Does anyone have a
    solution?
    Thank you!

    > blocker doesn't even sound - only a new page saying
    "page cannot be found"
    Then this is not the pop-up blocker at work. This means that
    your path to
    the file is wrong.
    > I will search for some updated Java
    Then you won't find it - it's javascript not Java.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Reed8" <[email protected]> wrote in message
    news:e50330$j08$[email protected]..
    > Thanks, but it's actually long content. Sometimes up to
    3 paragraphs.
    > The
    > customer doesn't want to re-work the whole site to have
    this information
    > load
    > onto "regular" web pages. But, the javaScript is so old
    that the pop-up
    > blocker doesn't even sound - only a new page saying
    "page cannot be
    > found". I
    > though that the behaviour panel would help to update the
    script - adding
    > "open
    > browser window" but it doesn't show up as a link when I
    use this method -
    > and
    > these need to be clearly defined as links. I will search
    for some updated
    > Java
    > - but I had hoped that DW studio 8 would have this a
    solution.
    > I do love the 'overlib' though - thanks for the tip!
    >

  • Open Browser Window Error

    I use the Open Browser Window behavior with the <A>
    onClick attribute for many images and text links on my site. Works
    fine, UNTIL the page gets updated via a change on the main
    template. Then the link gives me a javascript error. To fix I have
    to pull up each page, open the behavior, OK to save and then resave
    the page. No changes made, the code does not appear to change, but
    then it works. As my site grows this is becoming more and more of a
    nusiance to remeber to "fix" every page that has such behaviors on
    it.
    I have search the forum, but didn'[t come across a similiar
    error. Has anyone seen this. Is there a fix
    Thanks!

    This means that your template does not contain the required
    javascript for
    the OpenBrowserWindow behavior in the head of the page. If it
    did, then
    every child page would contain the necessary code, and you
    wouldn't have to
    do the song and dance that you are doing.
    Make sure it goes in a NON-EDITABLE region of the template
    page.
    The downside to this is that each page gets the code
    (admittedly it's a
    small bite) whether it needs it or not....
    So - what you should do is open the particular page that has
    just broken,
    run through your procedure again (which writes the required
    code into the
    head of the page, and then copy that code (from
    <script...> though
    </script>), and paste it into the template page in the
    same location. When
    you save the template page, all child pages will be updated.
    There's one nagging problem here, though. If the procedure
    you describe is
    working without error, then it is also true that DW is
    writing that markup
    into an EDITABLE region of the head of the page. If that's
    the case, then
    WHY IS A TEMPLATE UPDATE OVERWRITING THIS? I don't know -
    would need to see
    your page to know for sure....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JR-ITGUY" <[email protected]> wrote in
    message
    news:[email protected]...
    >I use the Open Browser Window behavior with the <A>
    onClick attribute for
    >many
    > images and text links on my site. Works fine, UNTIL the
    page gets updated
    > via a
    > change on the main template. Then the link gives me a
    javascript error. To
    > fix
    > I have to pull up each page, open the behavior, OK to
    save and then resave
    > the
    > page. No changes made, the code does not appear to
    change, but then it
    > works.
    > As my site grows this is becoming more and more of a
    nusiance to remeber
    > to
    > "fix" every page that has such behaviors on it.
    >
    > I have search the forum, but didn'[t come across a
    similiar error. Has
    > anyone
    > seen this. Is there a fix
    >
    > Thanks!
    >

  • IPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    iPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    What you are seeing is how Safari works now in iOS 5. There is no way to get that icon in Safari now. There other much better browsers available in the App Store. Look at iCab Mobile, Mercury, Atomic, ....
    I have been running iOS 5x for so long now, that I don't even remember if that icon did appear in earlier iOS versions

  • Open Browser Window - Not working correctly.

    I click the thumbnail on my homepage, I get a larger image in
    a new window. Unfortunately, the homepage also redirects itself to
    the larger image. You can see this at www.real9.com
    I want the homepage to stay where it is, but the larger
    window to open in a new window. I used the Open Browser window in
    Dreamweaver to set this link up, but its not doing what I want it
    too.
    Help would be much appreciated, I have been trying to fix
    this problem, but no success.
    Thank you.

    On Sun, 08 Apr 2007 21:01:21 +0100, djinn
    <[email protected]> wrote:
    >In the link fields for rather than linking to the file or
    image - enter
    >this........
    >
    >javascript:;
    That's one way of handling it. My own preference is to leave
    the link in
    there and add a return false after the onclick handler. That
    way the
    link will still work if JavaScript is not available.
    To implement that, your onclick for the link looks like this:
    onclick="MM_openBrWindow('pics/inside_large.jpg','LargePicture','width=640,height=480')"
    Change it to:
    onclick="MM_openBrWindow('pics/inside_large.jpg','LargePicture','width=640,height=480');re turn
    false"
    Careful of word wrap. It's all on one line.
    Gary

  • Help with Open Browser Window

    I built a site named greenscapepump.com. I used the behavior
    "Open Browser Window" that allows a photo to be viewed in a smaller
    window. I have it set up to double-click the photo name to go to
    the browser window. It works on some computers but not others. I
    used the same behavior on other pages in the same web site and it
    is working on all computers.
    The three pages under the menu "Portfolio" are: Architectural
    Fountains, Waterfalls and Streambeds, and Floating Fountains, are
    the pages that have problems with this behavior on some computers.
    Is this an individual computer problem, or do I need to do
    something in Dreamweaver to fix it?

    OMG - the code on the architecturalfountains page is a horror
    Why do you need to use doubleclick.... most users are
    accustomed to clicking
    on a link wait for something to happen....
    Also, the code for that dropdown is massive... are you really
    committed to
    that menu?
    The validator found quite a few errors on that particular
    page - I didn't
    test each page (that's up to you :) these errors aren't
    helping with your
    page load also - one of the pages (can't recall which now)
    just kept trying
    to load and never did stop... try fixing the errors (some
    more important
    than others to the well being of your page) and then see
    where you are at
    with your pages... I'd also suggest changing the
    'doubleclick' to just the
    one click - really no need for anything else.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fgreenscapepump.com%2Farchitectura lfountains.html%23
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    |Tutorials|SEO |CSS Templates
    http://www.csstemplates.com.au
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    "texasgranny" <[email protected]> wrote in
    message
    news:ef9h1v$4h8$[email protected]..
    :I built a site named greenscapepump.com. I used the behavior
    "Open Browser
    : Window" that allows a photo to be viewed in a smaller
    window. I have it
    set up
    : to double-click the photo name to go to the browser window.
    It works on
    some
    : computers but not others. I used the same behavior on other
    pages in the
    same
    : web site and it is working on all computers.
    : The three pages under the menu "Portfolio" are:
    Architectural Fountains,
    : Waterfalls and Streambeds, and Floating Fountains, are the
    pages that have
    : problems with this behavior on some computers.
    : Is this an individual computer problem, or do I need to do
    something in
    : Dreamweaver to fix it?

  • Window size will not change in open browser window behaviours

    Despite changing the sizes of the window in the edit function of
    edit open browser window it always opens up as one big page.
    My code is
    <p><a href="popup.html"><img src="../Existing business1.jpg" alt="existing1" name="services" width="359" height="283" id="services" longdesc="http://Hr existing" onclick="MM_openBrWindow('popup.html','popup','width=430,height=300')" /></a></p>
    Can anyone help?
    Thanks

    Which browser(s) are you testing?
    Have you got a URL to your test pages yet?  That's the best way to get help.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Open Browser Window - Can't control Fx3 window size

    http://pacificwindshield.com/auto_windshield_replacement.html
    The Contact/Inquire button (upper right) opens a small form
    using DW's Open
    Browser Window behavior. I have set the window size to 400 X
    340. It works
    perfectly in IE6, but not in Fx3. There it opens to the
    current default Fx
    window size.
    What do I need to change to make the form open at 400 X 340
    in Fx3?
    Thanks
    Walt

    Thanks. I'll upgrade to SP3, don't know why my auto update
    didn't handle
    that already.
    I just checked and the window opens perfectly in Fx2.
    Interesting.
    Thanks again.
    Walt
    "Dooza" <[email protected]> wrote in message
    news:gb8i2k$f07$[email protected]..
    > Walt F. Schaefer wrote:
    >>
    http://pacificwindshield.com/auto_windshield_replacement.html
    >>
    >> The Contact/Inquire button (upper right) opens a
    small form using DW's
    >> Open Browser Window behavior. I have set the window
    size to 400 X 340. It
    >> works perfectly in IE6, but not in Fx3. There it
    opens to the current
    >> default Fx window size.
    >>
    >> What do I need to change to make the form open at
    400 X 340 in Fx3?
    >>
    >> Thanks
    >
    > Hi Walt, FF3 on XP/Pro SP3 does as you expect.
    >
    > Dooza

Maybe you are looking for

  • Seagate Backup Plus Suddenly Read Only After Working Fine

    So I bit on a good deal on a Seagate external drive for backup.  I set it up to run with Time Machine and it worked fine for months.  Then, suddenly, Time Machine could no longer write to the drive.  I can still read and recover old backups but I can

  • Structure for batch input

    is there any quicker way to find appropriate sap structure regarding batch input? line batch input for vendor creation, how to find the sap structure so that the format file can be defined later on.

  • Sorting the mails in mailboxes all at once

    I need to know if there is a way to arrange all the mails from folders in the same time. I have to many mailboxes to start sorting each one of them. Please help!

  • SAP UI5 App Integration with PhoneGap

    Hi, Can any one guide me in integrating SAP UI5 App with PhoneGap and deploy the app to iOS or Android, Help me in sharing either blogs OR docs related to this topic. Thanks, Jaya

  • Importing form field layout from one form to another ?

    I often create forms in both English and French. Many are long and complicated and I have to create them all individually. Is there any way I could use the form field layout from one form, for another form? That would be fantastic.