AMIT Posted July 13, 2011 Posted July 13, 2011 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. Quote
Administrators Farshad Mohajeri Posted July 13, 2011 Administrators Posted July 13, 2011 I need to know the error code returned by IE Quote
AMIT Posted July 13, 2011 Author Posted July 13, 2011 Nothing return from IE, just waiting and waiting... IE Tab label has already been changed to what I had defined and it has a Loading... symbol on the center of the browser. Quote
Administrators Farshad Mohajeri Posted July 13, 2011 Administrators Posted July 13, 2011 Please specify OS, IE version, Delphi Version, URL you try to access Quote
AMIT Posted July 13, 2011 Author Posted July 13, 2011 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 Quote
AMIT Posted July 16, 2011 Author Posted July 16, 2011 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. Quote
Administrators Farshad Mohajeri Posted July 16, 2011 Administrators Posted July 16, 2011 Each browser has its own way of error handling. What is OK for browser A may cause an error on browser B. If page doesn't load, run browser in debug mode to see what's the problem. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.