javascript
iteye_6685
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
窗口的弹出 window.open showModalDialog
父页面: [code]function setChannel(){ var sID=document.getElementById("txtSID").value; if(navigator.appName=="Netscape"){ window.open("vip_w.jsp?sID="+sID,"","top=50,left=300,modal=yes,w...2007-12-19 16:17:43 · 143 阅读 · 0 评论 -
全选(checkbox)
[code]function checkAll(){ var objCheck=document.getElementsByName("chk"); var obj=document.getElementById("chkAll"); for(var i=0;i2007-12-19 16:35:48 · 134 阅读 · 0 评论 -
下拉菜单( 全国省份 )
[code] var arrPro=new Array("北京","上海","天津"); function setPro(sValue){ var obj=document.getElementById("selProvince"); if(arrPro.length>0){ var nID=0; for(var i=0;i2007-12-19 16:37:41 · 603 阅读 · 0 评论
分享