Javascript:resizeTo(1024,768); no longer works

After upgrading from version 3.6 to 14.0.1 I find that this javascript bookmark no longer works to resize the window.
javascript:resizeTo(1024,768);
Is this by design?
Is there a work around?

You can also do this with code in Error Console or via an extension or toolbar button that allows to run code with chrome privileges.
*https://developer.mozilla.org/en/Error_Console
<pre><nowiki>var Cc=Components.classes, Ci=Components.interfaces;
var ps = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService);
var wm = Cc["@mozilla.org/appshell/window-mediator;1"].getService(Ci.nsIWindowMediator);
var nb = wm.getMostRecentWindow("navigator:browser");
var txt = 'width x height';
var obj = new Object; obj.value = nb.window.outerWidth + 'x' + nb.window.outerHeight;
if(ps.prompt(null, 'Resize Window', txt, obj, null, {}) && obj.value){
var vA = obj.value.split("x");
if(vA[0]) nb.window.outerWidth = vA[0];
if(vA[1]) nb.window.outerHeight = vA[1];
}</nowiki></pre>

Similar Messages

  • Javascript buttons and links no longer work in Firefox after latest update

    Whenever I try to use a javascript button or link, nothing happens, I just get a message in the bottom bar such as: "javascript:window.close();" telling me what the command is, but when I click on it, nothing happens. I cannot close windows in social security or in any other program using javascript. This has happened since the last upgrade to Firefox 11. I even tried completely uninstalling and reinstalling (using the Mozilla instructions to '''completely''' remove Firefox) a fresh Firefox eleven, to no avail. I made sure javascript was completely enabled in tools/options/content

    I have a similar problem like this. I dont know what the deal is but since some type of either add on upgrade or firefox upgrade i get notifications to install flash when i try to launch anything from google music. I did everything you can think of including uninstalling, reinstalling both the add on "No Script" Firefox itself, ran several diagnostic programs to ensure it wasnt any type of malware, reinstalled Adobe Flash 11, Verified Java version. I even tried to play music from google music in IE8 and that worked so its clearly Mozilla and its add ons. I disabled No Script and Google Music miraculously started working fine. This is pretty irritating considering I do everything in my power to ensure I dont get hit with any type of malware, virus, spyware, etc and No Script is definitely an Add on i like to use for that very reason since Firefox no longer supports the Norton Web Tracker add on. Any fix for this foolishness would be great, thanks!!

  • Safari Javascript on iPad2 no longer works 8.2 and 8.3

    Since updating myiPad2 to 8.2 and later 8.3, javascript elements in websites viewed with Safari and Chrome no longer work. I can successfully view/use these same websites on another iPad with an older IOS.
    Here's what  have tried so far:
    -soft reset (home+power)
    -clear safari cache/website data
    -forget network
    -toggle javascript on and off
    -every combination of the above
    -upgrade to 8.3 and repeat all of the above
    Does anyone have anything to add that I could try?
    Thank you.

    @sean0826 -- this is why you don't use Java menus. Even javascript menus are a bad idea; you need to have a secondary menu system ANYTIME you have a menu system that requires a plugin or scripting to be active. NOT EVERYONE browses with that stuff on.
    The only thing you can do for now is FTP to your site and add in static menus (like we did in the "old days" at the bottom of the page; or rip out the Java Menus and install static or CSS versions.
    BTW where are you rmenus supposed to be. I have opera, safari, ff, and a few others. they all look the same. So if that's true, it's the plugin that's the problem, not safari.
    In Opera Pogo.com works. java loads, the game is there. It does have some drawing issues but not surprised.
    In Safair Pogo works fine. Just played a game of chess.

  • Javascript Calculator no longer works in FF. Other browsers OK.

    I have a javascript calculator that has suddenly stopped working in FF. I have upgraded from 3.5.8 to 3.6.3 but no changes. IE, Safari, Chrome and Opera all work fine.
    Calculator can be found at http://www.hydrastop.be/hprodCalc.html

    I see that the answer that I posted yesterday got lost by restoring a forum backup, so I'll repost my answer.
    I see that you have already applied the change that I had suggested.
    You need to use document.getElementById.
    See https://developer.mozilla.org/en/DOM/document.getElementById
    <code>function doMath() {
    var one = eval(document.theForm.elements[0].value);
    var two = eval(document.theForm.elements[1].value);
    var m2 = Math.round(one * two);
    var m3 = Math.round(one * two);
    var maxhstopqty = Math.round(m2 / 5);
    var minhstopqty = Math.round(m2 / 8);
    var minhblockqty = Math.round(m2 / 5);
    var maxhblockqty = Math.round(m2 / 3);
    document.getElementById('squareMeters').innerHTML = m2;
    document.getElementById('squareMeters2').innerHTML = m3;
    document.getElementById('minhstopReq').innerHTML = minhstopqty;
    document.getElementById('maxhstopReq').innerHTML = maxhstopqty;
    document.getElementById('minhblockReq').innerHTML = minhblockqty;
    document.getElementById('maxhblockReq').innerHTML = maxhblockqty;
    </code>

  • I used to use a bookmark for maximizing the firefox window, but in FF9 it no longer works.

    Before upgrading, I used the following snippet of code in the "Location" field of a Bookmark:
    javascript:self.resizeTo(screen.availwidth,screen.availheight);self.moveto(0,0);
    However, with FF9 that no longer works. I attempted to change the front portion (before the open parenthesis) to:
    browser.window.resize_to
    but after I remove focus from the text box, it adds the "http://" to the front of the code and a "/" to the end of it. I have two questions:
    #1. Is there a way to stop Firefox from adding the "http://" and "/" to the location box?
    #2. Is there a better way to set up the bookmark (or another quick-access method) to automatically resize the window?

    You can only do that in the Scratchpad if an XUL window like about:addons or about:config is open.
    *Firefox/Tools > Web Developer > Scratchpad (Shift+F4)
    You can no longer run JavaScript code via the location bar in Firefox 6 and later.<br />
    You can see an error message in the Tools > Error Console.<br />
    That code now gets a null principal for security reasons and doesn't have any effect (Bug 656433).<br />
    You need to create a (keyword) bookmarklet and run the code by invoking that bookmark.<br />
    Use the Scratch pad (Firefox > Web Developer > Scratchpad; Shift+F4) to run JavaScript code.<br />
    Open a tab with an XUL page like about:addons (Tools > Addons) to be able to resize or move a window via JavaScript code in the Scratchpad in Firefox 9+.<br />

  • Upgraded to CS3 and Flash no longer works in browsers

    Since upgrading to CS3 my Flash no longer works in my top
    table. Exact same files worked fine in CS and CS2 and whatever it
    was before CS. Any Flash that is in the top table on any of my
    pages doesn't appear.
    Now it doesn't appear in IE or Firefox. Can see it fine if I
    "preview in browser" but when uploaded to site can't view at all.
    Any solutions? Please reply to [email protected]
    Thanks.

    Ok got this working. Went into my code and deleted everything
    from the javascript tag to the closing script tag (see below).
    Reinserted my SWF file and it works like a charm.
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','wid th','396','height','80','src','images/gold-logo','loop','false','quality','high','pluginsp age','http://www.macromedia.com/go/getflashplayer','movie','images/gold-logo'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="396" height="80">
    <param name="movie" value="images/gold-logo.swf">
    <param name="quality" value="high"><param
    name="LOOP" value="false">
    <embed src="images/gold-logo.swf" width="396" height="80"
    loop="false" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed></object></noscript>

  • Readability "Send to Kindle" no longer works with FireFox 14.0.1

    Readability "Send to Kindle" no longer works, once I upgraded Firefox to 14.0.1 on a MacBook Pro running 10.6.8. The Setup Your Kindle page comes up, but after typing my Kindle's e-mail and selecting "kindle.com" from the drop down, your program no longer prompts "this may not be free" and just hangs there. I deleted my Readability plugins, redownloaded, and reinstalled. The browser icons have this affect, and just running the JavaScript function does the same thing. It works fine in Safari, and it worked fine before Firefox 14.

    n Firefox make sure you have at least two (2) tabs open - (Ctrl+T opens a new tab)
    In the address bar of one tab, type "about:config" - minus the quotes, of course
    You'll see a warning. Click "I'll be careful, I promise" and continue to the configuration page.
    There's a search bar at the top. Type "js" - again, minus the quotes.
    In the results you'll see pdfjsviewer.disabled with a vaule of false. Click it once, then right click it and choose Toggle to make the value "True".
    Close that tab.
    Click Tools>Options and go to the Applications tab
    Locate Adobe Acrobat Document (or Portable Document File (PDF)) in the list and click the drop-down to select "Use Adobe Reader (in Firefox)". (Mine doesn't have that because I also have Acrobat Pro installed)
    Click OK.
    Click Tools>Addons to see that the Acrobat plugin is installed
    Close and restart Firefox. PDFs should now open in a browser window with the Reader plugin.
    Note: This doesn't work for me since the update to 23 and I should have the choice of Reader or Acrobat plugins. Firefox is trying desperatelt to FORCE users to use their crappy PDFJSViewer, which doesn't handle multimedis or forms PDFs.
    As to the NPAPI and security risks, that's blown WAY out of proprotion. There are antivirus companies trying to sell their products to Mac users (who will NEVER need them) and they use this "urban legend" to bolster their case.

  • Mail Accounts Shortcut no longer working in Lion

    In Snow Leopard I heavily relied on some custom shortcuts for switching between my different email accounts when sending mail as outlined in this site: http://hints.macworld.com/article.php?story=20081120093222315 . Then I upgraded to Lion and much to my chagrin, these shortcuts are no longer working. I have tried everything to get them to work: resetting passwords to defaults, repairing permissions, deleting my universal access and keyboard .plist files. What I have noticed is that it may be a problem with the "<>" characters used by mail in this field. When I create a shortcut in System Preferences I will type "SV <[email protected]>" and exit System Preferences. When I go back in it says ">SV <[email protected]>". No matter how many times I go in and try to fix this it doesn't work. If anyone else is having this problem or if anyone has any suggestions, Please Help!

    This is difficult to sort out without hands on access to the webapp. I think Firefox should still allows your webapp to detect the Shift+F9, or at least it does in this simple example:
    &lt;!DOCTYPE html>
    &lt;html>
    &lt;head>
    &lt;meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
    &lt;title>Test Shift+F9&lt;/title>
    &lt;/head>
    &lt;body>
    &lt;p>Try Shift+F9&lt;br>&lt;input type="text" name="textinput" size="25" value="sample value">&lt;/p>
    &lt;script type="text/javascript">
    function keys(key){
    if (!key) {
    key = window.event;
    key.which = key.keyCode;
    if (key.which == 120){ // F9 key
    if (key.shiftKey){
    alert("Shift+F9 pressed!");
    } else {
    alert("F9 pressed without Shift!");
    return false;
    document.onkeyup = keys;
    document.body.focus();
    &lt;/script>
    &lt;/body>
    &lt;/html>
    It's possible that a change in Firefox 19 is interfering with the function triggered by the Shift+F9 keyboard shortcut. Is there another way to run it to see whether that might be the case?

  • My naviagtion toolbar is visible, but is not bold, and does not work. Also, my History option is no longer working, but it is visible.

    Firefox automatically updated yesterday, but when I logged on today to use the computer, my navigation toolbar was no longer operating. It is visible but it is in grey colour, and when I click on it, nothing happens. Also, since this update, my History option is no longer working. None of my history appears when I click on it. I never used to have any problems with either of these functions.

    -> Tap '''ALT''' key or press '''F10''' to show the Menu Bar
    -> go to Help Menu -> select '''Restart with Add-ons Disabled'''
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update Firefox to the latest version by going to Help Menu -> About Firefox -> click '''Check for Updates''' -> if an updated version is found then download the latest version and install it. After that follow these steps:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Toolbars -> unselect All Unwanted/Incompatible Toolbars
    -> go to Tools Menu -> Clear Recent History -> '''Time range to clear: select "EVERYTHING"''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache''' -> click '''Clear Now'''
    -> go to Tools Menu -> Options -> General -> in '''Startup''' section click '''Reset to Default''' button -> place Checkmark on '''Show the Downloads window when downloading a file''' -> select Radio Button option2 '''Always ask me where to save files'''
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> '''Firefox will: select "Remember History"'''
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> go to Tools Menu -> Options -> Advanced -> Network -> Offline Storage (Cache): click '''Clear Now''' button
    -> Click OK on Options window
    -> click the Favicon on SearchBar -> click '''Manage Search Engines''' -> select all Unwanted Search Engines and click '''Remove''' -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious/Incompatible Extensions (Add-ons)
    -> go to Tools Menu -> Add-ons -> Appearance section -> REMOVE All Unwanted/Suspicious/Incompatible Themes (Persona)
    -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons and Themes later. Check and tell if its working.

  • Links no longer working

    Last year I created a small website with Dreamweaver CS3.  I had to update it - Using CS5 and now my links do not work.
    Mainly, I was changing the dropdown menu under the Levies and Bonds Explained tab.  Can anyone take a look at my template code
    and let me know what I am doing wrong.  Many thanks
    <body class="twoColFixRtHdr">
    <div id="container">
    <div id="header"> <img src="../lincolns/navbar2/finallogo.jpg"/>
    <ul id="nav" class="MenuBarHorizontal">
    <li><span class="MenuBarActive"><a href="../lincolns/Templates/index.html">Home</a></span></li>
    <li><span class="MenuBarActive"><a href="../lincolns/Templates/about.html">About Us</a></span></li>
      <li><span class="MenuBarActive"><a class="MenuBarItemSubmenu" href="#">Levies &amp; Bonds Explained</a>
        </span>
        <ul>
          <li><span class="MenuBarActive"><a href="../lincolns/Templates/general.html">General Fund Levy</a></span></li>
          <li><span class="MenuBarActive"><a href="../lincolns/Templates/bonds.html">Building Reserve Levy</a></span></li>
          <li><span class="MenuBarActive"><a href="../lincolns/Templates/tech.html">Elementary Technology Levy</a></span></li>
          <li><span class="MenuBarActive"><a href="../lincolns/Templates/taximpact.html">Tax Impact</a></span></li>
          <li><span class="MenuBarActive"><a href="../lincolns/Templates/general.html">General Info About Levies</a></span></li>
        </ul>
    </li>
    <li><span class="MenuBarActive"><a href="../lincolns/Templates/vote.html">Voter Information</a></span></li>
    <li><span class="MenuBarActive"><a href="../lincolns/Templates/joinus.html">Join Us</a></span></li>
      <li><span class="MenuBarActive"><a href="../lincolns/Templates/contact.html">Contact</a></span></li>
      <li><span class="MenuBarActive"><a href="DONATE" _mce_href="https://lincolnsforlevies.webconnex.com/donate-now">DONATE">https://lincolnsfo rlevies.webconnex.com/donate-now">DONATE NOW</a></span></li>
    </ul>
    </div>
    <div id="sidebar1">
      <h2>Links</h2>
      <p><a href="Bozeman" _mce_href="http://www.bsd7.org/2012election">Bozeman">http://www.bsd7.org/2012election">B ozeman School District</a><br />
        <a href="Film" _mce_href="http://www.youtube.com/watch?v=h0jDCvywQkY&amp;feature=youtu.be">Film">http:// www.youtube.com/watch?v=h0jDCvywQkY&amp;feature=youtu.be">Film By Students for Students</a><br />
      </p>
      <!-- end #sidebar1 -->
    </div>
    <!-- TemplateBeginEditable name="main" -->
      <div id="mainContent">
          <!-- end #mainContent -->
      </div>
      <!-- TemplateEndEditable -->
        <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />   
      <div id="footer">
        <div align="center"><p>Lincolns for Levies   &#8226;   294 Triple Tree Road   &#8226;   Bozeman, MT  59715&amp;nbsp      406.586-9263<br />
            <span class="footer">Website Design by Blue Sky MT</span></p>   <!-- end #footer -->
        </div>
      </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("nav", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    thanks Ben.
    Date: Thu, 11 Apr 2013 17:06:41 -0700
    From: [email protected]
    To: [email protected]
    Subject: Links no longer working 
    Re: Links no longer working created by Ben Pleysier in Dreamweaver - View the full discussion  
    Index.html shows 
    [Home | index.html]
    [About Us | Templates/about.html]
    [Levies & Bonds Explained | #]
    [General Fund Levy | Templates/general.html]
    [Building Reserve Levy | bldgreserve.html]
    [Elementary Technology Levy | Templates/tech.html]
    [Tax Impact | Templates/taximpact.html]
    [General Info About Levies | explained.html]
    [Voter Information | Templates/vote.html]
    [Join Us | Templates/joinus.html]
    [Contact | Templates/contact.html]
    [DONATE NOW | .../lincolns/Templates/donate.html]
    You need to get rid of the highlighted parts.
    Similarly on the other pages where you also have an '#' blocking the link. 
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5227770#5227770
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5227770#5227770
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5227770#5227770. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Dreamweaver by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Tecra M5-106: Display with 1024 * 768 resolution is not clear

    I buy Toshiba Tecra M5-106, it is 14.1" screen.
    When i set the screen resolution to 1024 * 768, every thing comes not clear... also the fonts is not good. Could be the sharpness or other?
    Any one see this before, or have solution for this?
    Solving this is highly appreciated.
    Ragards,

    Hello Bualim,
    The M5 is a really great notebook with very good characteristics. There are versions of this notebook with a NVIDIA graphic card (NVIDIA® Quadro® NVS 110M 128 MB DDR2) and others with an INTEL chipset. I don't know which one your model has unless you post the model code that is printed under your notebook.
    According to some research I made, the native resolution of your monitor should be 1400x1050 so you should leave your notebook to work in this resolution rather than something lower like 1024x768.
    You might say, "the fontsize is too small in 1400x1050", nevertheless you should NOT change into lower resolution (the common procedure done on the old CRT Monitor) but have the size adjusted through Window's "Appearance settings" on the "Display properties". This is the right way to go on a TFT screen (notebook): Always keep the maximum (your native) resolution and adjust the size of icons and fonts through software settings within windows.
    Ok, getting back to your problem now:
    =Have you all display drivers loaded into your system? (The correct ones for your graphic card?)
    =Is your Graphic card recognized correctly in the "Device manager menu" without any "yellow conflict" signs?
    You will find the most (Toshiba supplied) recent Display drivers in the dedicated upgrade section for your model. Here is a tiny-link to the Toshiba Display driver for your model. Make sure to choose the correct chipset (nvidia OR INTEL).
    http://tinyurl.com/24gmry
    Regards,
    electrochain

  • Pop-Ups No Longer Work?

    I have a portfolio page that I put together with Flash MX.
    The interface is bsically a chart that has a bunch of buttons on
    it. These buttons each have a code similar to this;
    on (release) {
    getURL("javascript:openNewWindow
    ('file.html','thewin','height=600,width=800,toolbar=no,scrollbar=no,resizable=no,menubar= no')");
    This used to work - but not now.
    Even when I check my browser for pop-up/javascript enabling,
    it no longer works.
    Does anyone know why? Or what the given workaround (with all
    those linked pages) would be?

    welc
    me

  • Printing jewel case insert no longer works... HELP

    Itunes problem.  Printing jewel case insert no longer works since installing Itunes 11.0.2... Song listings are jumbled.  HELP

    Abandon all hope yee who enter this thread. Abandon hope for mozilla fixing the issue that is. I went with a jQuery based bmp generator. It's pretty easy to implement and has worked well for me.
    download: http://code.google.com/p/jquery-barcode/downloads/detail?name=jquery.barcode.0.3.js&can=2&q=
    demo : http://jquery-barcode.googlecode.com/svn/trunk/jquery-barcode/demo/demo.html
    Implementation:
    Put these includes in your header:
    &lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.barcode.0.3.js&quot;&gt;&lt;/script&gt;
    Everything that needs to be a barcode should have the same class. I chose &quot;barcode39&quot;.
    &lt;span class=&quot;barcode39&quot;&gt;405479&lt;/span&gt;
    &lt;span class=&quot;barcode39&quot;&gt;405339&lt;/span&gt;
    &lt;span class=&quot;barcode39&quot;&gt;405341&lt;/span&gt;
    Then run this script at the bottom:
    &lt;script&gt;
    $(&#39;.barcode39&#39;) .barcode({code:&#39;code39&#39;});
    &lt;/script&gt;

  • JAVAscript MM_goToURL iframe function has stopped working

    I've been using a piece of javascript generated as part of an old version of Dreamweaver for a few years now with no problems. However, I visited my site the other day and discovered that one of the functions for 'MM_goToURL' has stopped working. I use this function to travel between pages in the site as well as changing iframes located within certain pages. While the code still works for moving between pages, it no longer works for iframes (or at least not on this site).
    Could I ask for someone to look over my simplified code below and note any errors that may have crept in? Thanks.
    JAVAscript code: (file location: javascript/design.js)
    function MM_goToURL() { //v3.0
       var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
       for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    HTML:
    <!DOCTYPE HTML>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link  rel="stylesheet" type="text/css" href="css/food.css" />
        <script type="text/javascript" src="javascript/design.js" >
            </script>
    </head>
    <body>
    <div class="button" onClick="MM_goToURL('iframe','text2.html');return document.MM_returnValue" >Text</div>
    <iframe id="iframe" src="text1.html" frameborder="no" scrolling="no" ></iframe>
    </body>
    </html>

    I've now solved the problem by adding the criteria of 'name="iframe"' to the iframe code.
    All fixed! :-)

  • Nofocus script no longer works in firefox 5

    Does anyone know why the "nofocus" script is no longer working in Firefox 5?
    I got sick of Yahoo hijacking my cursor, so I did some looking and found a script (below), which is added to your user.js file. It worked just fine in FF4 and 4.1. When I updated to 5, however, it stopped. Any ideas?
    Here's the script:
    user_pref("capability.policy.policynames", "nofocus");
    user_pref("capability.policy.nofocus.sites", "http://www.yahoo.com/");
    user_pref("capability.policy.nofocus.HTMLInputElement.focus", "noAccess");

    Looks that CAPS are no longer supported for DOM Events like that.
    Maybe related to:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=567755 Bug 567755] - Disabling javascript Date() function with CAPS doesn't work

Maybe you are looking for

  • Scrolling main content in an AP Div disappearing behind other AP Divs...?

    Newbie here, using CS3. No CSS power user (yet!)--general concepts, yes, but not much practice. Meanwhile two recent CS3 classes, several books, and a concerted search through online forums have failed to point me toward a fix for this prob. Any help

  • How to find out which renderer is lagging

    When submitting an AE render, it appears that one node (of seven) is not processing frames as quickly as the others. In fact several minutes goes by before the entire job finishes in the batch window, though all the frames have been written out to th

  • Extrude 3D polygons in Oracle spatial

    Dear Everyone, I have two data sets of the city footprints imported in the Oracle Spatial already. One is a 2D polygon layer with only x and y, and the other is a 3D polygon layer with z values (the x and y are identical to the first one). Now I am t

  • PWM Display and Output to DAQ

    Hi All, I am a newbie to LabVIEW and I don't know much about it. Anyways I am trying to generate a PWM signal in order to control a motor, subsequently, I have downloaded the examples of PWM on http://zone.ni.com/devzone/cda/tut/p/id/2991. So how can

  • Trouble importing LOA files

    Hello, I've got 300+ laptops that require 2 new AC profiles added and an old profile removed. I've followed the AC profile deployment guide which is relatively straight forward, but when I try to silently import the LOA file using the qctray /imports