Incompatibility issue (IE and Mozilla)

Hi gusy I have written the java script that works fine for IE but not for Mozilla
Can someone suggest the one that works for both.
thanks in advance
<script>
document.onkeydown=function(){
if(event.keyCode==13){
var url = "../../ControllerServlet?type=user&supp=search&oper=searchnshow";
document.frmSearchUser.action =url;
document.frmSearchUser.submit();
</script>

Is today the "Mix up JavaScript with Java" day?Isn't everyday? Is that mostly just what the JSP forum is for?
���v�

Similar Messages

  • Incompatibility issue - WLC 5508 and ACS 5.4

    Hi,
    This is my scenario:
    Cisco WLC 5508 firmware 7.4.110.20 and ACS 5.4, two WLAN eap/tls, many client  can't connect to WLAN and on ACS i receive the following error:
    Authentication failed : 11051 RADIUS packet contains invalid state attribute
    workaround:
    1 -Check the network device or AAA Client for hardware problems.
    2-known RADIUS compatibility issues.
    3-Check the network that connects the device to ACS for hardware problems
    there are some incompatibility issue between WLC and ACS ? the compatibility matrix document for wireless imposes the 7.5 firmware for WLC.
    What do you think is possibile ?

    Are there any other errors shown in the details of the failed authentication?
    We may need to look at service logs in debug mode, opening a TAC case would be the best way to go about this.
    Javier Henderson
    Cisco Systems

  • Error with pdf,  adobe acrobat reader 8 and Mozilla Firefox 2

    Hello.
    I create view PDF file with following code
    String filename = "er.pdf"
    File file = new File("C:/" + filename);
    FileInputStream fis = new FileInputStream(file);
    int length = (int)file.length();
    httpServletResponse.setContentType("application/pdf");
    httpServletResponse.setContentLength(length);
    ServletOutputStream fos = httpServletResponse.getOutputStream();
    byte buffer[] = new byte[4096];
    int count = fis.read(buffer,0,buffer.length);
    while (count > 0) {
    fos.write(buffer,0,count);
    count = fis.read(buffer,0,buffer.length);
    } // end while
    // Cleanup
    fis.close();
    // session.removeAttribute(key);
    // file.delete(); // If temporary file
    } catch (Exception ex) {
    System.out.println("error");
    This call Error when I used browser Mozilla 2 and plugin adobe acrobat reader 8, but all work good, when I used adobe acrobat reader 7 and Mozilla 2.
    I need help.
    Have someone this problem?

    Hi,
    did you search the Mozilla forum for this issue? I don't think that the JDeveloper 11 forum is the right place to post this problem if it is an Adobe/Mozilla issue
    Frank

  • RTE not working in chrome and mozilla

    Hi
        I have an urgent issue.. My RTE is not working in chrome and mozilla.. It is showing up in my dialog; but when i enter data and submit it is not storing in CRX. Also non of the plugins is active
    Any help weill be appreciable
    Thanks
    Veena

    Hi Sham
         After lot of debug i found out the following issues
    In RTE if we put styles plugin only this issue is happening
    The issue happens because the RTE is getting disabled because of the following in RichText.js
    if (CQ.Ext.isIE) {
                var editorSheet = this.doc.createStyleSheet();
                for (cssIndex = 0; cssIndex < cssCnt; cssIndex++) {
                    styleToAdd = cssToAdd[cssIndex];
                    for (sheetIndex = 0; sheetIndex < styleSheetCnt; sheetIndex++) {
                        styleToCheck = styleSheets[sheetIndex];
                        rules = styleToCheck.rules;
                        ruleCnt = rules.length;
                        ruleToCopy = null;
                        for (ruleIndex = 0; ruleIndex < ruleCnt; ruleIndex++) {
                            ruleToProcess = rules[ruleIndex];
                            ruleText = ruleToProcess.selectorText;
                            if (ruleText == "." + styleToAdd) {
                                editorSheet.addRule(
                                        "." + ruleText, ruleToProcess.style.cssText);
                                break;
            } else {
                var styleDef = this.doc.createElement("style");
                styleDef.type = 'text/css';
                var cssText = "";
                for (cssIndex = 0; cssIndex < cssCnt; cssIndex++) {
                    styleToAdd = cssToAdd[cssIndex];
                    for (sheetIndex = 0; sheetIndex < styleSheetCnt; sheetIndex++) {
                        styleToCheck = styleSheets[sheetIndex];
                        rules = styleToCheck.cssRules;
                       ruleCnt = rules.length;
                        ruleToCopy = null;
                        for (ruleIndex = 0; ruleIndex < ruleCnt; ruleIndex++) {
                            ruleToProcess = rules[ruleIndex];
                            if (ruleToProcess.type) {
                                if (ruleToProcess.type == CSSRule.STYLE_RULE) {
                                    ruleText = ruleToProcess.selectorText;
                                    if (ruleText == ("." + styleToAdd)) {
                                        ruleToCopy = ruleToProcess;
                                        break;
                        if (ruleToCopy) {
                            cssText += ruleToCopy.cssText;
                            break;
                styleDef.appendChild(this.doc.createTextNode(cssText));
                headEl.appendChild(styleDef);
    The above lines are from 650-701 in RichText.js of CQ5.4 . They have handled the code for IE seperately from lines 650-670
    The error is happening in line number 679 ; Where the ruleCnt is returning null for some sheetIndex and so the code is breaking and the RTE is disabled.
    If i add the following line of code
    if(ruleCnt == null){
    continue;
    just after line 679 . This issue seems fixed. But i think it is not the proper way to fix it and it is only a temporary fix. I dont know if it is a CQ issue.
    Does any one have any solution for this.
    To replicate the scenario
    Create a rtePlugin in ur richtext widget
    add a styles dropdown with styles in it
    run this in chrome or any other browser except IE
    If you have a proper solution please let me know
    Thanks
    Veena

  • Version incompatibility issue with Interop.SAPbobsCOM.dll in SBO 2004

    Hi,
    I have encountered an incompatibility issue in DI API 2004 across different patch level-versions. Originally, I developed an application in SBO 2004 pl4 environment. Now, some of the customers who were installing the application, notified me that the application has a login problem. It turned out that the CompanyClass.connect() method returns an error message "object reference not set to an instance of an object", when the DI API version installed in the production environment is higher (in this case, pl7) than the DI API version which was used in the development environment.
    I figured out that the problem can be fixed by replacing the Interop.SAPbobsCOM.dll file in the application directory by a newer version that reflects the DI API that is installed in the system. However, it seems a rather lousy workaround, if the customer needs to manually replace the dll. Maybe the installer could be customized to "sniff" the correct DI API level, but this too would be a pretty kludgy solution.
    Does anyone know a better solution to this problem ?
    Regards,
    Henry

    normally this is not a problem as long as they don't change the signatures on the DI-API (which they said they wouldn't) but it appears in P5 they changed that signature... we noticed some enums that got added and a few minor changes.

  • Incompatibility issues with the new flash pplayer

    Ever since I installed the new version of flash 11.5 I have had major issues with watching video etc. I am also into astronomy. Myself and many others have paid a lot of money to use Sloohs robotic telescopes in their canary islands observatory.
    I now cannot enjoy this because the flash player has compatibility issues with your browser. Me and quite a lot of others are getting rather annyoed this opportunity is being ruined because adobe have released a version of flash without checking it's compatibility with all browsers first.
    May I suggest that you contact them and ask that you are notified about new versions and release dates to ensure that you can make necessary amendments to prevent incompatibility issues.
    That way lots of angry people like me will not be complaning.

    At work, symantec endpoint. At home, norton. Ever since firefox 15, no flash version works except for 11.2. Now that ff18 was pushed out, it "forces" the upgrade to 11.5, and absolutely will not accept anything less. But as with any version of flash that was not 11.2, it just causes firefox to freeze up completely.

  • Af:popup is not opening in IE8 and Mozilla

    Hi Team,
    we are opening a popup to show table but it is not working IE8 and Mozilla, when we click on the link, IE is hanging and we are unable to proceed. Please check below code and help me where i am doing wrong.
    <af:popup contentDelivery="lazyUncached" id="p7"
    binding="#{pageFlowScope.ReviewApproversBean.roleGroupPopup}">
    <af:panelWindow title="#{pageFlowScope.groupRoleName}" inlineStyle="width:300.0px;"
    closeIconVisible="true" id="pw8">
    <af:panelGroupLayout layout="vertical" id="pgl31">
    <af:table var="row2" rowBandingInterval="0" disableColumnReordering="true" contentDelivery="immediate"
    value="#{pageFlowScope.ReviewApproversBean.commonApprovers}" width="100%"
    id="t22" autoHeightRows="0" columnStretching="multiple" columnSelection="none">
    <af:column sortable="false" headerText="#{gedmuiBundle.NAME}" id="cs325" width="50%">
    <af:outputText value="#{row2.approverName}" id="otd223"/>
    </af:column>
    <af:column sortable="false" headerText="#{gedmuiBundle.SSO}" id="c325" width="50%">
    <af:outputText value="#{row2.approverSSO}" id="ot323"/>
    </af:column>
    </af:table>
    <af:panelGroupLayout layout="horizontal"
    halign="center" id="pgl32">
    <af:commandButton text="#{gedmuiBundle.CLOSE}"
    styleClass="goButton"
    id="cb20"
    actionListener="#{pageFlowScope.ReviewApproversBean.closeGroupPopup}"/>
    </af:panelGroupLayout>
    <f:facet name="separator">
    <af:spacer width="1" height="5" id="s37"/>
    </f:facet>
    </af:panelGroupLayout>
    </af:panelWindow>
    </af:popup>
    Thanks
    Kuladeep

    I have read that older versions require the compatability, and the version you specified (and earlier) I think is the version that had the issue. I suspect an upgrade of Jdeveloper is the solution and that may open a whole other can of worms.
    Here is an article on it https://blogs.oracle.com/jdevotnharvest/entry/running_adf_faces_applications_with_ie_9_in_ie_8_compatibility_mode
    Stuart
    Edited by: Stuart Fleming on Aug 24, 2012 11:25 AM

  • Incompatibility issues when saving BW workbook in early excel versions

    When saving a BW workbooks to my desktop for example so that I can then send it to a user to view the report I get incompatibility issues when saving workbook to earlier excel versions.  I am currently using 2007 and when I save the workbook to Excel 97 - 2003 then I get incompatibility messages.  If I ignore these and just save then no one is able to open the workbook.  This means that I cannot also save workbooks on the reporting system as those users not using 2007 cannot view them. The message that I get is that 'the features of this workbook are not supported by the earlier features of Excel.'

    Hi,
    Please refer to this note,
    Note 1152092 - Error opening MS Excel 2007 workbook in MS Excel 2003
    Usually when you do any formatting feature available in Excel 2007 to the workbook it would throw you the error, not sure if you are formatting the workbook.
    Regards,
    Mani

  • Mm_menu.js HTML5 changes Internet Explorer and Mozilla Firefox

    Mozilla Technical Support,
    http://msdn.microsoft.com/en-us/library/ie/bg182625(v=vs.85).aspx
    mm_menu.js is an output of Dreamweaver and enables drop-down menus. Microsoft is eliminating
    document.all and replacing it with document.getElementById
    to comply with HTML5 standards
    I modified mm_menu.js as Microsoft recommended (so I thought) and it worked perfectly well in Internet Explorer. However, I couldn’t get the drop-down menus in Mozilla Firefox. What do I need to do to get mm_menu.js to work or does Firefox need to make additional modifications?
    FYI, I tried using the following quick fix which resulted in the Internet Explorer page displaying incorrectly:
    <meta http-equiv="X-UA-Compatible" content="IE=9"/>
    See below for the modified version of mm_menu.js
    It would be nice if the same javascript worked in both Internet Explorer and Mozilla Firefox.
    Thanks,
    Robin Rembish

    Yeah, it would have been nice if IE had followed web standards over the years before IE11 came out so that programs like Dreamweaver would have "gotten it right" from the beginning, instead of their users having to "patch" the code output by Dreamweaver to make it compatible now. That's what the "like Gecko" is all about = make it work like Mozilla.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Chat notification is not working in chrome and mozilla firefox

    Hi
       Chat notificatio is not working in chrome and mozilla firefox but it's working fine in IE, any solution ?
    Thanks
    Palani

    Hi sameer
        sound was good , I have another issue while call Adope API.   Am try to logout session using ajax call but i got error "Uncaught SyntaxError: Unexpected token < "  , did you have any alternate solution for this
    source code is
          $.ajax({
                        type: 'GET',
                        cache: false,
                        dataType: "jsonp",
                        contentType: "application/xml; charset=utf-8",
                        url: "http://meetxxxxxxx.adobeconnect.com/api/xml?action=logout",
                        success: function () {
                        error: function () {
    Thanks
    Palani

  • AEBS hard drive incompatibility issues

    Is there an updated list of incompatible hard drives for the AEBS? I have an external 300GB Seagate that is formatted FAT32 and does not mount. It shows up partially under the DISKS menu in Airport Utility, meaning it shows that there is storage connected but doesn't show a volume. I thought the new 5.2.1 update was going to do the trick since it dealt with incompatibility issues but not so. I have tried everything except reformatting because I cannot lose all the info that's on the drive currently. Any help would be appreciated.

    I've checked out your list and posted my experiences.
    From the tests that I've run over the last week or so, the Macally PHR-100AC 3.5" HDD enclosure should work. Failures 'seems' to point specifically to the hard drive used.
    I have now used 4 different drives (different sizes, manufacturers etc..) in 2 Macally cases (both with updated firmware) and the only failure - via USB but not FireWire - was the Western Digital Caviar SE WD1600. Reformatting it with WD's utility is Windows XP via Bootcamp cleared up the issue with the drive and is now fully functional and consistent under Mac OS X and through the AEBS. I still have one more WD1600 to look at.
    Aug 23 09:43:06 Patricks-iMac-Core-Duo-2 kernel[0]: USBF: 459.963 AppleUSBUHCI[0x39ce000]::DoControlTransfer sync request on workloop thread. Use async!
    Aug 23 09:43:06 Patricks-iMac-Core-Duo-2 kernel[0]: USBF: 460.271 AppleUSBUHCI[0x39ce000]::DeviceRequest - buffer dmaCommand (0x3b76900) already had memory descriptor (0x39a6100) - clearing

  • Tomcat and Mozilla funny behaviour

    Hi,
    I have a funny situation going on involving tomcat, mozilla, and internet explorer.
    I am using tomcat 3.3 to serve my pages.
    When viewed through Internet Explorer, everything is fine, and the pages format quite nicely.
    When I view the same pages through Mozilla, it doesn't seem to find the linked stylesheets, and doesn't attempt any formatting at all?!?!
    When I view the same pages through apache, both IE and Mozilla format correctly.
    So, any ideas why Mozilla wouldn't like Tomcat?

    I hate these kind of issues. It happened to me when changing .css contents and then trying to refresh. Mostly due to the unability to refresh contents on pages redirecting to other pages... no time to press the refresh button.
    I know it's a bad solution, but might be a good test and will finally discard a caching issue:
    Copy res.css to rescopy.css and change the link for that page in question.
    I hope it helps!

  • Netalyzr and Mozilla are seeing my OSXv10.6.8 machine as Windows7. How so?

    Incorrect OS (and platform) showing on both Netalyzr and Mozilla.
    Problem first showed up when visiting Mozilla site which reported my version of Firefox out of date - FF6.
    In fact, I'm running FF 25.
    Firefox Troubleshooter then reported my OS as Windows7 !
    It is not.
    I'm running MacOSXv10.6.8.
    Checked Netalyzr report and this also showed Windows7 and FF6 -- incorrect.
    This has only started recently.
    Sound like malware?
    Are there other checks I can make to find where the problem might reside?
    Thanks.

    I just had the same problem, I've updated to 10.6.8 yesterday, and since then the browsing are very slow, no matter what broswer I am using, the upload download speed are still the same. But browsing just take forever, It takes for example google.com 30 seconds to load. I have Extream high speed internet connection, 3 other computers, and the only one is having this problem is the Mac after the update.
    Something in this update screwed my browsing capabitilties, I tried downloading Crome browser, same issue.
    I hope there is a way beside TimeMachine to revert the latest update. I don't want to reformat as I am sure as soon as I am going to do the update it will cause the same problem.
    Model Name:    iMac
      Model Identifier:    iMac11,3
      Processor Name:    Intel Core i7
      Processor Speed:    2.93 GHz
      Number Of Processors:    1
      Total Number Of Cores:    4
      L2 Cache (per core):    256 KB
      L3 Cache:    8 MB
      Memory:    12 GB
      Processor Interconnect Speed:    4.8 GT/s
      Boot ROM Version:    IM112.0057.B00

  • Open order qty,Delivered qty,issued qty, and closing stock---Tables

    Gurus,
    I need to Prepare a report which will show open order qty,Delivered qty,issued qty, and closing stock.
    Please help me with table names where i can find .
    Regards
    venu gopal

    Hi,
    Try EKPO & EKBE tables..
    Thx
    Raju

  • I have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

    i have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

    i have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

Maybe you are looking for

  • Mouse Over Behaviour

    I am currently developing a toolbar application and have an issue with mouse events. Currently there is a parent canvas which has a mouseOut event where the canvas is hidden. Within that canvas there is a Hbox which contains images which have an mous

  • Ugly Fonts Help

    Hi I'm having a rough time with getting the font I want using DW8. I've built a little website www.carltongreen.com and the text is just plain ugly in my estimation. I'm not understanding the 'css' panel whatsoever. No matter what I try ,I can't get

  • Combobox Items vanishing?

    I have a problem with ComboBox selection. Items above the last selected seem to be vanishing from the list. I'll show my xaml and then explain: <ComboBox x:Name="cmbFirmness" HorizontalAlignment="Left" Margin="86,106,0,0" VerticalAlignment="Top" Widt

  • Canon "MP Navigator EX 1.1" crashing after Security Update 2014-002

    Greetings Community, Got a MX850 printer/scanner and using "MP Navigator EX 1.1" app for scanning.  After the security update 20014-002 the app crashes, see info below. I've: - reinstalled the update - reinstalled the app - rebooted the printer Any h

  • Delete All Log for HR Personnel

    Dear experts, I need to delete a batch of personnels in HR module. I can do it with program RPUDELPN. However, I find that after deleting the personnel with RPUDELPN, the Log for this personnel can still be found with program RPUAUD00 (Logged Changes