if ((useExternalWindow) || (!useTextFrame)) {
var Win1 = window.open("","QueryWindow","width=300,height=350,scrollbars=yes,resizable=yes"); theFrame = "opener";
if (parent.MapFrame!=null) theFrame = "opener.parent.MapFrame";
} else {
var Win1 = parent.TextFrame;
Win1.document.open();
}   if (Layer=="123")
   {

   
   Win1.document.location="http://zhongh:8080/app/Query.jsp?ID=" + Value1 +"&Poup=firstFiled&Fool=secondFiled&Area=thirdFiled";
   alert(Value1); 
   }else 
{
}当跳到Query.jsp页面没有完成