Response.Write("")
第一种方案是:
file a.htm
function OpenDialog(url,param)
{
return window.open(url,param, "DialogWidth:450px;DialogHeight:450px;help:no;status:no");
}
file b.htm
第二种方案是:
file A.htm
file b.htm
Response.Write("");
