posts - 15,  comments - 29,  trackbacks - 1
公告
# JavaScript
二级联动菜单(javascript)
摘要: <scriptlanguage="JavaScript"><!--varg_selProvince;varg_selCity;varProvinces=newArray(newArray("110000","北京市"),newArray("120000","天津市"),newArray("130000","河北省"),newArray("140000","山西省"),newArr...阅读全文
posted @ 2006-07-29 09:22 XiaoLin's Blog 阅读(1864) | 评论 (0) 编辑
Simple Calendar
摘要: function calendar(date) { // If no parameter is passed use the current date. if(date == null) date = new Date(); day = date.getDate(); month = date.getMonth(); year = date.getFullYear(); months = new ...阅读全文
posted @ 2006-07-13 16:22 XiaoLin's Blog 阅读(295) | 评论 (0) 编辑