Jamebo

导航

公告

随笔分类

最新评论

统计

常用链接

积分与排名

阅读排行榜

评论排行榜

Web Programming

使用JavaScript创建Table时,用cellSpacing而不是cellspacing
摘要: 今天遇到一个问题,我试图使用javascript创建一个Table,希望生成的HTML如下<table cellpadding="0px" cellspacing="0px" > ...</table>我使用了如下代码:var _tableRoot = document.createElement("table");_tableRoot.setAttribute("cell...阅读全文

posted @ 2008-02-05 17:41 一直在学习... 阅读(945) | 评论 (1) 编辑

跨站点脚本攻击的防范(ZT)
摘要: 转帖自朋友的Blog:http://www.zhangsichu.com/blogview.asp?Content_Id=104跨站点脚本攻击在Web开发中是个非常敏感的安全问题。跨站点脚本攻击(XSS)FAQ 这篇文章 http://tech.idv2.com/2006/08/30/xss-faq/ 讲述了跨站点脚本攻击的常见情况。下面摘引自原文部分章节:--------------------...阅读全文

posted @ 2008-01-23 09:49 一直在学习... 阅读(1858) | 评论 (3) 编辑

XHTML中需要书写独立的封闭Script标签
摘要: 今天在学习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" >...阅读全文

posted @ 2008-01-10 16:19 一直在学习... 阅读(254) | 评论 (0) 编辑

Top 10 things to know about Visual Studio 2008 and .NET Framework 3.5(ZT)
摘要: 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...阅读全文

posted @ 2007-11-19 16:47 一直在学习... 阅读(230) | 评论 (0) 编辑

微软发布IE、Firefox、Opera和Safari的JavaScript兼容性研究(ZZ)

posted @ 2007-11-06 11:59 一直在学习... 阅读(453) | 评论 (0) 编辑

使用VS.Net IDE调试JavaScript

posted @ 2005-03-24 21:43 一直在学习... 阅读(8040) | 评论 (26) 编辑

session详解(ZT)

posted @ 2005-03-24 21:09 一直在学习... 阅读(2210) | 评论 (4) 编辑

ASP.Net中OnBeforeUnLoad事件中调用__doPostBack不起作用?

posted @ 2005-03-22 09:55 一直在学习... 阅读(2382) | 评论 (5) 编辑