<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name=ProgId content=VisualStudio.HTML>
<meta name=Originator content="Microsoft Visual Studio .NET 7.1">
<script language=javascript>
function testLength()
{
floater=window.open("备忘.txt","","height=200,width=200,scrollbars=no");
floater.document.open();//可省略
floater.document.write("new content for floatingwindow!");
floater.document.close();
}
</script>
</head>
<body>
<button οnclick="testLength()" ID="Button1"> test</button>
</body>
</html>