View Single Post
Old 04-11-2007, 09:17 PM   PM User | #2
chadconger
New Coder

 
Join Date: Jul 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
chadconger is an unknown quantity at this point
I found one problem thanks to Netscape's javascript console

I was using class as a variable so I changed var class to var item_class.

Now it works in Netscape when it renders as Firefox but not when it renders as IE.

Now I get this message from IE7

Line: 45
Char:2
Error: Object doesn't support this property or method
Code: 0
URL: http://tophermorrison.com/form/


This is driving me crazy!
chadconger is offline   Reply With Quote