Link to home
Start Free TrialLog in
Avatar of catonthecouchproductions
catonthecouchproductionsFlag for United States of America

asked on

Script Issue In IE8/9

On this page

http://bit.ly/ora4TD

we are receiving complaints that when people try to click the tabs down bottom (write reviews, reviews, specifications) that nothing is happening in IE8 and 9.

Anyone have any ideas?
Avatar of Alan_White
Alan_White
Flag of United Kingdom of Great Britain and Northern Ireland image

Sorry, I don't know what is wrong but I can confirm that the tabs DO NOT work for me in IE9 but DO work in Firefox.  I even tried compatibility mode in IE9.
Avatar of catonthecouchproductions

ASKER

OK awesome, now I just need to figure out why.

Thanks!
Avatar of Tom Beck
First step is to correct any syntax errors. Just a quick glance reveals at least two instances where script blocks start like this:

<script type=\"text/javascript\">

Another one with this:

<script type="text/javascript"><!--<!--
 
but no --> at the end.

Also, all browsers are reporting this line: <script>jsHover();</script> as "Object expected"
Tommy,

I fixed the <script type=\"text/javascript\"> issue.

Are you still seeing <script type="text/javascript"><!--<!-- ?

Also, thoughts on fixing the object expected issue?
Still seeing the <!--<!--

If you go to "view source" in IE it appears at line 1019

I can check the other issue in a few.
You call jsHover(); at line 94, but the function jsHover does not seem to exist on the page or in any of your js includes. I cannot find it.
Can you try it now? I think we got it.
ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial