2013年6月14日
摘要: http://www.html5cn.org/portal.php?mod=list&catid=16http://www.html580.com/?PbNpoO9Vhttp://www.iconbeast.com/ 阅读全文
posted @ 2013-06-14 18:10 筱莜 阅读(106) 评论(0) 推荐(0) 编辑
  2013年6月7日
摘要: 你是不是有页面是分帧的页面,如果是左右分帧,那么下面的这些语句可是非常的有用,它可以帮你在一个链接打开两个页面中不同的内容,一个是本页中的内容,一个是另外一帧中的内容。<a href="page1.htm" target="frame2"onclick="parent.frame3.location.href='page2.htm'">链接文字</a> 阅读全文
posted @ 2013-06-07 16:52 筱莜 阅读(50) 评论(0) 推荐(0) 编辑
摘要: <html><body><b>This text is bold</b><br /><strong>This text is strong</strong><br /><big>This text is big</big><br /><em>This text is emphasized</em><br /><i>This text is italic</i><br /><small&g 阅读全文
posted @ 2013-06-07 14:55 筱莜 阅读(137) 评论(0) 推荐(0) 编辑
  2013年6月6日
摘要: 很多登录功能上都有个“记住密码”的功能,其实无非就是对cookie的读取。下面展示这个功能的代码,原作者已无法考究。。。。测试方法:直接输入账号密码,提交后,刷新页面,再输入同样的账号,就可以显示 1 <!DOCTYPE HTML> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <title>js COOKIE 记住帐号或密码</title> 5 <script type 阅读全文
posted @ 2013-06-06 16:33 筱莜 阅读(393) 评论(0) 推荐(0) 编辑