![]() Preserved Topic: doesn't work in IE (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
![]() Please help me out. This code works fine in Netscape 7, but not in IE 6. IE says "Object doesn't support this property or method" for the three lines in bold. |
Nervous Wreck (II) Inmate From: |
![]() I haven't tested your code, but I am wondering if there is some kind of name clash going on with the variable "desc". Since you are using it as a string inside the function, but it is also the id of an element in the body... |
Nervous Wreck (II) Inmate From: |
![]() Yep. That's it. I just tested it by renaming 'desc' to 'descStr' and it works in IE6... |
Neurotic (0) Inmate Newly admitted From: |
![]() Thanx a lot MajorFracas. You nailed it. |