window.showModalDialog
两种返回值的方法
父页面:var result = window.showModalDialog("Default3.aspx",obj,'dialogWidth:1000px;dialogHeight:440px;status:yes');
模式窗体:
方法1:window.returnValue='016';
方法2: var myObj = window.dialogArguments;
myObj.Text1.value = "016";
js运行记事本
var WshShell = new ActiveXObject("WScript.Shell");
WshShell.run("notepad");