OnClick Open Browser Window function

If I desire a media file to open up in a small window, it
would seem clear
how to do this with the "behaviors" menu, but my problem is
that I get two
windows opening, a main window, full size, and also the
smaller "behavior"
sized window I desire to be opened. Any help on this? Why do
I get both
opening up?
Here is the page that I'm having problems with. In the main
body of the
page, in the middle of that column is a paragraph that says:
Annalysis for Latter-day Saints of the New World Order, based
from the
Teachings of Ezra Taft Benson. None Dare Call It Conspiracy
is quoted in
this valuable article, a book endorsed by Ezra Taft Benson.
the highlighted "endorsed by Ezra Taft Benson"
is meant to open up a small window containing a 2 minute mp3,
but it opens
up twice.
Here is the URL:
http://www.awakeandarise.org/
Any help on getting this resolved would be much appreciated.
I'm using Dream Weaver MX (6.0) edition.

Murray,
I'm not finding a way to update to 6.1. Usually there is an
update command
under the help menu, is there such a thing I should be able
to find?
"Murray *ACE*" <[email protected]> wrote
in message
news:[email protected]...
>I see - we'll have to wait for Mick, then, to sort
this....
>
>> I'm on a PC and the version is 6.0.
>
> Please update to 6.1 before doing anything else.
>
> --
> 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
> ==================
>
>
> "Gary Stewartson" <[email protected]>
wrote in message
> news:[email protected]...
>> Thanks Murry,
>>
>> Here is what I have in the code:
>>
>> <a href="media/ConspiracyFact.htm"
>> onclick="MM_openBrWindow(
>> this.href,'Conspiracy',
>> 'toolbar=yes,location=yes,
>> status=yes,menubar=yes,scrollbars=yes,
>> resizable=yes,width=600,height=375');
>> return false;"> endorsed by Ezra Taft
Benson.</a>
>>
>> I'm not having luck with it, it still opens just the
one full sized
>> window.
>>
>> Also, on another note, you graciously answered a
post from me weeks ago,
>> and my return answer came back undeliverable for
some reason. I was
>> asking about changing the title tag from a template,
and making that an
>> "editable region" so that all my pages would have
their own title, not
>> all taking on that given in the template as it now
stands. You asked
>> what version of Dreamweaver I had and what platform.
I'm on a PC and the
>> version is 6.0.
>>
>> Any direction on what to do to make the title tag
editable for all the
>> pages created from the template?
>>
>> Thanks,
>>
>> Gary.
>>
>> "Murray *ACE*"
<[email protected]> wrote in message
>> news:[email protected]...
>>> It's Mick, not Mike. And you are getting this
because you forget to add
>>> the ";return false" at the end.
>>>
>>> --
>>> 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
>>> ==================
>>>
>>>
>>> "Gary Stewartson"
<[email protected]> wrote in message
>>> news:[email protected]...
>>>> Mike,
>>>>
>>>> Thanks for this. It keeps two windows from
opening, but I have now the
>>>> .htm file open up in full window size,
rather than the smaller window
>>>> which I desired. Any thoughts?
>>>>
>>>> Thanks,
>>>>
>>>>
>>>> "Mick White"
<[email protected]> wrote in message
>>>> news:[email protected]...
>>>>> Gary Stewartson wrote:
>>>>>
>>>>>> If I desire a media file to open up
in a small window, it would seem
>>>>>> clear how to do this with the
"behaviors" menu, but my problem is
>>>>>> that I get two windows opening, a
main window, full size, and also
>>>>>> the smaller "behavior" sized window
I desire to be opened. Any help
>>>>>> on this? Why do I get both opening
up?
>>>>>>
>>>>>
>>>>>
>>>>> <a href="media/ConspiracyFact.htm"
>>>>> onclick="MM_openBrWindow(
>>>>> this.href,'Conspiracy',
>>>>> 'toolbar=yes,location=yes,
>>>>> status=yes,menubar=yes,scrollbars=yes,
>>>>> resizable=yes,width=600,height=375');
>>>>> return false;">
>>>>> endorsed by Ezra Taft Benson.</a>
>>>>>
>>>>> Mick
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Similar Messages

  • Open browser window function with additional attributes/behaviors

    Just let me say, writing JavaScript is not my forte. Having said that I am comfortable using JavaScript functions.
    I have a need for a single JavaScript function that does several things. The script will be called from within a Captivate project. (If you are familiar with Captivate, you know that the JavaScript call needs to be a single string with no spaces or breaks.)
    The script will be used as a Captivate “click box” behavior to open a URL in a window on top of the main (Captivate) project. There may be multiple click boxes present at the same time (in the Captivate Project).
    Here is what the script needs to do:
    1)    Open a new browser window of a specific size with specific browser attributes. (This is the easy part, like MM_openBrWindow().)
    2)    The (new) window (focus) needs to always stay on top of the parent window until it is closed. (The new window will always be smaller than the parent window that spawned it and will always float in front of it.)
    3)    If other (different) URLs are called, they replace the contents of the new window. (There shouldn’t be multiple windows floating above the main, parent window.)
    I don’t like having to take this kind of control of the browser away from the user, but this content is part of a e-Learning course and needs to restrict the user while they are in the lesson.
    If anyone has any pointers to tutorials or have already worked with this type of script, I'd like to hear from you. I have had some success doing this using a standard HTML page using separate functions, but combining the functionality in a single script has eluded me.
    Thank you for your time,
    TPK

    Thank you David,
    This is very close to what I need. When I test this on a standard HTML page it works flawlessly. It is an excellent bit of work.
    When I try in integrate it into a Captivate 3 project using a "click box behavior" to call the JavaScript, it runs into a little trouble. The main part of the script works just fine: It is the “return document.MM_returnValue” piece that Captivate has problems.
    For example:
    When I use the JavaScript in a standard HTML page the URL string looks like this:
    <a href="http://www.mywebsite.com" title="MyTest Window" onclick="dpSmartLink(this.href,'newWin',800,600,'z:z','sc');return document.MM_returnValue">Test link</a>
    In Captivate I have to structure the call a little different. I can't use the href= piece, so I that part into the first parameter.
    My Steps:
    I embed the actual function in the HTML page used as a shell for the swf file.
    In the Captivate Project file, on the slide where I want to call this function, I:
    Create a click box.
    For action I select “JavaScript”. (When the user clicks the "click box", execute javascript.)
    The script call is written like this:
    javascript:dpSmartLink('http://www.mywebsite.com','newWin',800,600,'z:z','sc');return document.MM_returnValue;
    What I get is a script error that refers to:
    Error: ‘return’ statement outside of function
    Code: 0
    I seem to be missing a means to close the cunction so that the script appears to be one iten rather than two separate items. (I'll be 'fiddling' with it to see if I am missing something simple and am just not seeing it.)
    I realize that this script was not created with Captivate in mind, and that Captivate imposes rather severe restrictions on what can be called using Javascript.
    Do you have any ideas as to how I might script the return statement so that it is within the parentheses given what I have described (above)?
    On another note, I think this will be a very nice addition to LMS courseware that I develop using standard HTML and Javascript. Thank you again for this fine script.
    TPK

  • Onclick Open Browser Window not working properly in IE

    I am having one last problem with my site. Everything works just fine in Firefox, but not in IE.  In IE the browser window is wider than the image.  On each thumbnail there's an image map with the following coding:
      <div id="bead1"><img src="images/t_bead1border.jpg" alt="bead 1" width="74" height="108" border="0" usemap="#Map" />
    <map name="Map" id="Map">
      <area shape="rect" coords="-24,-10,106,143" href="javascript:void()" onclick="MM_openBrWindow('gallery_bead1.html','','width=225,height=360')" />
    </map></div>
    Here's a link to the site:
    http://www.susieharperdesigns.com/gallery_beads.html
    Any help is greatly appreciated, thanks.

    Old Shoe wrote:
    Here's my link: http://www.progressity.com/GW
    On the John Calipari testimonial link a browser window pops up and plays fine in FF. In IE the window pops up but the main page changes too.
    i tested in my window operating system computer, works fine , didnt see any changes

  • How to get the text of an onclick/'open browser window' behavior to look like a link

    If I set this behavior to a specific word (on an <a> tag without the 'href') the link is not underlined and the mouse does not turn into a pointer. If I set this behavior to a full <a> tag with the 'href="..."' then the browser opens a new window (as per the behavior) and a new page on the original window (as per the href="..."). How do I get the link to appear as a link (underlined and mouse changing into pointer) without having to assign a href="..." to the <a> tag?

    Gary,
    I appreciate the time you are giving me to address my question. However, even though I would like to have this link stand out to the viewer, I do not want it to stand out from all the other links that surround it. Also, I have tried the solution you have given me, yet it to also causes the browser to load the new window and the original page. There is no difference whether the behavior is linked to <a href> or some other tag as long as there still is an <a href> the original browser will load the new page as well.

  • Open Browser Window Text Link??

    Two questions:
    1) Can I make a text link use the open browser window function, if so how? Here is the attempt that has failed:
    <div class="style11" id="apDiv47" onfocus="MM_openBrWindow('BWPages/BW1002.html','','width=325,height=546')">#1002</div>
    2) How to properly code the open browser window function, so that when I use an image as the link the cursor becomes a hand instead of an arrow? Here is what I have:
    <img src="images/cards/Icons/card1002.jpg" alt="Motif_2" width="135" height="193" border="0" onclick="MM_openBrWindow('BWPages/BW1002.html','','width=325,height=546')" />
    Thanks much!

    Making Pop-Up Windows Using the Behaviors Panel in DW
    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

  • 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 behavior not working in IE6 Win

    Using DW 8 on Mac and can't get this Open Browser Window
    behavior to work in IE 6 on a Windows machine. Any
    suggestions?

    This page is a GoLive page, and it throws a js error when it
    loads because
    of some of the GoLive code you have left therein.
    I see that link as orange in IE6. And when you click on the
    link, you throw
    another js error, because the function (MM_openBrWindow) is
    not defined on
    the page - which is what causes the link to open in a
    full-size browser
    window. If it were not for that js error, you would get TWO
    windows opening
    since you have BOTH a link and the behavior, and the behavior
    is not
    'killed' with a return false, like this -
    <a href="aptapp.html" class="override"
    onClick="MM_openBrWindow('aptapp.html','QualifyforFREEMOVE','scrollbars=yes,width=760,hei ght=800');return
    false">
    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
    ==================
    "mcjack" <[email protected]> wrote in
    message
    news:elul28$le2$[email protected]..
    > Here you go:
    http://www.freemovetexas.com/new
    > Only the index here. See the last text line of the the
    center text and the
    > link on the What You MUST DO to get Your FREE MOVE" blue
    box on the left
    > nav
    > area.
    >
    > Sorry to double up, but I'm up against a deadline and I
    also have another
    > problem with the link color override for this same Open
    Browser Window
    > behavior
    > in the last line of text in the main center td. The a
    color for the page
    > is
    > white but the .override a:link color is orange. The link
    shows white in an
    > IE6
    > browser. I'm kinda green at this. Can you suggest on
    this link color
    > problem
    > also for IE6? Thanks!
    >

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

  • 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

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

  • 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 - not working right in different browsers

    My client wants to link to a video on another company's site (he has permission). When I use the DW behavior of Open Browser Window in a specifc size it acts weird, depending on which broswer is used. I've used this function many times over the years and never had this problem until now.
    Here is the page: http://www.jesseyoung.com/clients/pristine/services/chimney_sweeps.shtml If you click on the blue graphic "Chimney safety institute of America" it is supposed to open in a 620x460 window. But the client says that sometimes it opens a second full browser window of the site, and also a window with the video, which is not sized properly. It happens with Safari and Firefox, on both is Mac and PC. On my PC it all seems to work fine.
    Any suggestions? Could this be something to do with the fact that the video is hosted on someone else's site?
    -Jesse

    Try this tutorial:
    http://alt-web.blogspot.com/2012/03/create-pop-up-window-in-dreamweaver.html
    Nancy O.

Maybe you are looking for

  • Invoking a bpel process using webservice client

    I am not able to run the sample webservice client from 102.InvokingProcesses/ws. When I try my own program for 132.UserTasks(very similar to the example program), The correct input looks like <inputVariable> - <part xmlns:xsi="http://www.w3.org/2001/

  • Erasing Employee Information on MacBook Pro

    We just had an employment change and the former employee turned in his MacBook Pro. Is there a way to erase his user profile if he set himself up as the main computer administrator? I'd like to do a clean install on the entire system, but he "lost" t

  • 'Deferred payment for equipment' ?

    I am cancelling/closing my BT account, and received an email from BT explaining about some charges that I will incur due to ending my contract early. One of these: Charge for your equipment - You'll need to pay about £65 for your outstanding equipmen

  • Email Name Confusion - how do I correct it to original setting?

    Hi I have just installed Mavericks on my MacBook Pro and have just noticed that my iCloud email account is wrong - the email address is correct, but it does not display my name correctly - it has changed it to my wife's name. I went into Preferences

  • WIll cancel sql server database backup cause anything to be hurt?

    I run full backup of one big database. After 20 seconds, I click "stop action now" to cancel this backup. Will it cause anything to hurt? Want to make sure that database is still safe. Thanks