JSObject problem in Opera 8.5

Hello,
I am working on an applet that needs to reah a form outside the applet. I use the JSObject class to acces it.
Everything works fine in IE, Mozilla and Netscape, but on Opera, i get a NullPointerException when he tries to execute
JSObject browserWindow = JSObject.getWindow(this);
JSObject mainForm = (JSObject) browserWindow.eval("document.forms[0]");
It seems that JSObject.getWindow(this) returns a NULL value.
Are there any compatibility problems with opera? Or what can I do to solve it? Thanks

It might be related to this:
http://www.securitytracker.com/alerts/2004/Nov/1012279.html
Frankly, I have no idea, but I could imagine that they have reduced the number of security permissions because of this.

Similar Messages

  • IPad2 problem with operating speed.

    Hi!
    Like in subject. After updating to iOS 8.1.1 my iPad2 work very slow. I restore system but problem with operating speed still there.
    Regards
    Jacek

    Sorted by apple support. Thanks. If anyone is looking at this you set the mail account up using the Microsoft exchange option then type m.hotmail.com into the server.
    Bye

  • Filter problem with operating system in french

    Hello,
    There is a problem with the "Operating System - Windows" filter in the french version of ZCC.
    If you create a bundle and go into "Requirements" and add a filter with Operating system and you set it to "Version 6.1 - Windows 7 / Windows Server 2008 R2" you get this error
    "Vos modifications ne peuvent pas tre appliques pour les raisons suivantes :
    ErreurLa version doit tre sous la forme "x" "x.x.x.x". "
    "You changes cannot be applied for the following reason : formatting must be x to x.x.x.x"
    The format should be "6.1 - Windows 7 /Windows Server 2008 R2 Versions".
    The filter does work as intended with the english versions of ZCC. I have no problem with that but some of our admin does.
    PS : I am currently unable to open an SR because our licence has not been renewed yet. So i am reporting this here.
    Thank you!

    Originally Posted by GuillaumeBDEB
    Hi poplante, this bug is haunting Novell since version 11.0! Believe me on that. I'm the one who reported it. Here's the workaround.
    1.Go to Server machine.
    On Windows:
    Go to
    %ZENWORKS_HOME%\resources\properties\com\novell\ze nworks\core\web\internal\resources\CoreInternal_fr .proeprties
    On Linux:
    Go to
    /opt/novell/zenworks/resources/properties\com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.proeprties
    2.change the property value of windows.versions.6.1 from "Versions 6.1 Windows 7 / Windows Server 2008 R2" to "6.1 Versions Windows 7 / Windows Server 2008R2"
    3.Then Restart the server. The issue will be gone.
    By the way you will see this bug reappear with every new update of ZENworks including new service packs and monthly updates. So keep this workaround at hand just in case.
    Hope it helps!
    GuillaumeBDEB
    In 11.3 the value seems to be:
    windows.versions.6.1=Versions 6.1 - Windows 7 / Windows Server 2008 R2
    But should probably be set to:
    windows.versions.6.1=6.1 - Versions Windows 7 / Windows Server 2008 R2
    And the correct Linux path would be: /opt/novell/zenworks/resources/properties/com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.properties.
    This bug would probably take them a minute or two to fix, sad to hear that it's been there since 11.
    Thomas

  • Problem with operations on photoshop layers

    I have a problem when I try to do some operations on the layouts like resize and rotate.
    To reproduce the problem follow these steps.
    Create a new creative suit extension project, select adobe Photoshop extended as csaw libraries.
    In the testPhotoshop.run function put this code:
    var app:Application = Photoshop.app;           
    var doc:Document = app.activeDocument;
    doc.resizeImage(200, 150);
    var l:ArtLayer = doc.artLayers.add();
    l.isBackgroundLayer = true;
    doc.artLayers.index(0).resize(50, 50);
    doc.artLayers.index(1).translate(10, 10);
    doc.artLayers.index(2).translate(10, 10);
    Start debugging, open an image with 3 layers and click 'Run PS code'.
    On mac all works fine.
    On windows an error is thrown on the resize operation and Photoshop go back one step in history.
    (the error text I got is in Italian, my translation follow, but may be inaccurate)
    Error:  Si è verificato un errore generale di Photoshop. La funzionalità richiesta potrebbe non essere disponibile in questa versione di Photoshop.
    - Impossibile trasformare perché il rettangolo di selezione iniziale è vuoto.
        at flash.external::HostObject/__call()
        at com.adobe.csawlib::CSHostObject/hostCall()
        at com.adobe.photoshop::Layer/resize()
        at testPhotoshop$/run()[F:\test\src\testPhotoshop.as:15]
        at test/___test_Button1_click()[F:\test\src\test.mxml:12]
    (translation)
    Error: General Photoshop error occurred. Required functionality could not be available in this Photoshop version.
    - Could not transform because the initial bounding rectangle is empty.
    If I put a breakpoint on the first line of code, and when hit I press resume (F8), the code work even on windows.
    What I have done wrong?

    Not sure why you used float but here is how you get the current time in milliseconds as a long.
    long time1 = System.currentTimeMillis();

  • Problem with OPERATION TEXT(LTXA1) uploading using BDC For C202 Transaction

    Hi Experts,
    Im presently doing a BDC for the trransaction C202 (Change Master Recipe),my task was to upload the 'OPERATION TEXT' field PLPOD-LTXA1 which is actually Long text to an existing master recipe from a flat file during updation of the 'OPERATION TEXT the number of lines i was able to were 34 which we number lines on the displayed page and while updating the 35th line using the concept of bdc table control it is failing to insert the update text.
    I used all the ok codes but failed to update more than 34 lines.So,can someone tell me how to update the longtext beyound it.
    This is the Screenshot of my problem:
    [BDC_C202_error|http://www.freeimagehosting.net/uploads/79af6bac49.jpg]
    Thanx in advance.

    Hi,
    There is a better way of doing the long text upload in SAP. In your BDC, if I change the text editor, the BDC will not work.
    Hence ,
    Use function module " Save_Text" to update long texts in SAP.
    Please check its FM documentation or perform a search for this FM in SDN for more clarity.
    Write back in case you face further issues.
    Regards,
    Rijuraj
    Edited by: Rijuraj Raju on Sep 10, 2010 3:05 PM

  • Calling javascript from swf (which is source file of frame) - problems with OPERA

    hey,
    right now i have the swf-file as the source file for a frame,
    because i want the swf-width depend on the browser-size.
    it looks kinda like this:
    <frameset cols="10,*,10">
    <frame src="border.htm" name="leftFrame">
    <frame src="file.swf" name="mainFrame">
    <frame src="border.htm" name="rightFrame">
    </frameset>
    from the swf i call a javascript-code that is located in the
    'border.htm'
    file.
    the javascript simply opens a popup window.
    function open_popup() {
    MM_openBrWindow('popup.htm','pop','toolbar=no,location=no,status=no,menubar=no,scrollbars =no,resizable=no,width=400,height=500');}everything
    works fine ine firefox, ie, netscape (at least in another tab),but
    when it comes to the opera browser (and apparently also safari)i
    don't get any reaction at all ...i told opera to allow
    popup-windows, so that shouldnt be the reason.now i am thinking
    maybe some browsers have a problem with callingjavascripts from
    within swfs that are not located in that specifichtml-file?maybe
    some of you encountered the same problem ...would be grateful for
    any advices ...thanx,eva

    hey,
    right now i have the swf-file as the source file for a frame,
    because i want the swf-width depend on the browser-size.
    it looks kinda like this:
    <frameset cols="10,*,10">
    <frame src="border.htm" name="leftFrame">
    <frame src="file.swf" name="mainFrame">
    <frame src="border.htm" name="rightFrame">
    </frameset>
    from the swf i call a javascript-code that is located in the
    'border.htm'
    file.
    the javascript simply opens a popup window.
    function open_popup() {
    MM_openBrWindow('popup.htm','pop','toolbar=no,location=no,status=no,menubar=no,scrollbars =no,resizable=no,width=400,height=500');}everything
    works fine ine firefox, ie, netscape (at least in another tab),but
    when it comes to the opera browser (and apparently also safari)i
    don't get any reaction at all ...i told opera to allow
    popup-windows, so that shouldnt be the reason.now i am thinking
    maybe some browsers have a problem with callingjavascripts from
    within swfs that are not located in that specifichtml-file?maybe
    some of you encountered the same problem ...would be grateful for
    any advices ...thanx,eva

  • Dreamweaver - Install problem for Operating System Requirements

    I am trying to install the trial version of Adobe Dreamweaver on my PC. When I click install I get a message saying 'You are running an operating system that Dreamweaver no longer supports'. The operating system on my PC is Windows XP with Service Pack 3. I wondering if there is anyway around this problem.
    Thank you for any advice available.
    Carol Liston

    try dw cs6, http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • Problems getting Operations on Device Mobile

    Hi!
    Can anyone help me with the following problem ???
    We do not get any operation on Orders and notifications on a Device Mobile.
    Thanks you
    ========================================
    Have you done the configuration for the operations in SPRO? In the moment the order gets to the device, the operation should come down as well - at least this is the case in my backend system here. Well, but there is a configuration necessary to send this data at all: Go to SPRO and digg down to MAM setup.
    Open the Point "Determine Order Processing". Select the Order Profile you use on the right side and then select on the left page:
    OrderTypeProfile -> OrderTypeDetail
    The screen opens and gives you some ticks. Check if the tick for "Add Op(eration)" is set. I guess this is not the case in your setup.
    Hope this helps! If not - well, then I need to check further from here. But this was all I did in that system to get operations down to the device - at least that was all I remember.
    Regards,
    Oliver
    ========================================
    Hi Oliver!
    We did follow your recommendation but we still can not see any information on the PDA.
    Best Regards,
    =====================================
    Hi Xiamora,
    well - this is strange!
    If you run  the getdetail hander for MAM001, what does it tell you?
    Regards,
    Oliver
    =======================================
    Hi! Oliver
    I did run SE37 --> MAM25_001_GETDETAIL.
    I did type  USER working on the PDA
    I did type  order on the PDA and I can see the all operations of this order witf the GETDETAIL fucntion.
    What should I check in addition ?
    Thank you very much
    Xiomara

    Hi Xiamora,
    well, the problem is the following: data is missing..... Well, you ask me now what this answer is for, cause you already know that you have no operations, but the problem is not the operation as such:
    Operation is send down in MAM001Item070 if I am correct. From there we have a link to MAM030, MAM031 and MAM010. So if your Operation does not show up, please check first if the related Notification is on the device. Furthermore please check if the Functional Location and Equipment is on the device as well. I expect that one or more of this is missing. For an initial test I would create an order with operations that do not link any deeper. If these coe down immediately we know that we are on the correct treack - if these will not come down - please check
    MEREP_RDB_S01_GET
    Scenario is the name of the Order SyncBO (001) and the Mobile ID is the one of your device. Check the dataset if it is complete.
    Hope this helps to get you any frther!
    Regards,
    Oliver

  • Query Problem - Exclude operation is not supported for this characteristic

    Hello all
    I have a little issue with a report problem i have been given and wondered if anyone had any knowledge of this.
    We have a report witn two heriarchy variables for profit centre. One is a authorisation variable and the other a custmer exit.
    When we are in the report and try and drag out some profit centres or exclude some)  it will not allow it and we get the following message: -
    'Exclude operation is not supported for this characteristic'
    Does anyone know why this is happening. I
    Any ideas?

    Hi Andrew,
    if you have a chance confirm this with SAP Support, but I think excluding hierarchy nodes is not supported. The reason for this is the fact that it is not quite clear what should happen to the hierarchy structure when nodes are excluded. For example, what should happen to the value of the parent? Should it still contain the value of the excluded node under it?! or not?! One might want it one way, others might find the other more convenient.
    Hope this helps.
    Regards,
    Maxim

  • Problem creating operation assignment in ESR Model

    I am trying to follow the step-by-step instruction from Franklin Herbas's blog - https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8018. [original link is broken] [original link is broken] [original link is broken]  It worked fine initially but I ran into problem when double-clicked on the small round icon on left-bottom side of the operation in the model, a window did pop up confirming creating object for the operation.  But when I clicked on Create, nothing happened.  No operation is created in the service interface.  I have checked and there is no error in the Java log.
    Any idea what I may have done wrong?  I am running on ESR 7.1 SP4 on CE 7.1 SP4.
    Regards,
    Jiannan

    Hello Jiannan
    Regarding the first problem that you faced - Once you have done create assignment, use the open assignment option and see if that creates the operation. That should work.
    Secondly, for stateless being grayed out, please open the Software component version properties (by double clicking on the Software Component version) and there you have an option of choosing the "Use of Interface Objects" - Please choose SAP NetWeaver 7.1. If you choose SAP NetWeaver 7.0, it means all your content in the Software Component Version should be 7.0 compatible.
    In other words, your service interfaces should have only one operation and patterns such as (Stateless, Stateful) are not enabled.
    Hope that clarifies your doubts.
    regards
    Rathish

  • Get "Waiting for 127.0.0.1..." with some sites. No problem with Opera.

    Firefox 3.6.13.
    Tried loading www.cortondenham.com and get "Waiting for 127.0.0.1..." and hangs. Same with "talkingvillages.com". Both load OK with Opera. Tried commenting out "127.0.0.1 localhost" from Hosts file, same issue. Tried safe mode, same issue.

    Hi,
    I am trying to run JSPs on OAS 4.0.8.1.
    I have installed JSP patch, downloaded form olab.com
    I am not able to execute JSPs. I am getting 2 different problems.
    1. If I call the JSP directly from browser, Netscape will ask for save option, it won't execute.
    2. If I call the JSP from another page with submit button, I am getting the following error :
    The requested access method is not allowed for that object.
    Same error for any JSP.
    The same problem for all the samples available with JSP patch.
    Hi chrholm,
    I already tested for 1 month, so
    could you please help me to configure OAS 4.0.8.1 for JSPs.
    Could you please send me mail : [email protected]
    Any help appreciated.
    Thanks,
    Naidu
    null

  • Nokia 208 problems with Opera Mini

    I have a Nokia 208 (Single SIM) and I can not install Opera Mini on him. The application is downloaded but not installed. When I want to install the application, it shows me: "Installing ..." and remains locked so. And after some time it says: "Unable to connect to the internet. Please chech your settings". I tried several versions of Opera Mini and same problem. I downloaded from Nokia Store and m.opera.com site, etc., and the same problem. Other applications on the phone I saw that it works. And I can surf the internet, the problem is only with Opera Mini. Internet provider is Vodafone Romania. So how can I solve this problem? Or Nokia 208 (Single SIM) is not compatible with Opera Mini? Thanks!

    We have several reports of this issue. In one case, it was solved by creating the configuration settings manually which made sure both the Access Point and the Web account are configured correctly. Your description only tells us, the Web configuration is OK.
    To solve this issue finally, I would like to go this path again first:
    Nokia » Menu » Settings » Configuration » Personal » New » Access Point » Access Point settings » Bearer settings » Mobile data access point (APN) » internet.vodafone.ro
    Nokia » Menu » Settings » Configuration » Activate » Access Point » My access point
    Did that help?

  • Problems in Operator Interface for LabVIEW

    Hi Ray,
    I am using LabVIEW 7.0 and TestStand 2.0 version. I am using the default operator interface for labVIEW provided in the TestStand and i am using custom step types in my sequence file.
    This sequence calls a VI, which transmits strings that i specify from the serial port to the NI-7831 RIO Fpga Card for differnt baud rates. The same sequence is working fine when called from Sequence Editor but it is not working when it is called from Operator Interface for LAbVIEW. It justs either fails the test or skips them. Please tell me if there is any solution for it. I have attached the sequence file and the vi that i am calling from my sequence file.

    Hi,
    You forgot to attach your sequencefile and VI, but never mind.
    I think the problem maybe that because you are using the default Operator Interface.
    If it still the one in the NI folder, then you will have to re build the testexec.exe application using your LabVIEW 7.0 Application Builder. The default exe file has been built using LabVIEW 5.1.1
    Before you start, copy the LV folder from OperatorInterfaces\NI\ to OperatorInterfaces\User.
    Load the testexec.bld file in your Application Builder and rebuild testexec.exe.
    Launch your new testexec.exe from the User\lV folder and retry your test sequencefile.
    Hopefully that should cure your problem.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Problems with Opera 11.64 after forum downtime

    Hi, Does anyone else have problem with the forum and Opera right now? Take a look at the pictures I have attached. It's fine in Internet Explorer. I don't think Opera had any updates lately and the forum was fine yesterday. When I create a new thread it seems that many things are missing, like adding pictures, icons etc. (look at picture 2). I'm not able to add more attachments either, so I have to make a new post with the next picture.
    I had to edit the post in order to add more pictures. It also looks like all the line feeds are removed when I post the first time. After edit I can add line feeds.
    Where have the colors gone? 
    Regards,
    Even
    Certified LabVIEW Associate Developer
    Automated Test Developer
    Topro AS
    Norway
    Attachments:
    1.PNG ‏60 KB
    2.PNG ‏63 KB

    https://bbs.archlinux.org/viewtopic.php?id=128752

  • Unicode problem: Converting operations on type X operands

    I've got a problem converting a function module to unicode functionality: the original coding performs MOVE and SHIFT operations on operands of type X. The extended syntax check after unicode flag is set fails as X or XSTRING are not considered character-like anymore, of course, as these operations wouldn't delivery a stable result due to the variable lengths in UTF-8. Simply using type C, String or any other character-like operand type instead wouldn't help either, of course, because all  bytestream information would be lost. Does anyone have recommandation on how I can solve this issue?
    Thanks in advance!
    Andy
    Here's an example for the original coding (importhash = import parameter):
    DATA: OP1(10) TYPE X,
    SLEN TYPE I.
    DATA: OP2(12) TYPE X,
    DATA: T_OP2 TYPE SOMEINTEGER WITH HEADER LINE,
    T_OP1 TYPE SOMEINTEGER WITH HEADER LINE,
    OP1 = SOMECHARACTER.
    SLEN = STRLEN( OP1 ) / 2.
    MOVE SLEN TO THE_OP1.
    APPEND THE_OP1.
    DO SLEN TIMES.
    MOVE OP1+0(1) TO T_OP1.
    APPEND T_OP1.
    SHIFT OP1.
    ENDDO.
    MOVE IMPORTHASH+0(2) TO SLEN.
    MOVE SLEN TO T_OP2.
    APPEND T_OP2.
    OP2 = IMPORTHASH.
    SHIFT OP2.
    DO SLEN TIMES.
    MOVE OP2+0(1) TO T_OP2.
    APPEND T_OP2.
    SHIFT OP2.
    ENDDO.

    Hi,
    Especially for Unicodes, it is recommended to separate the Data declarations into a separate Type pool.
    DATA: OP1(10) TYPE X,
    SLEN TYPE I.
    DATA: OP2(12) TYPE X,
    Mark the type pool as unicode active. Then, use this type pool in your program.
    The class variables in CL_ABAP_CHAR_UTILITIES may also help you.
    Cheers,
    Bhanu

Maybe you are looking for

  • Return Vendor setup in Vendor Master

    Hi All User creating a new vendor in company code 1000.  when he check the "Return Vendor" system should create a custmoer as background process. But system issuing an error message that user not authorized to company code 2000. Why system is checkin

  • Set adobe as default reader

    Is it possible to set Adobe as the default pdf reader in a Mac (OSX Lion)?  I hate 'preview' Thanks for your help. Kika Abby

  • XI Interoperability with C-based Custom Applications

    How can XI interoperate/connect to C-based custom applications?  What connectivity option (i.e. adapters) can be used for both inbound and outbound processing?  Please provide the best approach using the existing technology adapters, existing 3rd-par

  • My VSB program won't run in XP. No clue why (no crash, no error.)

    I've written other programs that run under XP/7/8 just fine. But this latest project, when I run it under XP (from a VM), nothing happens. No error. No crash. It just never runs! I tried setting the .Net Framework to 3.5 as always (though it really d

  • Please explain why battery charging via "trickling" is good for battery?

    Just curious as to the science behind why trickle charging the last 20% is beneficial to the battery. No complaint whatsoever, just curious how this works. THanks