2009年2月4日

JSP动态下拉框控件选项

摘要: 阅读全文

posted @ 2009-02-04 14:25 欣路历程 阅读(407) 评论(0) 推荐(0) 编辑

页面target的设置

摘要: _self相同框架 _top整页 _blank新建一个窗口 _parent父窗口 其它的就是自定义了,可以指向已有的窗口名称 阅读全文

posted @ 2009-02-04 14:01 欣路历程 阅读(322) 评论(0) 推荐(0) 编辑

Javascript 操作select控件大全(新增、修改、删除、选中、清空、判断存在等)

摘要: 1判断select选项中 是否存在Value="paraValue"的Item 2向select选项中 加入一个Item 3从select选项中 删除一个Item 4删除select中选中的项 5修改select选项中 value="paraValue"的text为"paraText" 6设置select中text="paraText"的第一个Item为选中 7设置sele... 阅读全文

posted @ 2009-02-04 11:44 欣路历程 阅读(150) 评论(0) 推荐(0) 编辑

转化JSP乱码的函数

摘要: public String getStr(String str){ try{ String temp_p=str; byte[] temp_t=temp_p.getBytes("ISO-8859-1"); String temp=new String(temp_t); return temp; } catch(... 阅读全文

posted @ 2009-02-04 10:05 欣路历程 阅读(133) 评论(0) 推荐(0) 编辑

导航