Oracle forms 11g running forms on internet explorer error

Hi , this is abhishek I am new to oracle forms 11g . My question is that when I run the forms 11g on internet explorer it shows an error . The error is too many tries.
first I like to clarify that before running the forms i start the weblogic server ,along with admin server for weblogic and opmn managed components, i give the user name and password to start the weblogic server, everything starts smoothly . even I have jre 1_6_29 installed to start the servlet . Main problem starts when the java runs the internet explorer browser then a box appears asking for user name and password and database connect string , then after putting the username and password it again asks for the username and password.It happens three times and after that an error appears in a dialog box which shows too many tries . I also checked the net configuration asistant with the local net service name configuration there it shows the service name which is orcl.Home and then TCP --->Host name is localhost with 1521 as standard port number --> yes perform the test and the result is written connecting test successful . what is wrong with the instance , the http listener is working perfectly then why this error is coming, is there something to do with the browser , but the browser is supporting java very well .. please help

I have found the file but it does not have any path except forms_path,oracle_home,webutil_config,etcCurious, my default.env had the following default TNS_ADMIN entry:
# TNS Entry to locate the database
TNS_ADMIN=D:\Oracle\Middleware\asinst_1\configI modified this entry to point to the location where my tnsnames.ora and sqlnet.ora files are located. I use a generic location and share them accross installed Oracle products rather than maintain seperate copies of these files in each Oracle Home. For example, I commented out the original entry and added a new one.
#TNS_ADMIN=D:\Oracle\Middleware\asinst_1\config
TNS_ADMIN=D:\oracle\tns_adminCraig...

