Hi I seem to have a problem opening my blogs in IE. When I try to, a Windows error message pops up telling me the site can not be loaded. Could you please help me out by loading both URL's below in IE and let me know if you experience the same problem? http://www.miekejanssens.com/blog http://www.newlaunches.net
I experienced the same error as you described: Internet Explorer cannot open the Internet site. Operation aborted. And this one http://www.newlaunches.net took a lot time to load, so I didn't manage to open it.
Hello, If you have face this type of thing so first ofall you sould check your URL. If its Ok then just download IE again in your system/laptop.
I got the same error message, there has to be some type of problem in your coding that's causing this.
Thanks for checking ! I was afraid so... Fact is, those are the only two sites of mine I didn't code myself They're run with the WP script, and I'm using other people's templates. When the problem first appeared (about 3 weeks ago), I complete uninstalled WP on both sites, and then re-installed again - using a different template. By doing this, I hoped to fix the error, but apparently it didn't do the trick. For a second I thought it might be server related, but both are hosted on a different server Any tips are more than welcome...
Yeah same error here. Try using firefox, and open the "error console" under the Tools tab. It should point you in the right direction.
Did you have access to the code? I had the same problem. The error is caused from a block of javascript that is in the wrong place. The script has to be a direct child of the body in IE. To fix this move the script to the top or bottom of the body tag or even move it after the body tag - hope this helps