Open browser window resizing problem

I want to have a small browser window open on top of my main
browser page. The open browser window behavior sizing is not
working. The window remains in the default size. So I added this
java script to the page I want to be smaller
<SCRIPT language="JavaScript1.2">
self.resizeTo(400,600);
</SCRIPT>
This did make the window size small, but when returning to
the main browser window that window is now the same small size as
the smaller window.
Now what.
thanks, cyndee

Add a ... ;return false ... to the end of the
MM_openBrWindow() event
call as in the example below... Make sure you place a
semicolon between the
end of the event call and the return false.
<span class="link"><a
href="Gourd%20Purchasing%20Policies.html"
onClick="MM_openBrWindow('Gourd%20Purchasing%20Policies.html','gourdpurchasingpo
licies','width=560,height=770');return false">Purchasing
Policies</a></span><br>
Regards,
..Trent Pastrana
www.fourlevel.com
"cyndee newick" <[email protected]> wrote in
message
news:fcp491$4sc$[email protected]..
> Here is how dreamweaver wrote the open browser code.
>
> <span class="link"><a
href="Gourd%20Purchasing%20Policies.html"
>
onClick="MM_openBrWindow('Gourd%20Purchasing%20Policies.html','gourdpurchasingpo
> licies','width=560,height=770')">Purchasing
Policies</a></span><br>
>
> thanks
>

