A页面js function test() { alert("ID:" + window.dialogArguments.id+" ;"+"名字:"+ window.dialogArguments.name...參数说明: window.dialogArguments来取得传递进来的參数。 window.returnValue向打开对话框的窗体返回信息。
对话框通过window.dialogArguments来取得传递进来的参数。...a.html var p = { Name: "Sunny D.D", Age: 25 }; window.showModalDialog("b.html", p); b.html alert(window.dialogArguments.Name...window.showModalDialog("son.htm", arg, 'help:no'); son.htm var arg = window.dialogArguments
对话框通过window.dialogArguments来取得传递进来的参数。 sFeatures 可选参数,类型:字符串。...window.showModalDialog("test3.htm",mxh2) test2.htm ==================== var a = window.dialogArguments...alert("您传递的参数为:" + a) test3.htm ==================== var a = window.dialogArguments
var objParentWin = window.dialogArguments; //获取父窗体对象 objParentWin.location.reload(); //刷新父窗体
window.opener.location.href; 刷新以winodw.showModelDialog()方法打开的窗口 window.parent.dialogArguments.document.execCommand
application/x-shockwave-flash’ + ‘” width=”‘ + sWidth +’ ” height=”‘ + sHeight + ‘” > ‘; dialogArguments.insertHTML
Event.observe(window, 'load', function(){ //check base config and parameter var objIn = window.dialogArguments
获取父页面传递过来的数据 function getMessage() { var message = window.dialogArguments
Bparm"; var ParmC = "Cparm"; var MyArgs = new Array(ParmA, ParmB, ParmC); MyArgs = window.dialogArguments
top.close(); } function Body_Load() { if(window.dialogArguments...value = window.dialogArguments; } } <body
对话框通过window.dialogArguments来取得传递进来的参数。 sFeatures:可选参数,类型:字符串。...(6) dialogArguments 设置或获取传递给模式对话框窗口的变量或变量数组。
领取专属 10元无门槛券
手把手带您无忧上云