New Browser Window not working on My Mac Intel pro

I have set a behavior in Dreamweaver CS3 to open a new
browser window to a set size and to only show scroll bars if
needed. I have left all other attributes unchecked. This is not
working for me. Can you tell me how to make a new browser window to
my settings using the behaviors in Dreamweaver CS3? I do all the
steps right. what do I do when I follow all the steps for setting
up a new browser window correctly and it doesn't work!? The new
browser window never pops up even when i use an image map. The
Behavior is not working correctly and I even re-installed
Dreamweaver CS3. I am on an intel based mac pro. Running Firefox
version 3 and Safari 3.1.2 on Leopard. I have done this several
times before and it has worked. but that was before Leopard. Here
is my code:
<area shape="rect" coords="4,3,78,77" href="#"
onClick="MM_openBrWindow('images/02.jpg','','width=378,height=504')">
The only way I can get it to halfway work is add it into the
link area
on the properties panel. The window will then open but not to
the
specified size.?
please advise as this is taking a long time to figure out!?

Schafer Design wrote:
> Yes site is live! However I have been able to figure out
how to make them pop
> up with the picture in the new window but now it will
not fit to the size of
> the picture? I think it is time to take it live so I can
see how it acts on the
> server. the site is
http://www.davidmyersdesign.com.
Also having a rollover
> problem on the portfolio and contact page.
> Dreamweaver is not so dreamy to me right now!
>
This is an unusual way to go about doing this. Typically you
simply put
the thumbnails up on the page rather than combining them into
a collage
and then adding imagemaps to that.
Nevertheless, it can be done.
You have code like this:
<area shape="rect" coords="0,0,80,80" href="images/12.jpg"
target="_blank"
onClick="MM_openBrWindow('images/12.jpg','','width=378,height=504')">
Try adding
;return false
to each like this:
<area shape="rect" coords="0,0,80,80" href="images/12.jpg"
target="_blank"
onClick="MM_openBrWindow('images/12.jpg','','width=378,height=504');return
false">
E. Michael Brandt
www.divahtml.com
www.divahtml.com/products/scripts_dreamweaver_extensions.php
Standards-compliant scripts and Dreamweaver Extensions
www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia

