2008年12月22日

js div+css 实现tab功能

摘要: [代码]新闻1新闻2新闻列表1新闻列表2 阅读全文

posted @ 2008-12-22 11:08 百万玫瑰 阅读(446) 评论(0) 推荐(0)

2008年12月8日

js 动态添加字段

摘要: <table> <tr> <td width="84" align="center" valign="top" id="rights" style="padding-bottom:5px;"> <selectsize="8"name="list2"id="list2"runat="server"style="width:63px;"ondblclick="... 阅读全文

posted @ 2008-12-08 19:30 百万玫瑰 阅读(1001) 评论(0) 推荐(0)

2008年11月28日

js 判断

摘要: //判断时间格式function isDateTime(e){ var timeReg = /^\d{4}\-\d{1,2}\-\d{1,2}$/; if (!timeReg.test(e.value)) { alert("时间输入错误?请重新输入!"); return false; } return true;}//判断邮箱地址格式function isEmail(e){ var setReg=... 阅读全文

posted @ 2008-11-28 15:32 百万玫瑰 阅读(171) 评论(0) 推荐(0)

导航