Define a new window size not working on Macs, is there a workaround?

Hi everyone,
I've currently got some thumbnails that open a new browser
window. Here's the code I'm using in my movie:
Launch_mc.onRelease = function() {
getURL("javascript:var
windowHnd=window.open('Print/Kaiju1.html','Kaiju','width=1024,height=663');");
Unfortunately it doesn't work for macs. Does anyone know the
workaround?

I have been having similar problems... here's the error msg
that I get with java script... The script is in the text below...
Any thoughts???
Safari can’t use JavaScript for this action.
Safari can’t run the script “window.open('
http://www.deepfreedom.org','Title','top=0,left=0,width=
200,
height=200,menubar=no,toolbar=no,statusbar=no,resizable=yes,scrollbars=yes');
void(0);” because Safari doesn’t allow JavaScript to be
used in this way.

Similar Messages

  • Open link in new window will not work

    I am running Firefox 3.6.12 on Windows XP and have never had a problem until just recently. If I right click and select "open link in new window", a new window will open, but it is blank. This started about a week ago while playing Pogo...the game rooms will not load because they open in a new window. Now I am noticing that it is with everything, not just Pogo.
    I have tried checking and unchecking the "block pop-ups" option and the new windows will not load either way.
    Any help would be appreciated!!!
    Thanks!

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • New File() is not working on MAC

    Hi,
    I don't know exactly what is the problem,since i search in forums.
    but in my code
    File f = new File("/Users/sky/Desktop/dist/test.txt");
    is not working on Mac os.
    Please help !

    skymania wrote:
    On window it will give output : success
    On Mac it will give nothing.
    On window and mac both file is not exist (physically). Bull.
    Simply doing new File(...) does NOT create a file on disk, no matter what the OS.
    On Windows, before running the Java code:
    C:\>dir C:\CONFIG.SYS
    02/05/2008  01:06 PM                 0 CONFIG.SYS
    C:\>dir C:\zzzzz
    File Not FoundThen I run this Java:
    package scratch;
    import java.io.File;
    * Copyright (c) 2009 Tone Software Corporation
    * @author Jeff Verdegan
    public class NewFileDoesNotCreateAFileOnDisk {
      public static void main (String[] args) throws Exception{
        File f1 = new File("C:/CONFIG.SYS");
        File f2 = new File("C:/zzzzz");
        System.out.println(f1.getCanonicalPath () + ".exists() is " + f1.exists ());
        System.out.println(f2.getCanonicalPath () + ".exists() is " + f2.exists ());
    }and I get this result:
    C:\CONFIG.SYS.exists() is true
    C:\zzzzz.exists() is falseAnd then I do the dir again, and I get the same results.
    Thus proving that new File does NOT create a file on the disk.
    If you would bother to read the docs for the File class like I suggested, you'll see a way that you can create a file on disk.
    And if you read my other comments, you'll see how to create a file as you write to it.

  • OPEN IN NEW WINDOW is not working

    when I chick on "OPEN IN NEW WINDOW" all I get is a blank page;
    This was not a problem in MF3x

    I was able to narrow down the add-ons Shareaholic and CoolIris Previews as the culprits in my case. If you have either of these, try disabling them. It solved my problem. My guess is not all add-on publishers have their stuff working in FF 4. In any case using the safe mode and disabling all add-ons, then going through them one-by-one goes a long way to fixing this issue...annoy though it may be.

  • Right click on a link and selecting "open in new window" does not work. How do I gewt this feature to work? PS Right click on a link and selecting open in new tab does.

    No matter where the link is - in an e-mail or on a web page - the "Open in new window" feature does not work. Very annoying. Also I close Firefox in a session, but then cannot re-open it. When I shut my PC down I get a prompt to End Task -[ Firefox ] and a window opens asking if I want to save tabs and quit; quit; or cancel. After closing Firefox it does not show as an application running in Task Manager
    == This happened ==
    Every time Firefox opened
    == I recently re-installed Firefox.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Open URL in new window function not working.

    Please please please can someone help. The openURL function that I have linked to a button and a click box will just not work anymore in a new project. I have searched everywhere for an answer and all I can find is that it is something to do with a flash update preventing this and some code was provided as a work around. However I only have captivate 4 and 5 and have no way of editing this code to allow the new windows to function. If these functions are no longer available within captivate then captivate is nolonger any use to me. Can anyone help?

    Welcome to our community
    See if the link below is what you are after:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • 'New Window' does not work while generating HTMLhelp

    Hi team,
    I have created a RoboHelp project and assigned the property 'Open in a New Window' for a particular page.
    When I generate HTMLhelp format, and I click on the page, it opens in the same frame, but does not open in a new window.
    However, this feature works fine when I generate Webhelp.
    Is there any workaround?
    Any assistance will be appreciated!!!
    Santosh.

    Hi Thomas,
    thanks for the hint, it helped the find the source of the problem.
    Our Portal Framework is highliy modified - actually it is more a own developed Framework than a modification to the SAP Standard framework.
    Opening the WebDynpro in a new window with the SAP Standard Framework does work perfectly. With the own developed Framework, the system behaviour is like described in my original post.
    Thus back to the roots: We have to check our portal framework again :-(.
    Thanks for your help.
    Cheers,
    Stepahn

  • Open Link in New Window is not working...

    When I right click on a link and select '''Open Link in New Window''', a new window opens but there is nothing on it.
    The same thing happens when I right click on a Tab and select '''Move to New Window'''.
    Right click and select '''Open Link in New Tab''' works just fine.

    This began to happen to me when I tried to run two separate profiles simultaneously on the same installation of firefox with -no-remote

  • Open Link in New Window Option Not Working in Top Link Bar

    Hello,
    We have a 'Popular Links' section in our Top Link Bar for our intranet site that contains a list of frequently used links. Since most of these links navigate to sites outside of SharePoint, we would like these to open in a new tab or window when clicked. 
    I've enabled the 'Open Link in New Window' option under Site Navigation Settings for each link, however when a user clicks the links that have had this option enabled the content is still loaded in the current tab.
    Is this the correct set of steps to enable this content, or is there a better way to accomplish this that actually works?
    **SharePoint Server Publishing Infrastructure has been activated.

    You can try deactivating Minimal Download Strategy feature present under "Manage Site Features"....

  • I can only open up one window with multiple tabs; right click "open in a new window" does not work. I uninstalled Firefox and reinstalled Firefox with same results.

    Just bought a new i5 laptop and am transferring files, etc onto new box. Last night I had two separate Firefox windows up. I downloaded Nexus Ultimate late and rebooted this morning. I had to restart Firefox then, and it did not save my settings/tabs as I prompted it to do when it shut down to reboot.
    I uninstalled Nexus and wasted many hours trying to resolve this, including two failed system restores (looks like Nexus is a dirty little bugger) Windows Explorer will open up multiple windows. Firefox will not. Help.

    Have you tried: click Firefox button > New Tab > New Window '''''OR''''' CTRL+N '''''OR''''' File > New Window (if using the Menu Bar)
    Once open, Firefox locks the Profile that is in use and you can not open another window with that Firefox version and Profile combination using the Windows Desktop icon or the Windows Programs list.

  • "Move To New Window" Does Not Work in Version 5. It opens a new window, but it's blank, and the tab I wanted as the new window stays where it is. Is this a bug?

    Right mouse-clicking on a tab and selecting "Move To New Window" should open the contents of the tab in a new window, and then close the original tab on the original instance of FF. But in Version 5, that action simply spawns a new window that is totally blank, and the tab I wanted opened in a new window stays attached to the original window.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Ff4: Command + N (and File "New Window") is not working

    Choosing File->New Window or Command+N do nothing. The File menu flashes but no new window is created.
    (Happens in Safe Mode too.)

    It works fine when I modified the 'loadSet' attribute to 'loadset' where all letters are in small case.
    Thank You.

  • Opening a link using "open link in new window" does not work. I can only use "open in new tab" option. Is this normal with the Firefox 4?

    I really don't have any more info. When I upgraded my Firefox to the latest version I have noticed that I can 't use this Open in new window option any more. I have reinstalled the software using its US English version( first time I have chosen the UK English version) but to no avail.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Css work in window but not work in mac os on browser safari

    css not work properly on safari of mac os but work  safari on
    window

    Check Safari / Preferences - Extensions. Turn that off if you have any installed, quit then relaunch Safari.

  • Most of the time Thunderbird only opens incoming mail with a double click in a new window which I find infuriating so is there a workaround or a fix for this?

    When Thunderbird starts, it opens incoming mail into the lower panel with a single click. But after an hour or two this no longer works and i have to double click to open the message which goes into a new window.

    ''abowie [[#question-1040591|said]]''
    <blockquote>
    When Thunderbird starts, it opens incoming mail into the lower panel with a single click. But after an hour or two this no longer works and i have to double click to open the message which goes into a new window.
    </blockquote>
    ''Matt [[#answer-675789|said]]''
    <blockquote>
    sounds like a bad add-on to me. Restart holding the shift key and see if the issue arises again.
    </blockquote>
    Thanks for your response, Matt. I have now run for a fortnight without having to double click to see a new message. All add-ons are disabled and the trick will be to eliminate them one by one till I find the culprit.
    Cheers, Alan

Maybe you are looking for

  • Error message while importing transport request using STMS_IMPORT

    Hello SAP gurus I have created Transport Request files (K and R files_ and have placed Transport request files in  trans and data directories of a target system. On target system I started transaction code  STMS_IMPORT and then selected Extras -> Oth

  • Files Managing with PL/SQL

    Dear All, My question is about, How to handle files in NT partition with PL/SQL procedures or functions, like rename, delete...... Best Regards.

  • Remaining moments/collections in the iOS 7 Photos app

    I just installed iOS 7 on my iPhone 4S and iPad mini. Does anyone know if there is a way to rename the "miments" or "collections" in the Photos app? I like how it's organized, but I wish that the album of pictures from my uncle's wedding could be nam

  • MacBook Pro Retina 13 vs 15 inch

    Hi, I am a high school student and I am going to get a MacBook Pro retina but cannot decide what size is right for me. I need it for typing essays and assignments, Internet surfing, YouTube, facebook, etc. and light video and photot editing. I am eit

  • Port channnel with Blades

    Re: Unable to bond Etherchannel on ESXi 5.5 In continuation of the previous link.. I have a request to activate trunk on IBM blade servers. We have 14 ESXi servers in that Blade. I have similar set up with ESXi5.5 with route based on originating port