<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script>
function btnTest_Click(){
window.showModalDialog("javascript:document.write('Write by script');");
}
</script>
</head><body>
<input type="button" value="Click" name="btnTest" id="btnTest" onClick="btnTest_Click()">
</body>
</html>