By mpruitt on
Using Drupal 6.19, all modules on site current.
I have a content type that uses HS. When a user selects an item from a select box (Foreign Film), a second select box should become visible, offering a choice of languages to select. Works fine in every browser except, of course Internet Explorer (version 8.0). According to the persons that maintain this content type, this has not been a problem until recently; I can't verify that myself.
This is the error I get in IE:
Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
URI: http://www.myrcpl.com/node/add/1431-new-items
Looking at the first line of code in Firefox and IE I get:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
On another page in both browsers I get this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Has anyone seen this before? Any ideas or suggestions?