我的具体程序是
    string script = @" <script> window.opener.document.getElementById('Label1').innerHTML='<div>table cellspacing='0' rules='all'     border='1' style='border-collapse:collapse;'><tr><th scope='col'>&nbsp;</th><th scope='col'>Incident</th><th scope='col'>Status</th></tr></table></div>';window.close(); </script> ";
        
Response.Write(script);其中Label1为父窗口的Label控件Id谢谢!