SourceDevelop
  • Home
  • Learn A Language
  • Articles & Tutorials
  • Forums
  • Other Resources
Visual Basic HTML/CSS PHP/MySQL
PHP MySQL More Resources
index Forums Index Search Search Member List Member List Help Help

  • Search
  • Member List
  • Calendar
  • Help

Welcome Guest ( Login | Register )


Latest News: We share our revenue with our members, click here for more details.
SourceDevelop > Programming and Web Design > HTMS/CSS/Javascript/PHP/MySQL > 'null' is not null or an object

Partners:
TV & Dinner MorningStarr RustyWalrus Josechukkiri

Post Reply  Post Thread 
Threaded Mode | Linear Mode
'null' is not null or an object
Author Message
online.education


Bronze Junior Member
*

Group: Members
Posts: 38
Joined: Jul 2007
Status: Offline
Reputation: 0
SD$: 39
Post: #1
'null' is not null or an object

I'm getting the following error message in IE.

Quote:
'null' is not null or an object

As far as I see, the page is working fine, but it bothers me a bit. This thing might not work at all on a certain platform. Error points at the following location:

Line: 664
Char: 2

And ...

Code:
    $("kwicks").addEvent("mouseleave", function(event) {
        var o = {};
        kwicks.each(function(kwick, i) {
            o[i] = {height: [kwick.getStyle("height").toInt(), szNormal]}
        });
        fx.start(o);
    })

The first line in the code above is Line 664. What is IE complaining about? How can I fix this?


online.education
01-23-2008 01:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

Contact Us | SourceDevelop | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB
Copyright © 2002-2009 MyBB Group