Results 1 to 4 of 4

Thread: [RESOLVED] Object expected errror - IE Only

  1. #1

    Thread Starter
    Addicted Member thedoc1's Avatar
    Join Date
    Jan 2002
    Location
    Scenic Tonawanda, NY
    Posts
    143

    Resolved [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
    Thanks

    Doc

  2. #2
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    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).

  3. #3
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: Object expected errror - IE Only

    just for informational purposes, Chrome has a JavaScript console built-in:
    Uncaught ReferenceError: random_imglink is not defined

  4. #4

    Thread Starter
    Addicted Member thedoc1's Avatar
    Join Date
    Jan 2002
    Location
    Scenic Tonawanda, NY
    Posts
    143

    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
    Thanks

    Doc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width