I found code in index.php that causes the known javascript error in IE 7.
Internet Explorer cannot open the Internet site …..
See: http://support.microsoft.com/default.aspx/kb/927917
Basically it says that any Javascript between the BODY tags can cause this. So I moved the following code to the HEAD section.
<script type=”text/javascript”>
ja_topsl_button();
addSpanToTitle3();
</script>
Not sure what this does, or how this will affect my template or layout. Anyone know what the following function is doing?
Thanks.