[RESOLVED] Object expected errror - IE Only
Hello,
I am getting the following errror only in IE on a php page. Any thoughts...
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 30 Jun 2010 21:20:53 UTC
Message: Object expected
Line: 14
Char: 1
Code: 0
URI: https://www.css4cu.com/secure/clientside/login.php
Dave
Re: Object expected errror - IE Only
Your body tag includes an onload function:
Code:
onLoad="random_imglink()"
This function is not defined on your page, or in any linked Javascript files.
Firefox is detecting this error as well (FireBug will show it to you).
Re: Object expected errror - IE Only
just for informational purposes, Chrome has a JavaScript console built-in:
Quote:
Uncaught ReferenceError: random_imglink is not defined
Re: Object expected errror - IE Only
Thank you. You got it. I took that out and it is gone. Thank you. I just could not figure it out and needed an extra set of eyes. You are great! I appreciate you.
Doc