Similar Messages

  • KM Document iView - Internet Explorer Error

    Hi All,
    I have uploaded word docs to KM and then proceeded to create KM Doc iViews which link to the word docs. When I preview the iView i get a dialog box asking me whether I want to open, save or cancel. If I click either open or save I get an internet explorer error which says "Internet Explorer cannot download...[filepathandname] from [hosturl]. Internet Explorer was not able to open this site. The requested url is either unavailable or cannot be found. Please try again later."
    What am I doing wrong?
    Also, shouldn't the files contents be displayed in the iView instead of opening up Microsoft Word?
    Thanks in advance
    TM

    Hi Tiberiu,
    Yes I have checked the path, and it is the correct one, it does contain the %20 escape characters too. But one thing you mentioned that I noticed may not be right is the fact the when I am actually in KM and I click the uploaded word document I get the same IE error. Does this mean that the document hasn't uploaded correctly? KM obviously knows that there is a word doc there because the download dialog box shows the Name, File Type and Host details. Another thing I noticed this time around was that the host details from when I click on the KM doc link is different from the path host in the KM doc iView, I think this is resulting from using BigIP to mask url details/load balancing?
    Any suggestions?
    Thanks again for all responses,
    TM

  • Get a internet explorer error message when trying to save the exported document

    I get through the export process until it asks to save the exported document and then I get an internet explorer error that tells me it is shutting down the program

    Good day,
    Sorry to hear you're having trouble!  Try the solutions in our Troubleshooting Common Problems with ExportPDF document. 
    Those steps should resolve this issue.
    Kind regards,
    David
    Adobe Systems

  • Internet Explorer error on EPSP9

    Hi
    I have just instal EP6 SP9 , nw04 SR1.
    When i try to create a room in collaboration - it pops up with this Internet Explorer Error : "Internet Explorer cannot open the internet site
    http://<host>:<port>/irj/portal
    operation aborted "
    I hear if you update teh portal to the latest stack- this problem will be solved. Is this true?
    I am busy downloading SAPINST12_0-10002786.sar from service market place to update Ep6 SP9 to EP6 SP12.
    Do I update the KMC patches as well or updating the ep6sp12 will be fine?
    Thanx for any help
    RD

    Thanx!!
    We have decided to upgrade to SP11. Will this problem be fixed with SP11?
    I have downloaded all the packages i need for was, portal. Thou i have only found KMCSP11_p3...and i understand i need to install KMCSP11_0 first. Where can I find KMCSP11_0.  this is not under Support Packages-netweaver-ep-cm+collab.
    Any ideas?

  • Internet Explorer Error while running VS2005 asp form from devt envt.

    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
    Compiler Error Message: BC30560: 'OracleDataAdapter' is ambiguous in the namespace 'Oracle.DataAccess.Client'.
    Source Error:
    Line 22405: Inherits Global.System.ComponentModel.Component
    Line 22406:
    Line 22407: Private WithEvents _adapter As Global.Oracle.DataAccess.Client.OracleDataAdapter
    Line 22408:
    Line 22409: Private _connection As Global.Oracle.DataAccess.Client.OracleConnection
    Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\web_appl\2ace2c5c\69644e29\App_Code.ecqjnnlx.5.vb Line: 22407

    you form is running in the browser with the help of Jinitiator which is nothing but A JavaInitiator.
    as your machine files located in the System32 folder of your windows directory as .DLL. are not able to communicate with the Jinitiator DLL Files being used
    for the JRE.
    The Form is sending the request to the internet explorer to run the object of applet ttype which is nothing but the Oracle Java Applet named as OC4J(Oracle Container for Java)
    if your form is running or trying to run and hangged due to some problems and your machine got abnormal shutdown then at that time the DLL fiels communicating each other may got corrupt
    due to any abmormal shutdown of your machine...
    the problem is there with the Java Side...
    There is no solution other then reloading the JRE and Jinitiator as per the error being thrown by your machine

  • Button Icons not show in Form 11g run time

    Button Icons not show in Form 11g
    I installed the following tools :-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle Portal,Forms,Report,and Discoverer Services (11.1.1.4.0)
    1. Create a "icons" folder and place all gif images in there :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\<icons>
    2. Within icons i made a jar file of all gif images :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\icons\jar -cvf frmicons.jar *.gif
    3. Copy this new jar file into :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\
    4. Edit formsweb.cfg file:
    imageBase=codebase
    archive=frmall.jar,frmicons.jar
    5. Edit Registry.dat file:
    default.icons.iconpath=/forms/java
    default.icons.iconextension=gif
    After doing above configuration i create a form and place an icon on the button.
    Set button's icon property = Yes and give name of icon without extension.
    When i run the form not display icons who configure icons.
    Please give the solution how to set icons on button.
    Thanks & regards,
    Java console message :-
    Java Plug-in 1.6.0_25
    Using JRE version 1.6.0_25-b04 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Shiv
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Forms Session ID is formsapp.8
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.2.0
    FRM-92471: unable to load image exit for iconic button item

    Duplicate post. Refer to comments in Push Button Iconic not show in Forms 11g

  • Why Forms 11g 32bit forms cannot run on 64bit without recompiling?

    Hi gang
    Hopefully one of the Forms gurus on this forum can give me a quick and succinct answer to the following question.
    We're just setup a Windows XP 32bit install of Forms 11g on our developer machines, and a WLS install of Forms 11g and relating services on Windows 2008 64bit.
    Question is, why do Forms compiled on the 32bit architecture not work on the 64bit architecture? Why do they need to be recompiled? I'm aware of the difference between 32bit/64bit OS environments, but what's that got to do with the FMX, PLX (etc) files? What are those files doing internally that's specific to the 32bit/64bit platform?
    None the wiser. Your thoughts appreciated.
    CM.

    Hi Chris,
    Nice to see you on FORMS forums
    i queried myoraclesupport and got few answers hopefully you find them helpful
    Applies to:
    Oracle Forms - Version: 11.1 to 11.1 - Release: 11.1 to 11.1
    Information in this document applies to any platform.
    Forms 11g
    Symptoms
    --A form is compiled against a 32-bit platform, Ex(Linux 32-bit)
    -- Move the .fmx to a 64-bit Platform, Ex (Linux 64-bit) and try to run it and you will receive the following error message:
    "FRM-40010 : Cannot read form xxxxx"
    Solution
    + Re-compile the form against the same platform where it will be launched .
    For example, if the production machine is 64-bit, all forms must be compiled against the production Server (64-bit).
    Disclaimer :-
    ===========
    + Moving an FMX from one machine to another is NOT supported. This is especially true when using Unix based platforms
    See Note 299938.1 Moving Forms Applications From One Platform To Another
    B - Is 64 bit Developer 11g version required for developing 11g forms and reports running on a 64 bit Deployment environment in WebLogic ?
    There is no need for this. The fmb files are the same on all platforms.
    Only the fmx files have to be compiled/generated for each platform.
    For reports it even easier: you do not need to generate/compile the rdf, jsp files etc before running them.
    C- Does it matter if the development platform for Forms and Reports developer is Windows or Linux if one is going to migrate the Forms or Reports to a 64 bit Linux platform and recompile?
    No this does not matter, you are able to migrate from Windows to Unix - you must use the frmcmp_batch utility to generate the executables files.
    Builders (Forms/Reports) will not be supported on 64bit operating systems.
    Therefore, one can develop on the available 32bit Builders and then recompile/deploy to the 64 bit environment.
    Edited by: BaiG on Jul 15, 2010 1:45 PM

  • Run report through internet explorer

    When I click on run web layout in reports builder 10g internet explorer does not come up at all. It tries to do something because I see the hour glass and then it just stops. The paper layout works fine. But the web layout is not running. I have the OC4J running. If anybody can help me I will apprecaite it. Thanks

    So you are running forms from netscape and want to view report output in IE?
    It seems that netscape is set as your default browser. In IE you can set a flag so that it alsways checks for being the default browser (see Internet Options/Programs, at the bottom). Check this flag and restart IE. It should then prompt you if it is not the default browser.
    Gerald Krieger

  • Forms 11g Migration, Form freezes when Client_ole2 is called

    Hi All,
    We are migrating from forms 10g to 11g.
    Forms Version is 11.1.1.3.
    A form contains CLIENT_OLE2 functionality, where in a word document is open, change the text and close internally.
    When the button is pressed , it freezes. And the java console error is as below:
    Exception in thread "AWT-EventQueue-3" java.lang.ExceptionInInitializerError
    at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
    at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
    at oracle.forms.handler.UICommon.onGet(Unknown Source)
    at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
    at oracle.forms.engine.Runform.processMessage(Unknown Source)
    at oracle.forms.engine.Runform.processSet(Unknown Source)
    at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
    at oracle.forms.engine.Runform.onMessage(Unknown Source)
    at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
    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.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.jacob.com.ComThread.<clinit>(ComThread.java)
    ... 32 more
    Most of the places i found in forums was to sign the jacob.jar and frmwebutil.jar.
    I have tried doing that but still. the problem exists.
    Is this a compatibility issue of old jars with 11g or
    jar signing??
    Kindly help me .

    Hello Craig ,
    I have tried the same. But still it didn't work out..
    I m getting this particular error as below:
    basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
    Exception in thread "AWT-EventQueue-3" java.lang.NoSuchMethodError: oracle.forms.handler.IHandler.getApplet()Ljava/applet/Applet;
         at oracle.forms.webutil.common.VBeanCommon.init(VBeanCommon.java:281)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$000(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    i tried out many ways. But not able to get rid of this error.
    Thanks.
    Sumanthkatti.

  • 9iDS Forms - Cannot Run Forms In Forms Builder

    Attempting to run and test a form using 9iDS Forms Builder, only get a blank screen. Any suggestions ???

    Kevin,
    please check if the Jinitiator version that you have installed on your machine matches with the classid setting in the formsweb.cfg file (forms90/server/formsweb.cfg). Internet Explorer has zero tolerance.
    Frank

  • When run application then internet explorer automatically

    hi all,
    please tell me, i've problem when i create module in forms9i and as run the internet explorer closed automatically although JInitiator installed, oc4j started, why internet explorer closed
    please suggest me what i do?
    warm regards
    Mohammad Adeel

    Sir,
    There is no tag mentioned in browser because, Browser Direct Closed while application begin run out, I have just click run button in form module, this is not happen before but now a days it is begin happend although in the client side its work ok. but in server explorer closed automatically all parameters define according to the form9i deployment.
    I also done Jinitiator download two times.
    well the tag is
    http://kashifdmu.pk.ubl.int:8888/forms90/f90servlet?config=myapp
    regards
    Mohammad Adeel

  • Tables running long in Internet Explorer

    Hey guys, I'm new here, and still somewhat of a noob when it
    comes to html and web design so be easy on me.
    One of my new projects is creditcardrewardzone.com, which I
    thought was looking pretty good until someone told me that it was
    completely screwed up when they looked at it in Internet Explorer
    on their windows machine.
    I myself work on a mac and check it with safari, firefox, and
    IE, and everything looks fine, but for some reason in IE on
    windows, the tables run really long to the point where the site
    isn't functional.
    If you go to the site and click on cash cards, you can see
    what I mean. Can anybody look at my code and see if there's
    something I'm doing wrong?
    Thanks a lot, I look forward to staying at the forum and
    probably asking a lot more questions!
    Josh

    I am not seeing the information on this page:
    http://www.creditcardrewardzone.com/CashRewardCards.html
    in IE6.
    Try using a full doc type - at the moment you are not using
    one - which is
    placing IE6 into quirks mode... that may correct your
    problem.
    I would also consider adding some left padding to your
    content area (beside
    the left side bar on the right side of it) because the text
    sits right up
    against the sidebar in all browsers I've checked.
    Doctypes:
    http://www.alistapart.com/articles/doctype/
    This should work:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Spry Widget Examples
    http://www.dreamweaverresources.com/spry-widgets/
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html
    "joshmv" <[email protected]> wrote in
    message
    news:f64at9$gg8$[email protected]..
    > Hey guys, I'm new here, and still somewhat of a noob
    when it comes to html
    > and
    > web design so be easy on me.
    >
    > One of my new projects is creditcardrewardzone.com,
    which I thought was
    > looking pretty good until someone told me that it was
    completely screwed
    > up
    > when they looked at it in Internet Explorer on their
    windows machine.
    >
    > I myself work on a mac and check it with safari,
    firefox, and IE, and
    > everything looks fine, but for some reason in IE on
    windows, the tables
    > run
    > really long to the point where the site isn't
    functional.
    >
    > If you go to the site and click on cash cards, you can
    see what I mean.
    > Can
    > anybody look at my code and see if there's something I'm
    doing wrong?
    >
    > Thanks a lot, I look forward to staying at the forum and
    probably asking a
    > lot
    > more questions!
    >
    > Josh
    >

  • Is bootcamp needed to run windows7 for Internet Explorer

    I would like to know if I need to load BootCamp to run Windows 7 so that I can also use Internet Explorer for working at home with Explorer-only websites.

    Hi,
    BootCamp might be a bit of 'overkill' for only using IE.
    A better solution would be to use a Virtualization app like Parallels; VMWare Fusion or VirtualBox to install Windows.
    As these allow you to run Windows alongside OSX without the needed reboot.
    Or you can use Crossover for Mac from Codeweavers to run IE (seems to work, but not fully; see their compatibility list).
    Regards
    Stefan

  • Oracle Reporting ActiveX Control vs. Internet Explorer

    Including an Oracle reporting Activex Control in a commonly Html file for Internet Explorer it works fine (generate the report) but it does'nt generate the events (BeforeRunReport,AfterRunReport).
    I mention that in other development tools (Visual C++,VB,Devloper6,...) It is OK.
    Example code :
    <OBJECT ID="XREP" CLASSID="CLSID:289D6F9F-2A7D-11CF-AD05-0020AF0BA9E2">
    <PARAM NAME="ReportName" VALUE="d:\temp\test.rep">
    <PARAM NAME="OutputDestination" VALUE="2">
    <PARAM NAME="OutputName" VALUE="d:\temp\test1.htm">
    <PARAM NAME="DatabaseUser" VALUE="adi/adi@adi">
    <PARAM NAME="OutputDriver" VALUE="HTMLCSSIE">
    </OBJECT>
    <SCRIPT LANGUAGE="VBScript">
    <!--
    Sub XREP_BeforeRunReport(x)
    document.write("Before")
    End Sub
    Sub XREP_AfterRunReport(x, y)
    document.write("After")
    End Sub
    DIM XXX
    XXX = XREP.RunReportSimple()
    -->
    </SCRIPT>
    Please tell me what it is wrong in this code because the events "BeforeRunReport","AfterRunReport" didn't fire at all.

    Including an Oracle reporting Activex Control in a commonly Html file for Internet Explorer it works fine (generate the report) but it does'nt generate the events (BeforeRunReport,AfterRunReport).
    I mention that in other development tools (Visual C++,VB,Devloper6,...) It is OK.
    Example code :
    <OBJECT ID="XREP" CLASSID="CLSID:289D6F9F-2A7D-11CF-AD05-0020AF0BA9E2">
    <PARAM NAME="ReportName" VALUE="d:\temp\test.rep">
    <PARAM NAME="OutputDestination" VALUE="2">
    <PARAM NAME="OutputName" VALUE="d:\temp\test1.htm">
    <PARAM NAME="DatabaseUser" VALUE="adi/adi@adi">
    <PARAM NAME="OutputDriver" VALUE="HTMLCSSIE">
    </OBJECT>
    <SCRIPT LANGUAGE="VBScript">
    <!--
    Sub XREP_BeforeRunReport(x)
    document.write("Before")
    End Sub
    Sub XREP_AfterRunReport(x, y)
    document.write("After")
    End Sub
    DIM XXX
    XXX = XREP.RunReportSimple()
    -->
    </SCRIPT>
    Please tell me what it is wrong in this code because the events "BeforeRunReport","AfterRunReport" didn't fire at all.

  • Javascript/vbscript functionality (java script functions are not running) issue in Internet Explorer 10 and 11

    We have developed web portal using classic ASP and java/vb script.  We used to run it absolutely fine using Internet Explorer 8.  Now we just migrated to Internet Explorer 11.  But after that no java script functionality is working in our
    web portal.
    Our web server is configured on windows 2003 server and IIS version 6.0 and has .net Framework (Microsoft.NET\Framework\v2.0.50727).  
    Could you please suggest us that is there any workaround to this? 

    Hi,
    Have you tested this web portal in compatibility mode, Tools\Compatibility view settings? or click F12 to use the developer tool, change the the document mode and user agent string to 8, check the result.
    And under Tools\Internet Options\Security\Custom level, scroll down to "Scripting", enable "Active Scripting".
    Since you're developer of the web portal, it's recommended to post issue in IE development forum
    https://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment
    Regards
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for