Click to See Complete Forum and Search --> : problem with IE 7


valentina27
July 4th, 2007, 04:01 AM
Hi, can you help me?
I have a problem with Internet Explorer 7.
It can locate cgi file and htmls, but cannot find images and javascript file.
They are stored in separate folder from this with html files.
<link rel="stylesheet" href="{%=csspath%}/business.css" type="text/css">
<img src="{%=imagepath%}/but_log.gif" width="97" height="18" onClick='LogIn();return false;'>

I have no problem with IE6, Opera 9.2 and Mozilla.

PeejAvery
July 4th, 2007, 09:50 AM
With the new securities built into IE7, it does not allow certain hotlinking to a hard drive. You will have to change your Privacy/Security settings under the Internet Options section under the Tools menu.

valentina27
July 4th, 2007, 03:41 PM
Thank you for your reply!
I've changed security settings but it doesn't help me. I couldn't understand it, it works with Mozilla, Netcape, Opera, IE 6, but IE 7 doesn't like it.

PeejAvery
July 4th, 2007, 05:40 PM
I already said, it is a security issue with IE7. That is the difference. The bigger problem, is that there might not be a solution to show it in IE7.