模态窗口showModalDialog调用与值的返回


Warning: Undefined array key "HTTP_REFERER" in /www/wwwroot/prod/www.enjoyasp.net/wp-content/plugins/google-highlight/google-hilite.php on line 58

?1,调用:
? var Result? = window.showModalDialog(“test.html”,””,”dialogWidth=520px;dialogHeight=400px”);

2,在找开的模态窗口test.html中将值存到returnValue,之后会返回值给Result
?? window.returnValue = “123”;