• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
PHP开发记录
PHP以及web前端(ajax,js,jquery等)
博客园 首页 新随笔 管理
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 83 下一页

2008年10月26日

JS包含js文件 动态添加css
摘要: javascript包含javascript文件先给出直接封装好的两个js functioninclude_js(path) { varsobj=document.createElement('script'); sobj.type="text/javascript"; sobj.src=path; varheadobj=document.getElementsByTagName('head')[0]; headobj.appendChild(sobj); } functioninclude_css(path) { varfileref=do 阅读全文
posted @ 2008-10-26 23:32 corange 阅读(420) 评论(0) 推荐(0)
 
 

2008年9月26日

不间断滚动
摘要: <!--start------------------------------------------------------------> 相对定位版不间断滚动:<br><br> <divstyle="width:200px;height:150px;overflow:hidden"> <tablecellspacing=0cellpadding=5bgcolor=#F8F8F8style="position:relative;top:0px;width:200px;table-layout:fixed&qu 阅读全文
posted @ 2008-09-26 15:53 corange 阅读(208) 评论(0) 推荐(0)
 
文本框不允许输入特殊字符,只能是数字、字母、-和_,不允许输入空格键
摘要: 在文本框的keypress事件调用下面函数。 如<inputdisabled="disabled"type="text"id='userNameToEdit'onkeypress="TextValidate()"/> 如果在文本框中按下特殊字符键,则显示警告信息,并且屏蔽输入。 functionTextValidate() { varcode; varcharacter; varerr_msg="TextcannotcontainSPACESoranyofthesespecialcharacter 阅读全文
posted @ 2008-09-26 15:52 corange 阅读(1214) 评论(0) 推荐(0)
 
 

2008年9月25日

点选TOP后并不是直接跳到页顶的,而是滚动上去
摘要: <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <htmlxmlns="http://www.w3.org/1999/xhtml"> <head> <title>runcode</title> <metahttp-equiv="Content-Type"content="text/h 阅读全文
posted @ 2008-09-25 19:46 corange 阅读(116) 评论(0) 推荐(0)
 
无限级别的菜单(侧拉菜单)
摘要: <!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <metahttp-equiv="Content-Type"content="text/html;charset=gb2312"> <title>我的导航菜单</title> <style> body{ font- 阅读全文
posted @ 2008-09-25 19:44 corange 阅读(246) 评论(0) 推荐(0)
 
 
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 83 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3