中国人歌曲开场词:关于html编辑(4)

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/26 22:05:32
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body>
<SCRIPT LANGUAGE="javascript">
<!--
window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,
menubar=no,scrollbars=no,resizable=no,location=no,status=no')
//写成一行
-->
</SCRIPT>
</body>

</html>
在frantpage中,脚本的错误为:“未结束的字符串常量”
URL为file://C:\Documents and Settings\Administrator\Local Settings\Temp\FrontPageTempDir\pvw13.htm
为什么会发生错误?????
请如何更正?????

window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no')

不要上面一句换行就行了。也就是说,上面所以的东西都要在一行上面。