所谓脚本,就是
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>标题页</title>
</head>
<body>
<noscript>
<script LANGUAGE="JavaScript">
alert("看看能不能提示");
</script>
</noscript>
</body>
</html>
所谓脚本,就是
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>标题页</title>
</head>
<body>
<noscript>
<script LANGUAGE="JavaScript">
alert("看看能不能提示");
</script>
</noscript>
</body>
</html>