Similar Messages

  • Ie7 open browser window behavior problem

    I'm stuck! I'm using the open browser window behavior to have
    a click through to a small photo on my site. I have defined the
    dimensions and it works fine in firefox but in ie7 the browser
    window is too wide - wider than the size I defined...
    Can anyone help?
    You can see the problem is you visit
    http://www.dizigniz.pwp.blueyonder.co.uk/anastasia/anastasia.htm#
    and click on the 'view' button under 'Swatches'

    If you are opening an image directly in the browser, you will
    never succeed
    in doing this. Is that what you are doing? If so, then
    investigate the use
    of
    http://www.valleywebdesigns.com
    ---> JustSo Picture Window. I couldn't
    do without it!
    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
    ==================
    "dizigniz" <[email protected]> wrote in
    message
    news:f0ki13$mcu$[email protected]..
    > I'm stuck! I'm using the open browser window behavior to
    have a click
    > through
    > to a small photo on my site. I have defined the
    dimensions and it works
    > fine in
    > firefox but in ie7 the browser window is too wide -
    wider than the size I
    > defined...
    > Can anyone help?
    > You can see the problem is you visit
    >
    http://www.dizigniz.pwp.blueyonder.co.uk/anastasia/anastasia.htm#
    and
    > click on
    > the 'view' button under 'Swatches'
    >

  • Behaviors/Open Browser Window FIREFOX problem

    I have this site I designed, of course I like it perfectly in
    Internet Explorer but when I tried it in FIREFOX something gets
    messed up.
    Basically you scroll over the cagalogue numbers [ID03] etc.
    If you click on one, a new smaller window opens. This works
    perfectly in IE for me.
    In Firefox, when I click on it, the smaller window opens, and
    the background window a few seconds later follows and displays the
    small page fullscreen as well. Basically, I want the homepage to
    always be in the background, and these seperate pages to always be
    in the smaller windows.
    I'm on a PC, I notice in Firefox it works properly if you
    RIGHT click on the items, but most people are going to LEFT click,
    so... how do I prevent this site in FIREFOX from 'double opening'
    the link?
    HERE IS THE
    SITE

    In the future, or even now if you want to make your life
    easier.
    Instead of manually adding all this code to each link on your
    page, you
    might consider purchasing my inexpensive DW Extension called
    divaPOPgold:
    http://divahtml.com/products/divaPOPgold/open_popup_windows.php.
    If you used it, you would only need to have plain links on
    your page,
    like this:
    <a href="04panicsville.htm">[ID04]</a>
    divaPOPgold would then automatically add popup code when the
    page is
    viewed in a browser. As you add more links to the page, no
    need to keep
    adding behaviors, divaPOPgold will simply work on the new
    links as well.
    Note also that I removed the class attribute from your code.
    It is not
    needed. Instead move that styling to a selector for one of
    the wrappers
    already on the page, e.g. "Layer2"
    I will leave it to others to explain why the user of
    Absolutely
    Positioned "Layers" is not a great idea, but that's a
    different story.
    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

  • Open Browser Window Problem

    I used an extension I bought to have more control over
    flash's "Open Browser Window' behavior. The new windows open at a
    smaller size and are centered in Safari and Firefox on my Mac but
    do nothing when the browser is Internet Explorer on a PC.
    Thanks if you can help.
    See code:

    ask for you money back and use the externalinterface class to
    call a javascript function that controls your new window.

  • 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

  • Question about Behaviors and Open Browser Window

    First my link:
    http://www.progressity.com/portfolio.htm
    I've created a Portfolio section in my web site. When you
    click on one of the thumbnails you get a small browser window
    (setup with Behaviors/Open Browser Window size settings) with a
    link to visit the site. The problem is in visiting the actual site
    the browser window is locked to the smaller size. What am I
    missing? I didn't set a behavior for the "visit site" link. But
    it's defaulting to the same size.

    Old Shoe wrote:
    > First my link:
    >
    >
    http://www.progressity.com/portfolio.htm
    >
    > I've created a Portfolio section in my web site. When
    you click on
    > one of the thumbnails you get a small browser window
    (setup with
    > Behaviors/Open Browser Window size settings) with a link
    to visit the
    > site. The problem is in visiting the actual site the
    browser window
    > is locked to the smaller size. What am I missing? I
    didn't set a
    > behavior for the "visit site" link. But it's defaulting
    to the same
    > size.
    You didn't do anything wrong. If your browser window is a
    certain size, then
    if you click on a link in it, it will stay that size. What
    you might want to
    do is enable the scrollbars and resizing for the web site New
    Browser
    Windows so when it opens small the user can enlarge the
    window. Though you
    probably want the toolbars and everything to show so they can
    actually
    navigate.
    MD

  • 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

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

  • [SOLVED] GNOME 3.8 annoying window resize problem

    Hello all fellow early-adopters :-)
    A very annoying quirk I've noticed, moving from GNOME 3.6 to 3.8, is that it no longer remembers, nor retains, the size/positions I set for many of my application windows. For example, my mail client (Evolution) is sized to fill most of my screen (centrally), with Empathy and Skype as long narrow windows on both sides - giving me a nice, broad "communications" overview on that particular desktop (with dev tools etc open on others).
    On 3.6, this layout was retained during my session, as well as next time I started these apps up.
    In GNOME 3.8, not only does it insist that these windows are always started as small little bunched-up windows that I need to resize, but every time a window displays a notification/warning (message in internal yellow bar inside the window - such as loss of internet connection, mail retrieval failure etc) it resizes the windows spontaneously to a stupid, small size that overlays the other windows. This is driving me crazy!
    Where can I learn a bit more about how window sizing / positioning works in GNOME 3.8, or is it finally time to switch to awesome wm? I want to love GNOME 3.8, I really do. It's so slick, but so... unpolished.
    I want to dig in an assist with problems like these, but I need some pointers to some background material first to understand the problem. Is it the window manager? Is it the app?
    ** UPDATE: Doing a full system upgrade, as of May 18, 2013, has resolved this annoying problem. My windows now stay where they belong, and start with the same size they were closed with. GNOME is now pleasant to use again :-)
    Last edited by dawid.loubser (2013-05-21 13:37:25)

    dawid.loubser wrote:Thanks for the suggestion drtebi - I'll give it a try.
    I really like GNOME 3.x though (and would like to understand the windowing behaviour), but if the annoying quirks are insurmountable, I will happily switch.
    Man I love GNOME 3.x. I admire the courage they had to change, basically, everything, and I find myself more productive with my GNOME 3 Arch box than with my good ol' Slackware KDE 4 box. I just hate those bugs - for example I filed a task in their bugtracker for this window resize problem I have with gedit. If it's a love/hate relationship, I think it's marriage ^_^
    With the 3.8 upgrade, deadbeef was having a similar problem with window size/position. I just recompiled it against the latest GTK+3 package upgrade (that came after the 'big upgrade' here on Arch) and it was fixed. But not with gedit
    bwat47 wrote:
    Man I really hope this gets fixed soon, because aside from this one incredibly annoying issue I am loving gnome 3.8.
    I get the feeling gnome badly needs more beta testers, sizable regressions like this in "stable" releases happen way too often sad.
    I get the exact same feeling. Well bugs exist everywhere, there's no denying. But I think it would be wiser to 'alternate' the nature of each major stable release - one focusing on new features and one focusing on fixing bugs. For example if the only new features in GNOME 3.10 were the AppsFolder full implementation and the introduction of gnome-calendar, and the rest of the development cicle being devoted to fix bugs, I'd be more than happy.
    Like Fedora and Ubuntu, the fixed 6-month release cycle colaborates with the bugs. They don't do like Debian or Slackware which are released 'when they are ready'.
    EDIT: fout (yet) another bug. At least with facebook chat (haven't tested with other telepathy plugins) the buddy tray icon appear duplicate. Anybody with the same issue?
    Last edited by lmello (2013-05-02 14:06:06)

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

  • Open Browser Window for QT movie

    I am not good with code yet so I work in the design mode. I
    am using DMX for mac and I am wanting to link text to a QuickTime
    movie. I use the Open Browser Window method and choose my window
    height and width. In the Properties window I place
    "javascript:%void(0)" in the Link box to give the link a Null link.
    I have no problems with Safari, Netscape, Firefox opening up the
    media file and playing it fine. IE on both Mac and PC will not open
    up a .mov file. The fixed window sits there and the thinking
    indicator just spins. IE will open up a .jpg file though with no
    problems.
    I assume a lot of my viewers will be using IE so I want to
    get it working.
    Any thoughts. Remember, code does not little good. Sorry.
    David

    Let's make it a 100%. It isn't possible - the way you imagine
    at least it isn't.
    You could try to work around with css-layers and flash
    javascript communication, but this wont be very reliable. Cotting
    up you flash and using an i-frame would be more reliable, but also
    not really fun to do.

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

Maybe you are looking for

  • IPhoto won't work correctly after 10.8

    So I upgraded from 10.6.8 to 10.8 last night. Since then I've been having issues with iPhoto working corrently in Mountain Lion. I can get it to boot up. But I can't delete albums, delete trash, and when I choose to quit the app it hangs and all I se

  • When I turned off my iPhone 4S, it will always turn on automatically.

    I bought my iPhone 4S last December in USA during my business trip. I use my iPhone 4S in China Shanghai. But during this year February, it can never be turned off. When I turned it off, it will turn on automatically. In China, you must turn your pho

  • Appending custom search help

    Hi, I have appended a custom search help to std collective search help C_SAKNR, which is assigned to data element SAKNR. The reason to append custom search help is when the user presses F4 on G/L account field on ME51N transaction, there should be an

  • Layer mask is turning skin Gray

    I have used the same basic skin retouching method for hundreds of pictures. Usually I end up with very nice, natural looking skin.  Today, the same technique is turning the skin gray on any picture I attempt to use it on. I cannot figure out why.  Es

  • How to mount drive or library on OSB 10.2.0.3.0

    how to mount drive or library on OSB 10.2.0.3.0. My Tape library is DELL TL-2000 with windows 2003 (but the windows identify it as IBM TotalStorage 3575 library and IBM ULT3580-TD3 drive). The Library and drive are detected by windows and no red or y