JavaScript error message: * is not a constructor >>
<< 一个合格程序员该做的事情――你做好了吗?
Warning for browsers withou CSS or JavaScript support

Author Zhou Renjian Create@ 2006-03-14 02:19
whizz Note icon
Insert the following HTML between <body>:
<p style="display:none;"><strong>Warning</strong>: Your browser does not support the required feature: <strong>CSS</strong>!</p><p id="test_js"><strong>Warning</strong>: Your browser does not support the required feature: <strong>JavaScript</strong>!</p><script text="text/javascript">document.body.removeChild (document.getElementById ("test_js"));</script>

本记录所在类别:
本记录相关记录: