这样不行哦,function showModelWindow()
{
 
 window.showModalDialog("1.html","newWindow","dialogHeight:100px;dialogWidth:200px;center:yes;resizable:no;status:no;scroll:yes;help:no;title:no");
 var w= window.open ('2.html','newwindow','height=800,width=400,alwaysRaised=yes');
 w.focus();

}