日期:2014-05-20 浏览次数:20471 次
<script language="javascript" type="text/javascript">
var a = new Array;
a[0] = "1";
function getUserID()
{
a[0] = window.document.getElementById("txtReturnValue").value;
window.returnValue = a;
window.close();
}
</script>
------解决方案--------------------
window.location = window.location
------解决方案--------------------
在关闭的时候再加一行,把画父窗的方法重调一下.
------解决方案--------------------
你允许页面刷新不?
要是可以
就直接postback页面
如果不可以,
就直接callback回服务端来刷新页面