Javascript debugger don't work

I love the webdevelopment tool in firefox, but my javascript debugger don't work :(
I only can pause / unpause javascript but all other buttons have no function.
Must I activate something in about:config or is my computer too old? (The tilt function is not supported by my graphic card)
Thanks for answers.

fifo85 wrote:
> Hi,
>
> I have just tried the following code putting the script
header to execute it
> on the client side:
> <script>
> if(ParentValue == String("Y"))
> {
> EnableSubGroup();
> }
> else
> {
> DisableSubGroup();
> }
> </script>
onload=function(){
document.forms["SubForm"].elements["SubGroupDD"].disabled =
!(ParentValue == "Y")
This will disable SubGroup if "ParentValue" is not "Y"
Mick
>
> I do not get the object expected error anymore
> but the functions don't work, why is this?
>
> ----Function definition ------
> <script type="text/javascript">
> function EnableSubGroup()
> {
>
document.forms["SubForm"].elements["SubGroupDD"].disabled='false';
> }
> function DisableSubGroup()
> {
>
document.forms["SubForm"].elements["SubGroupDD"].disabled='true';
> }
> </script>
>
> Thanks
>
> Fifi
>

Similar Messages

  • Javascript functions don't work

    Hi,
    I have just tried the following code putting the script
    header to execute it on the client side:
    <script>
    if(ParentValue == String("Y"))
    EnableSubGroup();
    else
    DisableSubGroup();
    </script>
    I do not get the object expected error anymore
    but the functions don't work, why is this?
    ----Function definition ------
    <script type="text/javascript">
    function EnableSubGroup()
    document.forms["SubForm"].elements["SubGroupDD"].disabled='false';
    function DisableSubGroup()
    document.forms["SubForm"].elements["SubGroupDD"].disabled='true';
    </script>
    Thanks
    Fifi

    fifo85 wrote:
    > Hi,
    >
    > I have just tried the following code putting the script
    header to execute it
    > on the client side:
    > <script>
    > if(ParentValue == String("Y"))
    > {
    > EnableSubGroup();
    > }
    > else
    > {
    > DisableSubGroup();
    > }
    > </script>
    onload=function(){
    document.forms["SubForm"].elements["SubGroupDD"].disabled =
    !(ParentValue == "Y")
    This will disable SubGroup if "ParentValue" is not "Y"
    Mick
    >
    > I do not get the object expected error anymore
    > but the functions don't work, why is this?
    >
    > ----Function definition ------
    > <script type="text/javascript">
    > function EnableSubGroup()
    > {
    >
    document.forms["SubForm"].elements["SubGroupDD"].disabled='false';
    > }
    > function DisableSubGroup()
    > {
    >
    document.forms["SubForm"].elements["SubGroupDD"].disabled='true';
    > }
    > </script>
    >
    > Thanks
    >
    > Fifi
    >

  • Javascript menus don't work.

    I'm having some trouble with javascript menus (or what I believe are javascript menus). Whether it matters or not I am not sure, but it happens in both Firefox and Chrome...IE works fine.
    Examples of sites with menus that don't work:
    1. Orbitz.com: Can't pull down the "Adult" or "Child" menus.
    2. toyota.com: Can't "select vehicle" at the top of the page.
    I get no error messages. I have started Firefox in safe mode, I have also reset Firefox.

    I do have a touch screen. Can't believe that matters!
    I toggled both of these settings to:
    dom.w3c_touch_events.enabled = 0
    dom.w3c_touch_events.expose = false
    However the selector still does not work. I don't get a "javascript;;" message.
    This occurs both in Safe Mode and standard mode.

  • JavaScript Links Don't Work

    I don't know if I'm in the right place to ask this question, but could someone please help me? I'm using Windows XP Professional Corporate Edition. When I first installed Windows everything worked fine. Then I downloaded Windows XP Service Pack 2. Soon after I found out that Microsoft no longer supports Java or some crap like that. So I downloaded Sun Java, which ever the newest version is. I have no problems with Java applets like Yahoo! games and stuff like that, they work just fine. But when I click on a JavaScript link, nothing happens. I don't get an error message or anything. I get nothing. It worked right after I installed Java, but hasn't worked since. Now I can't empty the trash in my email because it's a JavaScript link and I'm quickly running out of mailbox space. I also can't add minutes to my cell phone because the link for that is also JavaScript. I have uninstalled and reinstalled Java like seven times and it doesn't help. I contacted Microsoft but they want to charge me to help. Just so you all know what I'm talking about in case I confused you with my babbling, when I click on "Empty Trash" in my email, down in the bottom left corner of Internet Explorer it says "javascript:do empty trash()" without the quotations. I've been told that Java and JavaScript are different. I don't know if this is true, but if it is, could someone please still help me? I can't switch folders in my email either so I can't get to my saved email that I need to get to. It says javascript:doSwitchFolder(",'FolderName') . Please help me. You can reply here or email me at [email protected] . I'm able to read my mail, so don't worry I will get it.
    Thank you
    Chris Stewart

    It's true that M$ isn't supporting Java. And it's also true that Java isn't JavaScript.
    This must be something related to the browser settings... IE I believe.
    In IE, go to Tools... > Internet Options... > Advanced tab.
    Scroll down to find some checkbox above which Java (Sun) is mentioned. Just check if the JRE you installed (or have you?) is seen there and the checkbox should be checked.
    Another possibility. In the Security tab, click on the Custom level... Scroll down till you see Scripting; click the enable radio button for all the options under it.
    And don't forget to save. That should solve!
    Regards
    ***Annie***

  • Javascript links don't work on my 2010 Macbook Pro

    I've had this issue for a while now.
    Javascript links such as "void", "loadmore" etc.. do not work on my 2010 Macbook Pro.
    They are enabled in all browsers, (chrome, ff, safari) and do not work in any of them.
    Specifications:
    Mid-2010 Macbook Pro
    OS X Lion 10.8.2
    13.3"
    Any help?
    Thanks

    ......

  • Javascript popups don't work using global variables?

    I have a "References" menu region that contains links to several pop-up pages showing valid data entry codes filtered for the user's location. I tried to make this work from another page by changing the references from page variables to global/application variables, but this doesn't work. Can anyone suggest a workaround? Here's the code I'm using:
    URL target in link
    javascript:callEmpPopup('P1050_ORG_ID')Javascript
      function callMyPopup (formItem1,formRow1) {
        var formVal1 = document.getElementById(formItem1).value;
        var formVal2 = 1;
        var url;
      url = 'f?p=&APP_ID.:1056:&APP_SESSION.::::P1056_FACTORY_ID,P1056_ROW:' + formVal1 + ',' + formVal2;
      w = open(url,"winLov","Scrollbars=1,resizable=1,width=1000,height=600");
      if (w.opener == null)
      w.opener = self;
      w.focus();
      }

    Javascript can reference and manipulate only those elements that are part of the HTML page (DOM elements). Application items are not part of the HTML that constitutes an APEX page and as a consequence cannot be accessed using Javascript.
    Varad

  • Adobe Flash & Javascript don't work even though Enabled

    Ever since what I think was either a Firefox upgrade (I don't know which one) or installation of Quicktime, my Adobe Flash Plugin is perpetually crashed and I cannot play any Flash content on any website. All that displays in place of the video is a gray screen with the sad-face Lego icon and the message: “The Adobe Flash Plugin has crashed. Please reload the page to try again.” (See attached image.) But it will not resolve when reloaded.
    No Flash videos on any sites work. HTML5 videos work on YouTube when tested, but non-HTML5 videos won't work.
    Also, my Javascript does not seem to be working since at least some displays requiring javascript don't work. Sometimes the display just doesn't work, and sometimes I get a message that javascript is disabled and must be enabled, but it is already enabled (set to “true” in about:config).
    I have spent days scouring every help forum entry I can find on troubleshooting Flash Player and Javascript. Everything on my end seems to be in order and I cannot find or fix either problem. I think it is possible the issue could have its roots in the fact that Javascript seems to not be working which may be preventing Flash Player content from working...??
    Also, Flash content does work in I.E. but not in Firefox (I do not have Chrome installed so did not test in Chrome). I have too many window tabs open in Firefox and can't switch to I.E. (nor do I like to use I.E.).
    PLEASE HELP as this is crippling for very important work deadlines I have.
    This is what else I know and have tried:
    I have a Toshiba Satellite C75D-A Laptop;
    Processor: AMD A6-5200 APU with Radeon HD Graphics; x64; 2.00 Ghz;
    RAM: 8 MB;
    OS: 64-bit system; Windows 8.1 (but some auto-check utilities detect it as 8.0 because it was upgraded.);
    Graphics Card: “Desktop Graphics” System – AMD Radeon HD 8400 (0x9830);
    Installed Graphics Driver Version: AMD 13.352.1004.1007 (Driver Date: 4/22/2014)
    My Device Manager graphics driver updater states: “driver software is up to date.”
    From the AMD website: the graphics driver auto-detect utility recommended the AMD Catalyst Driver (amd-catalyst-omega-14.12-without-dotnet45-win8.1-64bit.exe) I tried installing this driver, but it won't install. After trying to install, I got a message stating: “We are unable to find a driver for your system.” But Device Manager states I have a current driver, and my graphics card & driver seem to be working fine, so I do not believe this is part of the issue.
    I am using Latest Firefox version 35.0.1; and
    Using Latest Flash Player: 32-bit NPAPI Plug-in Version: 16.0.0.296; designated: “always activate” (Downloaded new update several times, including fresh install after uninstall; system & web address icons indicate Flash is enabled).
    I turned off hardware acceleration in FF Tools>Options>Advanced>General
    I disabled WebGL as explained here: https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration
    I am using Ad-Block Plus which has never affected things in the past. I have not tried starting FF in Safe Mode because I believe I will lose all open tabs and not be able to recover them (I may have over 200 open). But disabling add-ons has no effect (I disabled all except for Sessions Manager in case of a crash). (My No-Script has been disabled for at least six months.)
    I have Windows Media Player and Quicktime installed.
    Quicktime is most recent upgrade (7.7.6) so should not be a problem according to:
    “QuickTime plugin takes over Flash” at:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here)
    Disabling Quicktime had no effect in the prior version of FF (ver. 35.0), but in latest FF ver. 35.0.1, Flash videos only display a plain (blank) gray screen instead of the sad-faced icon and crash message.
    (I tried to uninstall Quicktime altogether, but was not able to due to Error codes 2502 & 2503. I tried troubleshooting that as well with no luck using methods successful for other programs, including here:
    http://www.fixkb.com/2014/01/error-2503-and-2502-when-uninstalling-on-windows-8.html;
    & here:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-winapps/re-internal-error-codes-2502-and-2503-for/ba5f2145-aa6e-4cc0-81a7-e4346f43b698.)
    Disabling my FF theme and using the default brought back the sad-faced icon and crash message in the place of videos on some YouTube pages, but not other YouTube pages (where video was still blank gray screen). It also enabled a still Flash image (an ad) to display on a different website page that previously had a Flash Plugin crash message. I have been using this same theme for a couple of years without previous issue. While turning it off did generate an effect on some still imagery, it didn't fix the video problem.
    I tried Disabling Protected Mode in Flash 11.3 as explained here:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here).
    It did not solve the issue.
    I also deleted all storage & data in Flash Player as advised. This had no effect either.
    I've tried all solutions I've been able to find and am at a loss for what to try next. Please help and advise ASAP. Thank you!!

    ''guigs2 [[#answer-684038|said]]''
    <blockquote>
    I truely admire the efforts that have been made to make this work.
    "“We are unable to find a driver for your system.” "
    For it not installing, you need to follow these instructions to install them: see the comments: [http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_devices/windows-10-atiamd-display-drivers/50944d10-dde3-4e08-8244-d54eb2b1e7de] --> take warning though it looks like it has caused issues for others as well.
    Since it was working for some youtube videos and not others, there might be an issue with a particular video codec. DO you have OpenH264 Video Codec provided by Cisco Systems, Inc. plugin?
    Is it possible to try Safe Mode after saving your session with [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager Addon]? IT would test hardware acceleration in Firefox.
    </blockquote>
    Thank you, guigs2! Sorry for my delayed reply...I didn't realize I hadn't gotten back to you. Update is that I did try a whole slew of other troubleshooting steps including starting FF in safe mode, to no avail. However, I was FINALLY (after months) able to solve this problem just today by pure chance!
    The problem was that hardware acceleration was enabled in the Flash settings. I had not been able to turn it off because I didn't have access to the Flash Player settings as long as the crash error message was visible, which was all the time! Today, by a sheer fluke, I saw a static picture in place of the crash message on a Flash video. I snagged the opportunity to call up the settings and turn off hardware acceleration, and it fixed the problem for my whole browser! This has been a frustrating issue because I did not have access to the settings utility as long as I had the crash message, which was always, so my Flash was crippled without the ability for me to fix it until pure luck gave me this window of opportunity.
    Does anyone know another way to access the settings utility if this ever happens again in the future? I could not find a way. (Incidentally, I had tried disabling hardware acceleration via my graphics driver settings, but it didn't fix the problem.) We need Adobe to allow some other way to access the Flash Player settings utility when this problem arises since they aren't accessible when there is a static crash message.
    Thanks again!

  • Javascript games that work in IE don't work in Firefox - why?

    Why can't I get javascript games that work in IE to work in Firefox? The javascript games show up on the page but not in the correct format and the scripts don't work. An example is here: http://www.cornwallfoodandfarming.net/games/KS1-summer-in-farm3/picture-memory.htm
    When you open it in IE you can see what it should do!
    Any help gratefully received. Cheers...Paul

    That particular game was created a long time ago... in the age of Netscape version 4.
    Netscape version 4 had proprietary objects named layers that are no longer supported in Firefox, so the game fails because it assumes that Firefox supports layers. You can see this if you open Tools > Error Console and scroll to the end of the long list after clicking the link to start the game.
    If you think the developers of this site might be willing to update the game, let them know about this problem.
    If not, and the game is very important to you, you could try Chris Pederick's User Agent Switcher extension (Tools > Add-ons > Get Add-ons) to make Firefox temporarily masquerade as an old version of Internet Explorer. There's no guarantee that will make the game work in Firefox, but it has a better chance than what you get now.

  • "Enable Swipe" don't work and Tablet Layout on a Smartphone

    Hi there,
    I have two big problems with my own site www.mhgrafikdesign.de:
    1. I have different slideshows in my tablet version of my site. I created the slideshow before one of the updates with the feature "Enable swipe" came out. However, it worked well on my Samsung Galaxy Tab 10.1n. Now I have a Microsoft Surface and it's not working anymore although "Enable Swipe" is enabled. I don't know if the Microsoft Surface has problems with the slideshow or one of the updates has "damaged" my slideshow. Please help me! Any ideas?
    2. I have a HTC 8S smartphone and if I type www.mhgrafikdesign.de my smartphone always show me the tablet version. Any idea why? P.S. Swiping there is also not possible.
    Many thanks for quick help. My website is my flagship in the web and it's a little bit embarrassing if my slideshow on the tab don't work... = /

    This is now a slideshow created with Muse: Homepage
    The slideshow uses fullscreen mode and was build with the latest version of Muse. On my Win8-Tablet, it is not working. I tested this with the IE11 in desktop- and in modern-ui-mode.
    Next to this problem, I also run into these things:
    1. Using the buttons to go forward and backward in the slideshow will select the text-arrow inside the button when touched.
    2. Clicking the forward- and backward-button behaves different. Windows Desktop -> slideshow does not roll back, so you can click forever in one direction, no feedback that you reached the end. On iOS -> slideshow will be rolled back and you get the visual feedback to start over again.
    3. Zoom into the fullscreen-slideshow will result in strange and not really controllabel behaviour. Zooming in does not allow to pan.
    But I am not talking only about the phones. It is more about windows tablets in general. So, content can be viewed in the InternetExplorer11 in desktop-mode and also in modern-UI-mode (touch does work in both modes). But it is also possible, that people use other browsers like Firefox and Chrome. I think, it would be a quite a good idea to translate the movement of the mousepointer into gestures. This javascript library shows what I think is a good aproach: Hammer.JS - Hammer.js

  • Menus on some web sites don't work

    I have just activated 2 new Lumia 520 phones with Windows 8 mobile. (updated to Amber)
    When browsing the web, the menus don't work on a couple of web sites that I have written.
    These menus use Javascript to show drop down lists and to navigate to the appropriate pages. When you click a link on the menu, the drop down menu appears for a couple of seconds, then disappears. Even in the couple of seconds that the dropdown appears, it can not be clicked.
    Interestingly, these web sites also use javascript to open overlay pages when a thumbnail picture is clicked, This action works.
    These menus have been regression tested in all the major browsers and they work on a PC, Mac, iPad and Android but seem to fail on Windows 8 mobile.
    I searched and can't see any option that allows me to enable or disable Javascript.
    Here are links to those 2 sites:
    http://www.garynancy.com/index.html
    http://www.chisholmtv.com/
    What am I missing?

    The menuscript (popupmo.js) you are using will not work.
    I'd suggest you take this to http://developer.nokia.com where you will likely find more help as this is a general user to user support platform.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Created Menu in JS in Acobat 7.0 that works and Don't work in 9.2

    I created a menu that does a "Save As" which converts pdf to jpeg in Acorbat 7.0 on XP Pro OS.  In MS VBA code, I do the following VBA Code that execute the menu in Acrobat using "MenuItemExecute".
                Set gApp = CreateObject("AcroExch.App")
                Set AVDoc = CreateObject("AcroExch.AVDOC")
                If (AVDoc.Open(Path, Path)) Then
                    Set AVPageView = AVDoc.GetAVPageView
                    Set pdDoc = AVDoc.GetPDDoc()
                    Set jso = pdDoc.GetJSObject
                    'gApp.Show
                    gApp.MenuItemExecute "SaveToJPEG"
                    Set jso = Nothing
                    pdDoc.Close
                    Set pdDoc = Nothing
                    AVDoc.Close (NoSave)
                    Set AVDoc = Nothing
                End If
    In order to run my custom Menu "SaveToJPEG" which is really a "Save As" to jpeg, I had to set the Edit>Preferences>JavaScript to "Enabled menu items JavaScripts execution privileges" and "Enable Acrobat JavaScript".    The above code works in my MS Access VBA program in Acrobat 7.0 running in XP Pro OS.
    I am having problems running Acrobat 9.2 on Win 7 Pro, and I get the following error "An Internal Error Occurred" when it execute the code line gApp.MenuItemExecute "SaveToJPEG"
    I made the changes to Edit>Preferences>JavaScript to "Enabled menu items JavaScripts execution privileges" and "Enable Acrobat JavaScript" too.
    I am able to select "SaveToJPEG" from the menu bar only when I have a pdf file open, and it does make a jpeg !   This means my JavaScript of my menu works in Acrobat 9.2.
    I also checked the registry HEY_KEY_Computer_User\software\adobe\adobe acrobat\9.0\JSPrefs\bEnableJS   ,   bEnableMenuItems,  bEnableGlobalSecurity
    The bEnableJS is Hex 1, and the bEnableMenuItems is Hex 1, and the bEnableGlobalSecurity is Hex 1
    I do know that acrobat 9.0+ does have the ability in the menu to do the same thing, but I want to keep my code compatible with acrobat 7.0
    Then the MenuItemExecute will not work in multiple menu flow down like Export>Image>Jpeg.   I would also appreciate how to reference this menu too !
    Can someone please help me !!
    ThankYou,

    I got the app.listMenuItems() to work.   I have to use the lower right side Enter key.  It appears that the two Enter keys don't work the same here.
    I used the following script to list the menu items:
         var menuItems = app.listMenuItems()
         for( var i in menuItems)
         console.println(menuItems+ + "\n")
    I got the following:   It was very long, but I will just print a few of them.   How do I spot the formal name for my "SaveToJPEG" menu item???  It is the second one.
    This is what I see from app.listMenuItems() :
    [cName:File, oChildren:[[cName:Open],[cName:SaveToJPEG],[cName:Organizer, oChildren:[[cName:OpenOrganizer],[cName:AddToOrganizer],[cName:OrganizerNewCollection]]], [cName:endOpenGroup],[cName:NewCollection],[cName:Collection, oChildren:[[cName:CollectionEditInAcrobat],[cName:],[cName:AddFilesToCollection],[cName:A ddFolderToCollection],[cName:CreateFolderInCollection],[cName:],[cName:SecureCollection]]] ,[cName:],[cName:NewDocument, oChildren:[[cName:NewDocFromFile],[cName:ScanMenu, oChildren:[[cName:ScanPreset1],[cName:ScanPreset2],[cName:ScanPreset3],[cName:ScanPreset4 ],[cName:Scan],[cName:],[cName:ScanConfigurePreset]]],[cName:Web2PDF:OpnURL],
    It give me a message at the bottom that it "cannot continue printing to the console"
    Can I send this to a file or some where else where I can see everything??   Maybe the formal names are toward the end ???   I don't see the formal name here????
    Please Help ! !
    Thank You,
    Gary

  • Signed applet don't work on XP

    Hi,
    I'am currently working on a point-of-sale (POS) using windows XP/Firefox and a linux apache/jboss server.
    I have developed a dynamic windows library in order to use an industrial printer connected to the POS to perform some printing without confirmation of the customer.
    The POS is under Windows XP SP2 and use Firefox 2.0.0.11/JRE 1.5.0.14.
    This dll is used by a signed applet located on the apache/jboss server.
    The applet is correctly downloaded by the client, but normally i have to wait for the certicat authentification windows appearing and for confirming that i want execute the applet. And instead i have a java exception :
    security: La v�rification du certificat � l'aide des certificats AC racine a �chou�
    security: Aucune information d'horodatage disponible
    java.lang.NullPointerException
         at com.sun.deploy.ui.UIFactory.showSecurityDialog(Unknown Source)
         at com.sun.deploy.security.TrustDeciderDialog.showDialog(Unknown Source)
         at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
         at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
         at sun.plugin.security.PluginClassLoader.getPermissions(Unknown Source)
         at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    security: L'utilisateur a refus� les droits d'acc�s au code
    basic: Taille de cache du chargeur de classes courant : 1
    basic: Termin�...
    basic: Jonction du thread d'applet...
    basic: Destruction de l'applet...
    basic: Elimination de l'applet...
    basic: Sortie de l'applet...
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.C:\Program Files\BICImpression\impression_api.dll)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.load0(Unknown Source)
         at java.lang.System.load(Unknown Source)
         at applets.impression.Impression.<clinit>(Impression.java:38)
         ... 11 moreand then the certicat authentification windows appears but it's too late, the applet won't never execute ...
    the apache/jboss server is accessed via some gateway, firewal, ... tha t i can't control
    the apache jboss/server on my own PC is accessed directly :
    What is amazing, is that work fine with my own professionnal PC on W2000 SP4, with JRE1.5.0.14 and Firefox 2.0.0.11 :
    when I look in the java console, the java freeze until i have answered this java security window (certicat authentification windows). And when i answered "run" no problem the applet makes her own job.
    here is the code when it works :
    security: La v�rification du certificat � l'aide des certificats AC racine a �chou�
    security: Aucune information d'horodatage disponible
    basic: Plugin modality.pushed
    basic: Modalit� empil�e
    basic: push javax.swing.JDialog[dialog0,379,296,519x323,layout=java.awt.BorderLayout,modal,title=Avertissement - S�curit�,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,3,22,513x298,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    basic: Chargement arr�t�...
    basic: Arr�t de l'applet...Conclusion
    POS : Win XP SP2, JRE1.5.0.14 (i tried 1.5.0.6 and 1.6.3 the latest), Firefox 2.0.0.11 (I tried 2.0.0.0 and 3 beta2 don't work anyway)
    my own server/client : W2000 SP4, JRE1.5.0.14, Firefox 2.0.0.11
    Linux server : RHEL4
    It works with IE on the POS with the linux sever but it's not the selected browser.
    It works with IE on the POS with my own server.
    It works with Firefox on the POS with my own server.
    It works with IE on my own server with the linux sever but it's not the selected browser.
    It works with IE on my own server with my own server.
    It works with Firefox on my own server with the linux sever.
    It works with Firefox on my own server with my own server.
    If you have some idea to make it work i'm you're buyer !!
    Thank a lot for reading this, and i apologize for my poor english ...
    greetings,
    Benoit
    Edited by: bendur on Feb 29, 2008 3:49 AM

    Ok I have found my problem :
    On every web pages, we have defined some inactivity timeouts.
    On my own server I have disabled these timeouts but not on the distant timeout.
    And it seems that the timeout (defined in javascript ont he web pages : 3s) has a very bad influence on the launching of my applet ... only with firefox (with IE and Opera no problem)
    My problem is anwsered but the problem keep alive for firefox ...

  • Links don't work

    Hi, i have a problem.
    I have modified a page made with dreamweaver4 with my new
    dreamweaver CS, and any links don't work in Internet Explorer! Only
    the e-mail button works correctly.
    The old pages continue to work correctly.
    Help me please!
    Thanks in advance
    I send a part of the code:
    &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01
    Transitional//EN&quot; &quot;
    http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
    &lt;!-- saved from url=(0014)about:internet --&gt;
    &lt;html&gt;
    &lt;head&gt;
    &lt;title&gt;frame_up.jpg&lt;/title&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot;
    content=&quot;text/html;&quot;&gt;
    &lt;!--Fireworks CS3 Dreamweaver CS3 target. Created Tue
    Feb 05 17:53:13 GMT+0100 (ora solare Europa occidentale)
    2008--&gt;
    &lt;script
    language=&quot;JavaScript&quot;&gt;
    &lt;!--
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf(&quot;?&quot;))&gt;0&amp;&amp;parent.frames.length)
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&amp;&amp;d.all) x=d.all[n]; for
    (i=0;!x&amp;&amp;i&lt;d.forms.length;i++) x=d.forms
    [n];
    for(i=0;!x&amp;&amp;d.layers&amp;&amp;i&lt;d.layers.length;i++)
    x=MM_findObj(n,d.layers.document);
    if(!x &amp;&amp; d.getElementById)
    x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i&lt;(a.length-2);i+=3)
    if ((x=MM_findObj(a
    ))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src;
    x.src=a[i+2];}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&amp;&amp;i&lt;a.length&amp;&amp;(x=a)&amp;&amp;x.oSrc;i++)
    x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i&lt;a.length; i++)
    if (a
    .indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a;}}
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c5&quot;
    src=&quot;files/frame_up_r4_c5.jpg&quot;
    width=&quot;59&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;azienda.htm&quot;
    target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c6','','files/frame_up_r4_c6_f2.jpg',1);&quot ;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c6&quot;
    src=&quot;files/frame_up_r4_c6.jpg&quot;
    width=&quot;62&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c7&quot;
    src=&quot;files/frame_up_r4_c7.jpg&quot;
    width=&quot;25&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;menu.htm&quot; target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c8','','files/frame_up_r4_c8_f2.jpg',1);&quot ;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c8&quot;
    src=&quot;files/frame_up_r4_c8.jpg&quot;
    width=&quot;68&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c9&quot;
    src=&quot;files/frame_up_r4_c9.jpg&quot;
    width=&quot;26&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;news.htm&quot; target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c10','','files/frame_up_r4_c10_f2.jpg',1);&qu ot;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c10&quot;
    src=&quot;files/frame_up_r4_c10.jpg&quot;
    width=&quot;39&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c11&quot;
    src=&quot;files/frame_up_r4_c11.jpg&quot;
    width=&quot;27&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;scheda.htm&quot;
    target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c12','','files/frame_up_r4_c12_f2.jpg',1);&qu ot;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c12&quot;
    src=&quot;files/frame_up_r4_c12.jpg&quot;
    width=&quot;149&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c13&quot;
    src=&quot;files/frame_up_r4_c13.jpg&quot;
    width=&quot;25&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;contatti.htm&quot;
    target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c14','','files/frame_up_r4_c14_f2.jpg',1);&qu ot;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c14&quot;
    src=&quot;files/frame_up_r4_c14.jpg&quot;
    width=&quot;65&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;
    colspan=&quot;3&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c15&quot;
    src=&quot;files/frame_up_r4_c15.jpg&quot;
    width=&quot;247&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img
    src=&quot;files/spacer.gif&quot;
    width=&quot;1&quot; height=&quot;5&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td&gt;&lt;img
    name=&quot;frame_up_r5_c2&quot;
    src=&quot;files/frame_up_r5_c2.jpg&quot;
    width=&quot;20&quot; height=&quot;3&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img
    src=&quot;files/spacer.gif&quot;
    width=&quot;1&quot; height=&quot;3&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td rowspan=&quot;2&quot;&gt;&lt;a
    href=&quot;uk/home_uk.htm&quot;
    target=&quot;_top&quot;&gt;&lt;img
    name=&quot;frame_up_r6_c2&quot;
    src=&quot;files/frame_up_r6_c2.jpg&quot;
    width=&quot;20&quot; height=&quot;10&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img
    src=&quot;files/spacer.gif&quot;
    width=&quot;1&quot; height=&quot;4&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    (................................................................)

    I'm having the same issue with non-working iWeb Page links. This was the first site I built on my iWeb, and posted on my .mac account. Everything works on iweb, but once I "publish all to .mac", the links become inactive. I've reset and tried everything but can't figure out what the problem is. Check it out.
    http://web.mac.com/nicholassegura/iWeb/NicholasSegura/Welcome.html
    user name: friend
    pw: creative

  • Adobe Acrobat 9.405 crashes whenever I use javascript debugger.

    I can open the console, and I can write javascript and i can run it.  I can't set breakpoints or step through any of my script though.  I can run javascript in the console.  Anytime i try to use the debugger buttons or step through the javascript, acrobat stops working and a windows dialog box pops up indicating that "the program stopped working correctly" and that it will have to close it.  I've reinstalled Acrobat and I've updated it and installed windows updates.  I'm still getting the same issues.  Anyone seen this before?  Here's all my specs:
    Windows 7
    Acrobat JavaScript Debugger Functions Version 9.0
    Acrobat EScript Built-in Functions Version 9.0
    Acrobat Annotations / Collaboration Built-in Functions Version 9.0
    Acrobat Annotations / Collaboration Built-in Wizard Functions Version 9.0
    Acrobat SOAP 9.0
    app.viewerVersion
    9.405
    app.viewerType
    Exchange-Pro

    I love what Adobe is doing for PDF, but I have paid a grand for a program which doesn't yet fully work on my machine.  I would really like to see an explanation as to why it isn't fully compatible with my computer  I am personally advocating PDF as an integrated solve-all resource to construction-related issues, because I realize it can be.  But it isn't yet.  If I can find a solution to my console/debugger problem, then I'm convinced that design/construction entities will benefit.  That means more money for Adobe. 

  • Using the JavaScript Debugger with Adobe Reader X (10.1.0) ?

    Hello all,
    Quite new to JavaScript in Acrobat I am trying to write a 4 page Form with CenoPDF and check/debug it with Adobe Reader X (10.1.0) on a Windows 7 (32bit, usually no Admin rights) PC. I realise Acrobat Professional would be a more appropriate tool, but for the moment I hope to get away with Reader.
    Following this instruction I managed to get the Javascript Debugger running with Reader X, but there is a serious issue:
    The Debugger window often crashes - and with it the whole Reader - after clicking around on a few controls (triangles in the Scripts window or others). First the font changes, then letters disappear, controls disappear and soon after the whole user interface freezes (see the two screenshots below).
    Questions:
    Do others also have problems with crashing Debuggers?
    Is there a known solution or work around to this problem?
    Many thanks for your help or some info, BobDuke

    I am having the same problem.  Win 7 or Win XP doesn't matter the problems seems to be with Adobe 10.1.0.  Works ok with Word, but not adobe reader.  Doesn't un-collate if the box is checked.  Tried to unchecked then recheck.  Use to work but now it doesn't.

Maybe you are looking for

  • Hi, I am getting the following error while booting up cisco asa firewall .

    Hi, I'm getting the following error form console when booting up Cisco ASA firewall... How do we determine the issue if its hardware or software related? ERROR: Type:2; Severity:80; Class:1; Subclass:3; Operation: 3

  • G580 can't backup right out of the box. Not enough space

    I recently aquired a G580 with the i5 processer, 500gb hard drive and  Win8. I see the lenovo center is telling me to do a backup and since I just set it all up the way I wanted I figured it's a good idea anyway. I follow the instructions and it auto

  • ICloud will immediately delete the emails once a sync has occurred

    As the tiltle shows, since yesterday, all emails goes to iCloud will immediately delete the emails once a sync has occurred. Sent emails will be kept into place, but I keep losing incoming Emails. Please help. Regards, Anning

  • Channel Definition Error in Flex Remoting

    Hi, Any help would be Appreciated. I am using Flex 2.0 and webborb 3.3 for flex remoting. I have created a flex project in Flex Data services method. After creating the project it is throwing an error "Channel defintion, weborb.messaging.weborbMessag

  • Live Video Feeds

    I know this is probably the wrong topic area, but I thought all you guys would be video experts anyway. I would like to be able to feed a Mini-DV cam into my PBook via Firewire, and then overlay graphics real-time, and being able to export this real