innerHTML working in FF but not in IE!

后端 未结 3 2032
暖寄归人
暖寄归人 2020-12-20 07:31

In my JSP i am using a custom tag
like:

Date From:

and in my common.js fi

3条回答
  •  北海茫月
    2020-12-20 08:26

    Please take a look about Custom Tags support in Internet Explorer.

    Windows Internet Explorer's support for custom tags on an HTML page requires that a namespace be defined for the tag. Otherwise, the custom tag is treated as an unknown tag when the document is parsed

    http://msdn.microsoft.com/en-us/library/ms531076(VS.85).aspx

提交回复
热议问题