Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE7 and javascripts

Status
Not open for further replies.

Stewiehnz

IS-IT--Management
Apr 19, 2006
2
NZ
I have been trying in vain for the last couple of days to try and sort the following error.

Loading web pages in IE7 will no load the javascript components, however FF3 loads not a problem. There appears to have been something done to the IE7 engine (1 of the many updates recently) that has broken javascripts from running in IE7.

I have tried the basic "Hello World" script
Code:
<html>
<head>
<script type="text/javascript">
function hello()
	{alert("Hello");}
</script>
</head>
<body onload="hello()">
</body>
</html>
works in FF3 but does nothing following getting through the ActiveX warning.

I have been through a reinstall of IE7 but with no luck. Next step is a total rebuild, but I want to avoid that if possible.

Has anybody come across this before or knows of a solution.


 
Seems to work fine for me. Do you get any different results when you run IE in no add-ons mode?
 
Tried all addon's on and off and no difference.

There were some M$ updates so will see if I can take those off and try again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top