摘要: 今天遇到一个问题,我试图使用javascript创建一个Table,希望生成的HTML如下<table cellpadding="0px" cellspacing="0px" > ...</table>我使用了如下代码:var _tableRoot = document.createElement("table");_tableRoot.setAttribute("cell...
阅读全文
摘要: 转帖自朋友的Blog:http://www.zhangsichu.com/blogview.asp?Content_Id=104跨站点脚本攻击在Web开发中是个非常敏感的安全问题。跨站点脚本攻击(XSS)FAQ 这篇文章 http://tech.idv2.com/2006/08/30/xss-faq/ 讲述了跨站点脚本攻击的常见情况。下面摘引自原文部分章节:--------------------...
阅读全文
摘要: 今天在学习JavaScript时,遇到一个问题:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" >...
阅读全文
摘要: Top 10 things to know about Visual Studio 2008 and .NET Framework 3.5http://www.danielmoth.com/Blog/2007/11/top-10-things-to-know-about-visual.htmlThe list below is not in order of importance, instead...
阅读全文