javascript web对话框与弹出窗口

时间:2009-02-22    点击:102   

复制代码 代码如下:

function LoadWindow(val)
{
URL="sendmsg.aspx?nickname="+val;
loc_x=document.body.scrollLeft+event.clientX-event.offsetX;
loc_y=document.body.scrollTop+event.clientY-event.offsetY;
//window.showModalDialog(URL,self,"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:450px;dialogHeight:450px;dialogTop:"+loc_y+"px;dialogLeft:"+loc_x+"px");
window.open(URL,null,"height=400,width=550,status=1,toolbar=no,menubar=no,location=no,scrollbars=yes,top=150,left=100,resizable=no");
}

javascript 特殊字符串
javascript 密码强弱度检测万能插件
javascript 常用代码技巧大收集
input、button的不同type值在ajax提交表单时导致的陷阱
csdn 博客的css样式 v3
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved