JavaScript实现页面跳转的几种方式
作者:柯冷 发布于:2011-1-3 23:04 Monday 分类:技术
第一种:
<script language="javascript">
window.location.href="index.php";
//比较常用的方法,没什么可解释的,后面直接跟指定要跳转的地方。
</script>
第二种:
<script language="javas...
标签: JavaScript 页面 跳转
WordPress 博客个人信息发布平台0DAY
作者:柯冷 发布于:2011-1-3 0:42 Monday 分类:技术
原文地址: http://img.vul.kr/uploads/20101205/1291540019wordpress-another-0day-exploit.txt
Framework of the preceding article was not allowed to tell me more about some interesting unpublished vulnerabilities and banal omissions WordPressSo now you'll be able to read the continuation of the penetration-testing of the famous blogging platformHere we go!
Statistics
To begin, I want to cite some statistics from a study that was conducte...
详谈CSS网页布局中容易发生的错误编码
作者:柯冷 发布于:2010-12-28 9:55 Tuesday 分类:技术
随着CSS网页布局越来越普及,国内大部分网站已经采用CSS网页布局的制作方法,现在52CSS.com也成为了CSS网页布局技术学习的先锋站点。在应用DIV+CSS编码时很容易犯一些错误,这里列举一些常见的错误,帮助新手朋友更好的学习与进步。
一、检查HTML元素是否有拼写错误 是否忘记结束标记
即使是老手也经常会弄错div的嵌套关系。可以用dreamweaver的验证功能检查一下有无...
标签: CSS 布局 网页 错误 编码

