DW CS3 - open browser window issue

I've set up some text links to open a new browser window and
it's working fine. But - the original page (from where the link
opened the new window) is also loading the same page as the new
window. I want the original page to remain unchanged. What am I
doing wrong?? Thanks in advance for any help.

jcecz wrote:
> never mind...found it!
> the missing #
hmm, sounds like you may have solved your problem in an
undesirable way.
I am guessing now, but your solution replaces the href value
with # ?
That will work, however it will also make it impossible for
folks with
javascript turned OFF - or Search Engines which do not use
javascript -
to reach your linked page. Instead do this:
<a
href="
http://www.temple.edu/photo/photographers/cartier_bresson/pages/boy.htm"
onclick="MM_openBrWindow('
http://www.temple.edu/photo/photographers/cartier_bres
son/pages/boy.htm','','scrollbars=yes,resizable=yes,width=400,height=500');return
false">Henri Cartier-Bresson</a>
Notice I inserted ";return false" in there. Now everyone will
get to
see your linked page, with or without javscript.
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

Similar Messages

  • Open Browser Window Issue

    I've setup a table using a spry vertical navigation bar in
    each cell. I then set the second level (flyout) item to use a
    clickon open browser window with a size set at 300 x 300 px....
    now, when I test the code in Safari, I'm getting two windows that
    open in the correct size, one right on top of the other.. but,
    while the top window is the correct link, the bottom window is the
    same file that opens with all the links... I'm hoping this makes
    sense.. I may be trying to do something that shouldn't be done
    using a Spry bar....when I try to remove the # in the first link,
    the spry code is removed... this is probably my lack of java script
    knowledge.... I've attached my code...
    Is there anything I can do, or should I abandon the idea...?
    thanks.
    Jill

    jcecz wrote:
    > never mind...found it!
    > the missing #
    hmm, sounds like you may have solved your problem in an
    undesirable way.
    I am guessing now, but your solution replaces the href value
    with # ?
    That will work, however it will also make it impossible for
    folks with
    javascript turned OFF - or Search Engines which do not use
    javascript -
    to reach your linked page. Instead do this:
    <a
    href="
    http://www.temple.edu/photo/photographers/cartier_bresson/pages/boy.htm"
    onclick="MM_openBrWindow('
    http://www.temple.edu/photo/photographers/cartier_bres
    son/pages/boy.htm','','scrollbars=yes,resizable=yes,width=400,height=500');return
    false">Henri Cartier-Bresson</a>
    Notice I inserted ";return false" in there. Now everyone will
    get to
    see your linked page, with or without javscript.
    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

  • Help using Dreamweaver cs3 tutorial, chapter 8, opening browser window dialog box

    Hello,
    I am using the adobe classroom in a book tutorial for cs3 and have run into a snafu on page 188 of chapter 8.   I have tried to select the + sign under the smaller top photo to create a pop-up window.  when I select the + sign I cannot access the open browser window dialog box to enter info.  I cannot seem to use the link field in the property inspector for this.  The link area under source will not come up, just the link over target, which in turn will not bring up the open browser dialog box.  Any solutions?  Thanks,  DesignChambers

    Hi David,
    I just had the same problem.  I cannot preview in Mozilla (or IE).  The program becomes unresponsive and I have to close it. Is there any chance that Adobe will update Dreamweaver CS3 so that we can preview in modern browsers?

  • Open browser window in same location

    I am using Dreamweaver CS3. I have photos opening up to their
    original size with the open browser window behavior. 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? Should I be doing
    something else beside using behaviors?

    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

  • 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
    >
    > --

  • Behaviors: Open Browser Window

    When I have a link with behaviors to "open browser window" I
    do get the new browser window opening up at the desired dimentions
    that I specified. The problem is the main page too opens up that
    same URL. How do I prevent it from doing so?

    Wait - he removed that (as recommended originally) in later
    posts in the
    thread. Or maybe he didn't.
    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
    ==================
    "David Powers" <[email protected]> wrote in message
    news:gen134$8pe$[email protected]..
    > Edmond4 wrote:
    >> it appears the SmartLink didin't insert or code it
    right.
    >
    > There's nothing wrong with SmartLink. The answer, as
    always, lies in the
    > code:
    >
    > <td valign="top" class="p_videoTitle"
    >
    onmousedown="MM_openBrWindow('/port.html','Portfolio','width=750,height=600')">3D
    > Demo Reel<br />
    > <a href="/port.html"
    >
    onclick="dpSmartLink('/port.html',0,700,525,'c:16','s');return
    > document.MM_returnValue">Watch in 2X
    Size</a></td>
    >
    > The onmousedown attribute triggers MM_openBrWindow
    whenever anyone clicks
    > anywhere in that table cell. SmartLink has been applied
    to a link inside
    > that cell. Consequently, clicking the link triggers both
    SmartLink and
    > MM_openBrWindow. Remove the Open Browser Window behavior
    from the table
    > cell, and it will work the way you intended.
    >
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "The Essential Guide to Dreamweaver CS3"
    (friends of ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/

  • Open Browser Window Behaviour

    Hi,
    I want a client to be able to attach pop up window behaviours
    to images on their web page. Is it possible to attach behaviours in
    Contribute ?
    thanks
    Simon

    I successfully opened every single text link that loads the
    songs, and also
    opened every single image link on the right hand side.
    I don't see a problem here on Firefox w/ Windows XP Home SP2.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    "buzzzzzzzz" <[email protected]> wrote in
    message
    news:e20bkm$1uv$[email protected]..
    > Hi........I have an issue with my DWMX open browser
    window behaviour. I
    > have
    > about 10 text links and 5 image links (ahref#) on my
    page using this
    > behaviour.
    > It would seem this intermittently works with each link,
    however it is
    > typical
    > for it work 2 or 3 times, then - nothing. No further
    windows/links will
    > open,
    > the page will stop working (can't even refresh)
    > The code for each image link is:
    > ...... <td width="6%" rowspan="16"
    valign="top"><div align="left"><a
    > href="#"><img src="assets/demoVox.jpg" alt="Renae
    Suttie" width="70"
    > height="84" border="0"
    > onClick="MM_openBrWindow('
    http://www.swingcollective.com/assets/audio/demoVx.htm
    > ','','width=275,height=250')"></a> .......
    >
    > The page is
    http://www.swingcollective.com
    - go to demos page and see.
    > Thanks in advance for any help.
    >
    > DC
    >

  • Open Browser Window Action changes main window also

    I am using the Open Browser Window action on an <a> tag (href) and not only does it open a new browser window, it also changes the content of my main window to the linked page. I can't figure out how to make it stop doing this! Any help? (fyi - I am an HTML rookie, so be gentle)
    Thanks!

    Without seeing the code it's more difficult to explain.  But basically if you look at the code just change the href to "#" instead of the linked page.  That should solve the issue.

  • 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 JS no longer avail off of CD?

    Hello All,
    I am making a "Media Kit" CD, and this cd will autorun/show
    an html page with links to various pdfs.
    Wanted to leave this main html page open, and have the pdfs
    open in a separate window, as these press release pdfs will not
    have navigation in them.
    However, the Open Browser Window code below is blocked by IE
    and its updated security. After saying
    YES to "Allow Blocked Content" it worked, but I think this
    would scare my target audience.
    Is there another way to accomplish this?
    Thanks in advance,
    roml
    Behavior below:

    quote:
    Originally posted by:
    Newsgroup User
    the pdf will open in whatever application that computer is
    set for it (if
    any)
    Hmmm - thanks for the reply, and this does indeed appear to
    be an issue beyond the Open Browser Window - javasript.
    I forewent the
    Open Browser Window, and simply tried to connect to the pdf
    via a normal link (to a pdf on my local machine) - no luck /
    nothing happened.
    I checked, and I am set up to open PDF's in browser windows
    I knew this worked, because it worked for pdfs located on the
    web, but just for proof:
    http://www.rft.com/images/internet_prefs.gif
    Yet trying to go from local - html page to a linked local
    pdf, does not work.
    *sigh*
    roml

  • 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....

  • 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?

Maybe you are looking for

  • Questions about using Rescue and Recovery backup / Alternatives

    I have used R&R, created DVD backup set, restored to a new HD.  All worked great.  Now a few months later I'd like to create another DVD BU set.  Apparently we can only create ONE R&R dvd?  It tells me I can continue to create the BU dvd set or cance

  • Error while changing the Display Attribute into Navigational Attribute

    Hi all.. Gud Mrng. I was changed the attribute (product) from display attribute into navigational attribute and while save and activating the info object it is not getting activated and it is throwing the below error message. Error Message: u201CThe

  • Work around for Custom Slide Show

    My powerpoint 2010 presentation has several custom slide show to 'repeat' the current slide when clicked. After publishing in Adobe Connect via Presenter, the button with action to show and run the custom slide show did not work. Is there a work arou

  • Data / Hosting Center design advice…

    Need advice, on how to build a Data- Hosting Center infrastructure, (Best practices)… I need to deliver costumer access on Ethernet, where costumers can get access on variable access rates (CAR ingress/Egress), some costumers are connected with no re

  • Calculating Service Tax on Freight Charge

    Dear All,            My client procures a material on which it pays freight charges to freight vendor .And service tax is calculated on freight only .Immediate payment is done to the freight vendor .And service tax is paid on freight .            Wha