Similar Messages

  • New browser window not working in Safari or Chrome

    I have a new browser window link that works in FF, but not in Safari or Crome. The link is found but does not do anything.
    Please help, i am slightly desperate here.

    Create Pop-Up Window in DW Behaviors Panel
    http://alt-web.blogspot.com/2012/03/create-pop-up-window-in-dreamweaver.html
    Nancy O.

  • Dreamweaver - Chrome open a video in a new browser window not working

    Hi guys, i'm pretty novice to dreamweaver and i've putting a site together recently...
    One thing i am trying to do is open a video in a new browser window when the button is clicked upon.
    I have done what i thought i needed to do this, and in safari and other browsers this works fine. In Google Chrome however this doesn't seem to want to work and rather then opening and playing the video it just automatically starts to download it.
    I'm sure it is a simple fix and i apologise for the thread all about it but any help would be appreciated.
    http://hauntingskateboards.co.uk/media.html
    if you click on Joe or Dean button you should see what I mean... anyway thanks in advance!

    Create Pop-Up Window in DW Behaviors Panel
    http://alt-web.blogspot.com/2012/03/create-pop-up-window-in-dreamweaver.html
    Nancy O.

  • Opening a new browser window not working.

    Hi,
    I have created a webpart which uses the following line of code to open a new window and close the old one when a certain condition is met:
    Page.ClientScript.RegisterStartupScript(GetType(),
    "hwa",
    "myWin=window.self;window.open('"
    + QA_URL + "','_blank');myWin.close();",
    true);
    This code works in the test environment, but when I try it in the production encvironment, I am receiving a message "A referral was returned from the server/" and the new window is not
    being opened.
    A note, that there are two configuration values being pulled from web.config which exisit in the production environment. One of them is the ldap information to look up a user and the other is the
    url that should be opened in the new window. Does anyone know why this is not happening? Https exists in both the test and the production environment.
    thanks
    Sherazad

    Hi,
    According to your post, an error occurred when you opened a new window using JavaScript.
    We can do as follows:
    1. Check the LDAP configure in the web.config file.
    http://stackoverflow.com/questions/6954170/a-referral-was-returned-from-the-server-exception-when-accessing-ad-from-c-sha
    http://mundeep.wordpress.com/2008/07/17/a-referral-was-returned-from-the-server/
    2.Try to set the SPSite.UserAccountDirectoryPath property.
    PS C:> Set-SPSite -Identity http://brokensite.contoso.com -UserAccountDirectoryPath “”
    3. Check the ULS log by the following link:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Load balancing 10g forms - Connection from new browser window not supported

    Load balancing 10g forms - Connection from new browser window not supported
    We're experimenting with using webcache to load balance between multiple applications servers running OC4J forms processes.
    We currently have one machine with infrastructure and mid-tier (BI & Forms) installed, which is being used for the webcache functionality, this is load balancing between 2 other servers each of which just have the mid-tier (BI & Forms) installation
    In order to get this to work, I had to follow the instructions in the Forms deployment guide : http://download-uk.oracle.com/docs/cd/B14099_11/web.1012/b14032/tuning.htm#sthref707
    The main gist of this is that you need to set the following in the orion-web.xml file in order that the sessions are maintained:
    <session-tracking
    cookies="enabled">
    </session-tracking>
    This all works fine in most cases.
    The problem I am having is if I do one of the following on the client machine:
    1) From IE6 / IE7 run a copy of a forms application. Then open a new window using the "New Window" menu option, and attempt to run another forms application.
    2) In IE7 or Firefox 2.0 open a copy of the forms application, and then open a new tab and try and open another forms application.
    If I try either of these I get a FRM-92101 error, and the following is displayed in the java console:
    oracle.forms.net.ConnectionException: Connection from new browser window not supported
    From trawling various forums (including metalink and otn) it looks like a problem with the way coockies are handled.
    Unfortunately the usual workaround is to ensure that the session tracking option in the orion-web.xml file is disabled.
    The problem is that I need this enabled in order for the load balancing to work.
    Does anyone know of any other workarounds or patches that might help resolve this?
    We're using Application server 10.1.2.0.2 running on windows 2003 servers.

    You were right. Carriage returns were stopping it from working (the document is laid out over separate lines, so I assumed it would make no difference...).
    I've now managed to get it so the forms at least run, but they are all being run in the forms OC4J instance on the same machine as the OHS.
    Has anyone actually managed to get this to work, or am I doing something wrong?
    I did wonder if using an OHS instance on a machine with no forms installation would make any difference?
    I had raised a support call via metalink on this subject, but they eventually came to the conclusion that the only way to do this is with a hardware load balancer (Despite several documents suggesting that webcache is the way to go (including the forms deployment manual)).
    I'm at the point now of giving up and writing some custom scripts to do the job instead...

  • 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

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

  • 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

  • Open Browser window not working in IE8

    This site: http://www.addieville.com/ruger.htm works fine in all browsers, including IE6 and IE7. However, when I checked IE8 and click on a link, it does nothing. The only way to get the another browser window to open is to right click on the link and choose open in new window. What is my problem? (or better, IE 8's problem...)

    amykay38 wrote:
    One other thing - that version of IE is on XP - does that pose a problem?
    I have just fired up my old XP machine. For some reason, clicking those links in IE8 on XP opens the link in a new window, but causes the main window to crash. It doesn't do that on Vista.
    One thing I noticed is that you're using a script called minmax.js. Presumably, this is to emulate min-width, max-width, etc on IE. This is needed only for IE6. Since IE7, Internet Explorer has supported minimum and maximum widths and heights. The script is generating an error in IE8.

  • I have Firefox 31 and New Private Window not working?

    I'm not able to open a New Private Window. When I click on it it will open a new window but not in Private Mode. Any ideas?

    That was it! Thanks Philipp!

  • Restart, Shutdown, And Sleep do not work on my Mac Book Pro.

    When I click the Apple in the top left corner of my screen, and click Sleep, Restart, or Shutdown, none of them work.
    Since my computer cant restart, I can't restart my computer to install updates either, which is frustrating to say the least.
    Computer Specs:
    Mac Book Pro (Same as every 2011 MBP, only thing I've changed is 4->8 RAM)
    13-inch, Early 2011
    2.3GHz Intel Core i5
    8gb 1333MHz DDR3 Ram
    Intel HD Graphics 3000 512 MB
    OS X 10.9 (13A603), Mavericks.
    If there's any more information that would be helpful let me know and I'l try to provide it. Thanks to whoever can solve the issue.

    Try each but not both at the same time:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    Create a new admin user account.  Restart the computer and log into the new account. Try Sleep, Restart, and Shutdown. Do they all work?
    Restart the computer is Safe Mode. Can you Sleep, Restart, and Shutdown when in safe mode?

  • Skype is not working on my mac book pro. Initially it was working fine but from a week ago it is not opening. It always shows error when I perform reopen it does not do any thing. I am using apple express for wifi.

    Hi,
    I recently bought mac book pro. I installed skype application on it and initially it was working fine but from few days it is not opening the application, showing some error.... Can you please help me to solve this problem.
    bye
    Harminder Singh

    harminder@apple  -  any luck?    Try this,  open Finder and  press command-shift-G and copy and paste: 
    ~/Library/Application Support/Skype
    In this Skype folder: delete the file shared.xml  and restart Skype.
    See if this helps.

  • Will a new 320gb hard drive work on a mac book pro 3,1

    purchased new 320GB hard drive for a mac book pro 3,1.  Old HD has link speed of 1.5GB, new HD transfers at 3GB.  New HD will not boot up.  Can link speed be changed on mac book pro 3,1.

    Have you already initialized/partitioned the new drive? If yes, you've installed the operating system on it, and it doesn't boot? You've tried a safe-mode boot (hold the shift key when booting)?

  • New Browse does not work with NTLM proxy and Firefox

    With the new uploader I cannot upload a file with Firefox and our (NTLM) company proxy. I am prompted for my password, but cannot enter it correctly for a reason.
    However the normal attachment functions still works.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

    Bump
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • New browser window from jspx site

    I use the following commandMenuItem
    <af:commandMenuItem text="#{res['pob.menu.help']}"
    icon="/images/help.gif"
    action="GlobalHelp"
    immediate="true"/>
    GlobalHelp is /app/Help.pdf
    and i want to open it in a new browser window.
    I test useWindow, windowHeight, windowWidth but it don't help me.
    Any help is appreciated.

    Hi, RadoK
    How can we use <af:goButton> instead of <af:goMenuItem> or <af:goLink> to achieve the same? I tried use EL in the destination for <af:goButton> but it doesn't work.
    What I like to do is
    1. opening a page in a new browse window (not like those modal window produced by <af:commandbutton>)
    2. pass some request parameters dynamically to the page to be opened.
    3. the page is invoked from a command button.
    I tried <af:goLink> and it works OK for destination with EL but It is not a button. My command must be shown as a button as it is included in a group of other buttons.
    I tried capture the image of a button with desired text and nested this as <af:objectImage> in <af:goLink>. However, when I run the application, the text from the image doesn't look alike that from a goButton or commandButton.
    Any suggestion?

Maybe you are looking for