Thread: IE 7 Issues
View Single Post
Unread 09-26-2007, 03:50 AM
drnjames8 drnjames8 is offline
Junior Member
Join Date: Sep 2007
Posts: 3
  #1  
Default IE 7 Issues

I have made just a mini site because I can't seem to get my site from rendering with an error in IE 7

"To help protect your security, IE has restricted this webpage from running scripts or ActiveX controls that could access your computer."

I have run other sites and it works fine. I took my site down to a couple of entries trying to find out what was causing it. Any help would be appreciated.

Here is the index page. There are not any changes to the custom file at this point. I know it has to be something silly.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<!-- ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake -->
<!-- http://www.udm4.com/ -->
<script type="text/javascript"
src="/udm-resources/udm-custom.js"></script>
<script type="text/javascript"
src="/udm-resources/udm-control.js"></script>
<script type="text/javascript"
src="/udm-resources/udm-style.js"></script>


<body>
<script type="text/javascript"
src="/udm-resources/udm-dom.js"></script>

<li><a href="/">Home</a>
</li>
<li><a href="/menu/">About</a>
</li>
<li><a href="/contact/">Contact</a>
</li>
</ul>
</body>
</html>
Reply With Quote