对WebBrower中的newswindow 事件加入e.cancle=true;
 
例如。
InBlock.gif                private void web_main_NewWindow(object sender, CancelEventArgs e)
InBlock.gif                {
InBlock.gif                        e.Cancel = true;
InBlock.gif                }