Jump to content

Only IE can not access my web application


AMIT

Recommended Posts

I had created the web application (ISAPI mode) and deploy it on Apache Web server. At client side, I use Firefox, google Chrome to access the application without problem except IE it can not access. I think it should not the problem on my web application but configuring on IE may cause the problem. Any idea about this situation.

Link to comment
Share on other sites

WebServer - Win7 x86 + Apache 2.2

Developing PC - Win7 x64 + Delphi XE + uniGUI 0.86.0.885

Client PC - WinXP + IE8 or Win7 x64 + IE8

 

Please specify OS, IE version, Delphi Version, URL you try to access

Link to comment
Share on other sites

URL?

I have no URL. I test it on my PC with VMWare. Now I found the problem. On the MainForm I have uniHTMLFrame. Oncreate Form event I put this code

 

uniHTMLFrame1.HTML.LoadFromFile(uniServerModule.StartPath+'\News\2.htm');

 

if I remove this code, IE can display the page. 2.htm file was created from MSWord 2010 (45 pages) and save it as htm. I don't understand why Firefox, Chrome can display the webpage but not IE.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...