首先用挂尾的方式传递参数量最大为2K, 但是模态框里的第二个参数就是为了这种传递而设计的呀:
var mm = "your string";
showModalDialog('test.htm', mm, 'dialogWidth: 480px; dialogHeight: 360px; status: no; help: no');test.htm:
alert(window.dialogArguments);