C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着

//普通网页
var son="";
function openWindowValue(url,e)
{
     if    (document.all)    {  
                     x    =    event.screenX;  
                     y    =    event.screenY;  
               }  
               else    {  
                     x    =    evnt.screenX;  
                     y    =    evnt.screenX;              
               }  

//     var t=e.offsetTop;
//  var l=e.offsetLeft;
//  var ee=e;
//  while(ee=ee.offsetParent)
//  {
//   t+=ee.offsetTop;
//   l+=ee.offsetLeft;
//  }
//  l+=e.offsetWidth;
//  window.showModalDialog(url+'?Gid='+e.id,'window',"dialogLeft:"+l+";dialogTop:"+t+";dialogHeight: 60px; dialogWidth: 450px;center: yes; help: no;resizable: no; status: no;")
  son=window.open(url+'?Gid='+e.id,"_blank","height=100,width=300,top="+y+",left="+x+",toolbar=no,menubar=no,scrollbars=yes, resizable=yes,location=no, status=no");
     
}

posted on 2008-07-14 09:40  王德田  阅读(229)  评论(0编辑  收藏  举报