<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>讨论列表</title>
    <description>讨论列表</description>
    <link>http://community.csdn.net/</link>
    <copyright>Copyright 1998 - 2007 CSDN.NET Inc. All Rights Reserved</copyright>
    <pubDate>Thu, 24 Jul 2008 14:19:12 GMT</pubDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>community.csdn.net</generator>
    <item>
      <title>大侠们帮忙看看 这段代码</title>
      <description>SubThis(cId) 这个函数什么时候 被调用？分类查询var OverMenu="OverMenu";var OutMenu="OutMenu";var path="FullName";[col...</description>
      <link>http://topic.csdn.net/u/20080724/14/b9ef8cf4-d432-46aa-a1c2-963ebe7fa5ac.html</link>
      <author>fytwangyang</author>
      <pubDate>Thu, 24 Jul 2008 14:18:40 GMT</pubDate>
    </item>
    <item>
      <title>请教 鼠标点击控制图片左右移动的问题</title>
      <description>[img=http://www.5ibiz.com/1.jpg][/img]如图示例想实现  按下面的左右箭头   上面的图片跟着左移动1张图的距离，也就是按左箭头时候     所有的图片都左移一张图...</description>
      <link>http://topic.csdn.net/u/20080724/13/569d1fdd-257e-439a-a26d-7c0f105647ba.html</link>
      <author>wxfcj</author>
      <pubDate>Thu, 24 Jul 2008 13:23:03 GMT</pubDate>
    </item>
    <item>
      <title>getElementsByName的问题</title>
      <description>请问；document.getElementsByName得到的应该是一个数组，可是为什么我得到的sa的长度为0。代码如下：	function f(){		for(var i=0;i   	  		a...</description>
      <link>http://topic.csdn.net/u/20080724/14/f1d8bfb9-e968-44cd-a1f5-37a0ace2e640.html</link>
      <author>iabcz</author>
      <pubDate>Thu, 24 Jul 2008 14:11:51 GMT</pubDate>
    </item>
    <item>
      <title>frame嵌套iframe问题？？？</title>
      <description>我现在想实现的功能是像csdn论坛左侧菜单的功能．最左边标签页：如论坛，消息等．然后是树型菜单．我点左侧标签页切换不同的对应的树型菜单．我现在的实现方法是用一个大的frame在外面．在左侧的frame...</description>
      <link>http://topic.csdn.net/u/20080724/08/e17fba57-71e9-4d1f-bbf9-304b73da2337.html</link>
      <author>duanwq0007</author>
      <pubDate>Thu, 24 Jul 2008 08:57:45 GMT</pubDate>
    </item>
    <item>
      <title>HTML中的文字大小改变问题！？（谢谢）</title>
      <description>就2个问题 都是改变大小：1. img标签中ALT的文字大小...如果有代码 加点注释谢谢大家了！！！2.                  ...   这个标签中 前面的序号怎么变大....  就是...</description>
      <link>http://topic.csdn.net/u/20080724/13/affbfd80-cfbf-46b8-b988-e3abe3a03650.html</link>
      <author>zxhxiaoyi51</author>
      <pubDate>Thu, 24 Jul 2008 13:53:12 GMT</pubDate>
    </item>
    <item>
      <title>关于提交的问题</title>
      <description>做的是注册页面，只有三个需要填写得地方 用户名，密码，验证码其中用户名和验证码只要你输完，后面就会显示出来正确与否现在我想做得就是，只有当这三个（用户名，密码，验证码）全部正确得时候，提交按钮才可用，...</description>
      <link>http://topic.csdn.net/u/20080724/13/000cea9f-ec32-4cb8-929a-adb178e92c42.html</link>
      <author>gamerblue</author>
      <pubDate>Thu, 24 Jul 2008 13:58:59 GMT</pubDate>
    </item>
    <item>
      <title>ie里如何实现同时打开二个窗口</title>
      <description>[code=JScript]var popuped = false;var popWin = function() {	if (popuped) return;	popuped = true;	var...</description>
      <link>http://topic.csdn.net/u/20080724/14/42091fee-e016-49de-bb76-373f0950397c.html</link>
      <author>zjmood</author>
      <pubDate>Thu, 24 Jul 2008 14:14:31 GMT</pubDate>
    </item>
    <item>
      <title>关于Javascript   字符截取   排除后2位，在线等，谢谢 [</title>
      <description>a="xxx同学" b="yyyy同学”获取 a="xxx" b="yyyy" 就是排除后2位 ,,,Javacript 不知道用什么函数，，谢谢帮忙</description>
      <link>http://topic.csdn.net/u/20080724/14/8cd5ee4c-f833-4ee6-b325-c1dc7a5c78d9.html</link>
      <author>diaomouse</author>
      <pubDate>Thu, 24 Jul 2008 14:08:31 GMT</pubDate>
    </item>
    <item>
      <title>很棘手的一个问题，希望提供算法。</title>
      <description>我用javascript写了两个方法一个是 [code=JScript]function drawDot(x,y,color)[/code]作用是在网页相应位置，相应颜色绘制一个像素点一个方法是 [c...</description>
      <link>http://topic.csdn.net/u/20080724/10/95a63dcc-9404-4a06-a83a-48488c11b885.html</link>
      <author>gibbon2000pro</author>
      <pubDate>Thu, 24 Jul 2008 10:35:36 GMT</pubDate>
    </item>
    <item>
      <title>TextBox实现自动验证日期，并转换格式</title>
      <description>TextBox中只能输入8个数字如20080724输入完之后，离开TextBox，自动变成2008/07/24如果出现错误，在离开的时候弹出alert，并再次定位到TextBox焦点，并全选日期，如果...</description>
      <link>http://topic.csdn.net/u/20080724/10/57106898-f9f4-4f4e-9f90-317606047a6e.html</link>
      <author>yuesongboy</author>
      <pubDate>Thu, 24 Jul 2008 10:25:10 GMT</pubDate>
    </item>
    <item>
      <title>lightbox与中文路径</title>
      <description>大家好，我最近用一个叫IFOTO的图片系统，但发现当路径是中文的时候，lightbox无法显示[code=PHP]/" rel="lightbox"&gt;						/" width="px" borde...</description>
      <link>http://topic.csdn.net/u/20080724/14/5779f1f5-90bf-429c-913d-eb7402d067b8.html</link>
      <author>trlsmax</author>
      <pubDate>Thu, 24 Jul 2008 14:06:39 GMT</pubDate>
    </item>
    <item>
      <title>JavaMail 发邮件遇到下面问题</title>
      <description>这是我的代码:0){   InternetAddress[] to = { new InternetAddress(strToList) };   msg.setRecipients(Message....</description>
      <link>http://topic.csdn.net/u/20080724/13/3e733434-0bc1-4aa6-a87b-147e7b249e8c.html</link>
      <author>l_l001</author>
      <pubDate>Thu, 24 Jul 2008 13:39:33 GMT</pubDate>
    </item>
    <item>
      <title>透明背景的问题</title>
      <description>[code=HTML][/code]如何让cc的背景透明而又不影响bb的显示用opacity的话bb也会透明</description>
      <link>http://topic.csdn.net/u/20080724/12/696890f1-9d01-4e0c-82e8-075ed0e9ca20.html</link>
      <author>cloudgamer</author>
      <pubDate>Thu, 24 Jul 2008 12:00:13 GMT</pubDate>
    </item>
    <item>
      <title>如何将JS写成一个类</title>
      <description>如何将下面的JS写成一个JAVA类呢？请前辈示范一下。																																																														　　1) I love...</description>
      <link>http://topic.csdn.net/u/20080724/09/b4c826b6-2150-4e96-995e-27a0b8ba7b3c.html</link>
      <author>ealiam</author>
      <pubDate>Thu, 24 Jul 2008 09:59:58 GMT</pubDate>
    </item>
    <item>
      <title>这个我自己写的去字符串两端空格的方法 trim（）</title>
      <description>这个我自己写的去字符串两端空格的方法：去空格实现了，但有问题！ 有什么问题，请大家。。。。。。String.prototype.trim = function() {   var temp = thi...</description>
      <link>http://topic.csdn.net/u/20080723/18/a11ecac9-9f03-4ae9-95d7-527ad46e68df.html</link>
      <author>Romook</author>
      <pubDate>Wed, 23 Jul 2008 18:19:17 GMT</pubDate>
    </item>
    <item>
      <title>求救ie6的height 100%失效</title>
      <description>[code=HTML]无标题文档 function aa(){document.getElementById("ddd").style.height = "300px"}[/code]ie7和ff都会...</description>
      <link>http://topic.csdn.net/u/20080723/23/74764b21-4b13-465f-8af1-9b36c0893880.html</link>
      <author>cloudgamer</author>
      <pubDate>Wed, 23 Jul 2008 23:37:32 GMT</pubDate>
    </item>
    <item>
      <title>javascript 之鼠标焦点小问题</title>
      <link>http://topic.csdn.net/u/20080718/17/9a2eb384-da7b-4ed3-a4b2-04ed14437113.html</link>
      <author>snake68</author>
      <pubDate>Sat, 19 Jul 2008 01:17:15 GMT</pubDate>
    </item>
    <item>
      <title>鼠标划过时表格时颜色变化的问题</title>
      <description>当鼠标滑过这个表中时怎么把最后一个的颜色不让它消失？还有第一次加载时怎么让第一个 有颜色？以下是我写的代码不能实现以上两个功能？该怎么改进就是第一次加载时第一个 招标公告 北京变成了白色，所以字看不到...</description>
      <link>http://topic.csdn.net/u/20080724/10/e7507c6d-866c-4177-8189-1600739e3c8a.html</link>
      <author>baihexige</author>
      <pubDate>Thu, 24 Jul 2008 10:52:18 GMT</pubDate>
    </item>
    <item>
      <title>document.write的问题</title>
      <description>我点击按钮他会出来一个输入框,按钮没了,也就是说这个输出的内容是个新页面,我想在当前页面保留原有元素基础上添加一个对话框怎么办呢?网上差了很多都说是输入流的问题,但都没有给出解决办法?[code=HT...</description>
      <link>http://topic.csdn.net/u/20080724/11/d570913a-178c-443e-a140-3b843644eae6.html</link>
      <author>magicer17</author>
      <pubDate>Thu, 24 Jul 2008 11:24:58 GMT</pubDate>
    </item>
    <item>
      <title>切换城市效果。</title>
      <link>http://topic.csdn.net/u/20080722/20/937cebd8-f765-4599-98d6-0215f1c500ac.html</link>
      <author>ruson523</author>
      <pubDate>Wed, 23 Jul 2008 04:43:20 GMT</pubDate>
    </item>
    <item>
      <title>Jquery讨论群,欢迎大家加入</title>
      <description>Jquery讨论群,欢迎大家加入.群号：62203220</description>
      <link>http://topic.csdn.net/u/20080724/13/95834e13-1086-4af6-8f0d-6cbd2fd22d25.html</link>
      <author>kalen808</author>
      <pubDate>Thu, 24 Jul 2008 13:34:40 GMT</pubDate>
    </item>
    <item>
      <title>dtree树形菜单点击叶子节点时，url的值的问题</title>
      <link>http://topic.csdn.net/u/20080722/11/9dd9d944-976b-42ad-a8f7-a5b9a058dd4b.html</link>
      <author>nercon233</author>
      <pubDate>Tue, 22 Jul 2008 19:13:10 GMT</pubDate>
    </item>
    <item>
      <title>刚才看到一个数组元素过滤的问题，再来讨论一下</title>
      <description>[url=http://topic.csdn.net/u/20080724/11/e5361a31-cdae-4eb5-ba25-f2f693788053.html]原帖地址[/url]原帖已经结贴了...</description>
      <link>http://topic.csdn.net/u/20080724/13/e9e44137-c23a-422e-8f60-62fe82c7f7ec.html</link>
      <author>jacky_q</author>
      <pubDate>Thu, 24 Jul 2008 13:18:13 GMT</pubDate>
    </item>
    <item>
      <title>跪求（急）：表头拖动 改变列宽度的表格组件 与firefox兼容</title>
      <description>跪求：表头拖动 改变列宽度的表格组件 与firefox兼容， 知道http://webfx.eae.net/ 上有， 但是好像打不开，有哪位朋友，自己有这样的组件源码，发我一份。  发我邮箱：shan...</description>
      <link>http://topic.csdn.net/u/20080724/10/a32ac56c-cf68-4fe6-b92a-fefb7b896f59.html</link>
      <author>madsun</author>
      <pubDate>Thu, 24 Jul 2008 10:31:19 GMT</pubDate>
    </item>
    <item>
      <title>JAVAscript声成树型结构``求教```</title>
      <link>http://topic.csdn.net/u/20080720/21/f80e34a7-b82f-4c7e-a298-d8f5a53c6272.html</link>
      <author>lining86yc</author>
      <pubDate>Mon, 21 Jul 2008 05:27:39 GMT</pubDate>
    </item>
    <item>
      <title>如何得到iframe的鼠标滚轴事件，请大家帮忙，谢谢  </title>
      <link>http://topic.csdn.net/u/20080721/15/40c10759-28f0-4712-8d39-4abcbfdcbaad.html</link>
      <author>zorroonline</author>
      <pubDate>Mon, 21 Jul 2008 23:57:38 GMT</pubDate>
    </item>
    <item>
      <title>求教一方法:写一js,把list里的数据按一定的格式显示出来</title>
      <link>http://topic.csdn.net/u/20070910/13/c182f9cc-5822-4b83-b3a8-31f463dd74f5.html</link>
      <author>happytreefriends</author>
      <pubDate>Mon, 10 Sep 2007 21:23:59 GMT</pubDate>
    </item>
    <item>
      <title>有人用过dojo和flash实现跨域的吗?望指教</title>
      <description>现在有一个dojo0.3版本的实现方法,但是老板要求要用dojo新版1.1的来做,由于版本换了以后,相关的js文件和函数等都有较大变化,我已经搞不定了.请问哪位大侠曾用此种方法实现过,或者有相关用do...</description>
      <link>http://topic.csdn.net/u/20080724/09/4aa9b360-4aa1-47f0-8bb8-9b2b1209646b.html</link>
      <author>isee_ee</author>
      <pubDate>Thu, 24 Jul 2008 09:59:52 GMT</pubDate>
    </item>
    <item>
      <title>如果第一位是空格，就允许再输入一个字符，如果第一位是任何字符，第二位就不允许输入，只能输入一个字符。的正则表达式？</title>
      <link>http://topic.csdn.net/u/20080723/15/57c96f8b-8022-446a-b46f-02ccd7c24830.html</link>
      <author>zzxap</author>
      <pubDate>Wed, 23 Jul 2008 23:45:48 GMT</pubDate>
    </item>
    <item>
      <title>firefox textarea元素如果不写闭合标签会出现把后面所有元素都转文本域的内容显示</title>
      <description>如何避免, 还有,通过xslt转换,会默认把 转成不希望在文本域里赋个空值来解决这个问题</description>
      <link>http://topic.csdn.net/u/20080724/11/ea2bce65-9975-4a21-a75e-e9c93c43fde5.html</link>
      <author>tornado_cn</author>
      <pubDate>Thu, 24 Jul 2008 11:54:19 GMT</pubDate>
    </item>
    <item>
      <title>点击超链接就下载Word文档..那个路径是怎么写,,</title>
      <description>点击超链接就下载Word文档..那个路径是怎么写,,</description>
      <link>http://topic.csdn.net/u/20080724/11/cc4d4af2-9865-48f6-86d8-811d7acab037.html</link>
      <author>ninamusic</author>
      <pubDate>Thu, 24 Jul 2008 11:56:41 GMT</pubDate>
    </item>
    <item>
      <title>关于显示隐藏的问题</title>
      <description>淘宝上宝贝分类，就像这个页面 http://list.taobao.com/browse/1512/t-0----------------g,geydambvhiytambsg4--g,hm5twoz...</description>
      <link>http://topic.csdn.net/u/20080724/11/6ff4ce57-5509-4c9f-ac6a-2e6cfe1dfeb1.html</link>
      <author>killed1988</author>
      <pubDate>Thu, 24 Jul 2008 11:43:11 GMT</pubDate>
    </item>
    <item>
      <title>梅花雨大师进来看看</title>
      <description>我现在在用您的MzTreeView10，能不能给个方法，根据nodes["parentId_nodeId"]的"nodeId"返回客户端的id呢，客户端的id怎么是变的啊，是异步的原因吗，恳请大师帮下...</description>
      <link>http://topic.csdn.net/u/20080724/10/9125045e-a1cb-41a5-a6cf-9f8b0df30b62.html</link>
      <author>JorhnalLiu</author>
      <pubDate>Thu, 24 Jul 2008 10:42:54 GMT</pubDate>
    </item>
    <item>
      <title>关于firefox 中window.returnValue的提示，以及其他几个问题！</title>
      <description>ff3.0支持showModalDialog，我在模态窗口中，设置window.returnValue=”running“,如果用户没有提交而是直接关闭模态窗口就返回running。我在模态窗体放置了...</description>
      <link>http://topic.csdn.net/u/20080724/10/8d2da4af-d156-4fc9-af75-eb470dcda889.html</link>
      <author>fgq841103</author>
      <pubDate>Thu, 24 Jul 2008 10:11:54 GMT</pubDate>
    </item>
    <item>
      <title>IE工具栏增加按钮功能后，如何实现点击IE工具栏新增的按钮点击后出现像IE工具栏历史按钮的效果</title>
      <link>http://topic.csdn.net/u/20080721/14/9b88b40d-6ab3-445e-a4fb-c00d80a6b09f.html</link>
      <author>hehou</author>
      <pubDate>Mon, 21 Jul 2008 22:16:26 GMT</pubDate>
    </item>
    <item>
      <title>急`在线等```````求助个图片横向轮播问题</title>
      <description>刚从网上下载了一个横向滚动照片展示广告代码,想修改成可以自动滚动的`请高手指点一下:下面是演示的地址http://d500.com.cn/jscode/box0804/1/</description>
      <link>http://topic.csdn.net/u/20080724/10/446e72e3-239f-4e7f-bd1a-54050f896e37.html</link>
      <author>yi6900197</author>
      <pubDate>Thu, 24 Jul 2008 10:24:30 GMT</pubDate>
    </item>
    <item>
      <title>这个攻击能完成吗?</title>
      <link>http://topic.csdn.net/u/20080723/13/c5ff0ce2-7fa0-40b7-9983-364fd0afa1a2.html</link>
      <author>a_single_sail_w</author>
      <pubDate>Wed, 23 Jul 2008 21:29:27 GMT</pubDate>
    </item>
    <item>
      <title>iframe嵌入第三方网页，如何限制第三方页面替换parent页面</title>
      <description>index.html 嵌入了 iframe ,src="http://www.fifa.com"发现index.html 会被http://www.fifa.com 替换，请问如何防止？</description>
      <link>http://topic.csdn.net/u/20080724/10/45f29c4d-1ec2-43cc-9696-2ec0f52567b4.html</link>
      <author>czcty</author>
      <pubDate>Thu, 24 Jul 2008 10:24:58 GMT</pubDate>
    </item>
    <item>
      <title>编写js的困惑</title>
      <description>想自己试着写个js控件玩玩，可是看了一大堆例子感觉还是比较迷茫。请高手指点一下迷津</description>
      <link>http://topic.csdn.net/u/20080724/10/fbd102cf-1118-4e98-8edb-7358239857b6.html</link>
      <author>myhorsefsy</author>
      <pubDate>Thu, 24 Jul 2008 10:25:11 GMT</pubDate>
    </item>
    <item>
      <title>表格排序遇到的问题!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</title>
      <description>问题如下面js代码中的注释部分,麻烦大家看一下:[code=HTML] 	function compareTRs(oTR1,oTR2) 	{ 		var sValue1 = oTR1.cells[0]...</description>
      <link>http://topic.csdn.net/u/20080724/09/e64fe3be-52f8-4080-9095-2643665d5204.html</link>
      <author>renqiang_888</author>
      <pubDate>Thu, 24 Jul 2008 09:36:59 GMT</pubDate>
    </item>
    <item>
      <title>临走前散分讨论</title>
      <link>http://topic.csdn.net/u/20080719/08/471ca46e-0528-4f0d-a5e2-75ddbca6da58.html</link>
      <author>chinmo</author>
      <pubDate>Sat, 19 Jul 2008 16:14:26 GMT</pubDate>
    </item>
    <item>
      <title>js应用问题</title>
      <description>  /gm, '');//过滤所遇html标签					html  =  replace(/]*&gt;/gi,'');//过滤img标签            html  =  html.replace(...</description>
      <link>http://topic.csdn.net/u/20080724/09/c39b2e42-0b3b-4cbd-9943-ecd3601979b1.html</link>
      <author>ealiam</author>
      <pubDate>Thu, 24 Jul 2008 09:45:05 GMT</pubDate>
    </item>
    <item>
      <title>固定图片的拖动,并不是把图片拖动到另一个位置,而是...</title>
      <link>http://topic.csdn.net/u/20080722/16/6662cae5-8159-4242-a7bc-5cff15f8cf4d.html</link>
      <author>woaiguomi</author>
      <pubDate>Wed, 23 Jul 2008 00:32:54 GMT</pubDate>
    </item>
    <item>
      <title>怎么让JS延迟10S执行？</title>
      <link>http://topic.csdn.net/u/20080723/09/c68ff02a-0810-427d-b133-e34fba7ccf5e.html</link>
      <author>fisherboy</author>
      <pubDate>Wed, 23 Jul 2008 17:46:01 GMT</pubDate>
    </item>
    <item>
      <title>学习JS对网页制作有啥用呢?</title>
      <description>除了验证表单,还有一些简单的隐藏显示什么的。 还有什么大用处了吗?指教下!</description>
      <link>http://topic.csdn.net/u/20080723/22/f805d3e1-4586-4e47-94e0-98c2380b72ff.html</link>
      <author>gaozhen1990</author>
      <pubDate>Wed, 23 Jul 2008 22:14:01 GMT</pubDate>
    </item>
    <item>
      <title>关于 javascript 中的 innerHTML 问题</title>
      <link>http://topic.csdn.net/u/20080723/17/a56af455-628e-45c2-8a98-fe98e1d711e4.html</link>
      <author>lunhuaboys</author>
      <pubDate>Thu, 24 Jul 2008 01:27:52 GMT</pubDate>
    </item>
    <item>
      <title>专门为难js高手</title>
      <link>http://topic.csdn.net/u/20080714/15/754329a8-e9bb-4885-b32c-c728d96eb51c.html</link>
      <author>annlau168</author>
      <pubDate>Mon, 14 Jul 2008 23:30:15 GMT</pubDate>
    </item>
    <item>
      <title>这两种javascript的用法，哪种好？</title>
      <description>1、直接把javascript代码部分写在html文件中；2、单独写成JS文件，在html中链接进来；以上这两种方法，两种方法好一点？比如运行效率，维护任务等。。。。</description>
      <link>http://topic.csdn.net/u/20080724/08/e8de43b6-d4ea-437f-bd4f-6a690d40af97.html</link>
      <author>yc_eagle2004</author>
      <pubDate>Thu, 24 Jul 2008 08:50:56 GMT</pubDate>
    </item>
    <item>
      <title>在javascript 中 cookie的简单问题</title>
      <description>在a页面中document.cookie="test=ss;"window.open('../popup/b.aspx)在b页面中 alert(document.cookie)弹出的是空 问题出在那里...</description>
      <link>http://topic.csdn.net/u/20080724/09/d6b4c5da-9423-428b-b564-bf19d42bf2bb.html</link>
      <author>qs_25</author>
      <pubDate>Thu, 24 Jul 2008 09:07:11 GMT</pubDate>
    </item>
    <item>
      <title>如何获取表格自定义的属性值？</title>
      <link>http://topic.csdn.net/u/20080723/17/aa031878-e9fe-4100-8504-bc4a7ade9a1d.html</link>
      <author>tjj36</author>
      <pubDate>Thu, 24 Jul 2008 01:29:22 GMT</pubDate>
    </item>
    <item>
      <title>Javascript二级导航</title>
      <description>nav... // JavaScript Document startList = function() ...{ if (document.all&amp;&amp;document.getElementById)...</description>
      <link>http://topic.csdn.net/u/20080723/22/a26bacdf-1991-4bcc-8ade-26430a7d8793.html</link>
      <author>twfx7758</author>
      <pubDate>Wed, 23 Jul 2008 22:55:00 GMT</pubDate>
    </item>
    <item>
      <title>IE退出时报错，该内存不能为"read"</title>
      <link>http://topic.csdn.net/u/20080720/20/013f57c6-0832-4545-a5d4-c1d091e1e97e.html</link>
      <author>zhang7859</author>
      <pubDate>Mon, 21 Jul 2008 04:21:41 GMT</pubDate>
    </item>
    <item>
      <title>请问如何使用脚本（或者其他WEB客户端手段）打开本地的文件夹？</title>
      <description>我的需求是这样的，我需要在一个BS的小程序中，点击链接打开一个本地的文件夹展现给用户在IE5的时候好像直接使用一个超链接就搞定，或者直接window.open("file///d:\")也可以，可是好...</description>
      <link>http://topic.csdn.net/u/20080724/00/6cb7aa8c-eb92-4578-bdfb-e338d253d657.html</link>
      <author>ckbf</author>
      <pubDate>Thu, 24 Jul 2008 00:15:54 GMT</pubDate>
    </item>
    <item>
      <title>这个在ff下为什么会出错</title>
      <link>http://topic.csdn.net/u/20080723/17/293e72cc-d64b-4d3b-a60c-008501210b6a.html</link>
      <author>cloudgamer</author>
      <pubDate>Thu, 24 Jul 2008 01:18:24 GMT</pubDate>
    </item>
    <item>
      <title>表单判断问题</title>
      <description>为什么判断完后程序直接终止了，不执行了到指定的 action="" 的页面中了     Untitled Document  function oosubmit(o){ if(o.username.v...</description>
      <link>http://topic.csdn.net/u/20080724/03/63ad4dfa-d5dc-4211-a018-6eea7ea9feb8.html</link>
      <author>xiazaiok</author>
      <pubDate>Thu, 24 Jul 2008 03:18:19 GMT</pubDate>
    </item>
    <item>
      <title>100分求解答 JavaScript 接收 activex 的事件 并处理事件返回的 指针 </title>
      <link>http://topic.csdn.net/u/20080723/10/63fc5048-063a-4252-83ff-0de614dc9e7c.html</link>
      <author>jackshenbin</author>
      <pubDate>Wed, 23 Jul 2008 18:44:17 GMT</pubDate>
    </item>
    <item>
      <title>javascript为什么无法识别xml文件的变化</title>
      <description>	try{		tmpltXmlDoc.async=false;		tmpltXmlDoc.load("wtd/[color=#FF0000]wtd1[/color].xml");	}我在用javasc...</description>
      <link>http://topic.csdn.net/u/20080724/08/0a1627da-32cf-41e4-ad72-8b0cc5b0ebdd.html</link>
      <author>ghost1840</author>
      <pubDate>Thu, 24 Jul 2008 08:00:15 GMT</pubDate>
    </item>
    <item>
      <title>MySql中主键设为自增量，如何写入？</title>
      <description>我打算做个论坛，讲发表的主题保存在一张表中，表中ID字段为主键，而且设为自增量。当我写入时，若SQL语句这样写，无法写入：insert into tb_forumSend values ('"+sor...</description>
      <link>http://topic.csdn.net/u/20080724/07/00969169-0a3c-402d-975e-7fc56e44d14f.html</link>
      <author>vn198651</author>
      <pubDate>Thu, 24 Jul 2008 07:44:08 GMT</pubDate>
    </item>
    <item>
      <title>Media Player显示问题</title>
      <link>http://topic.csdn.net/u/20080705/12/a60fdb77-d6f1-4d32-aa10-0ec7eae96204.html</link>
      <author>xyflash</author>
      <pubDate>Sat, 05 Jul 2008 20:16:17 GMT</pubDate>
    </item>
    <item>
      <title>HTML与UBB代码互相转换 问题</title>
      <link>http://topic.csdn.net/u/20080718/22/c7ea7c93-3f50-4ca8-977b-e5b0ebd7946f.html</link>
      <author>xyflash</author>
      <pubDate>Sat, 19 Jul 2008 06:04:17 GMT</pubDate>
    </item>
    <item>
      <title>为什么在firefox下这段代码不行?其他浏览器下都行</title>
      <link>http://topic.csdn.net/u/20080722/19/6aefd354-5559-4f2f-b41c-caffef245d04.html</link>
      <author>pygyh123</author>
      <pubDate>Wed, 23 Jul 2008 03:09:52 GMT</pubDate>
    </item>
    <item>
      <title>[Extjs]基于Extjs2.0日期时间(DateTime)控件的改良版本</title>
      <link>http://topic.csdn.net/u/20080721/14/4f8c0f54-c49b-4dc0-bd41-179af0ade8b3.html</link>
      <author>alexwan</author>
      <pubDate>Mon, 21 Jul 2008 22:48:03 GMT</pubDate>
    </item>
    <item>
      <title>aptana 1.1 为什么不支持中文？而且用来Run html 页是总是在Firefox中打开aptana 的主页？</title>
      <link>http://topic.csdn.net/u/20080718/11/99baf324-f790-4631-98cd-902703e303ab.html</link>
      <author>lkq_net</author>
      <pubDate>Fri, 18 Jul 2008 19:26:12 GMT</pubDate>
    </item>
    <item>
      <title>我想知道ff下用什么代替ondragstart</title>
      <link>http://topic.csdn.net/u/20080723/17/4efe75d5-7749-43d6-8826-d54140b8f025.html</link>
      <author>cloudgamer</author>
      <pubDate>Thu, 24 Jul 2008 01:19:26 GMT</pubDate>
    </item>
    <item>
      <title>document.postMessage是什么DOM的么?</title>
      <description>怎么在DHTML手册中没有查到?ie支持么?还有个: window.postMessage?</description>
      <link>http://topic.csdn.net/u/20080723/21/dbfd261c-77bd-40ce-a0c9-2596a919670e.html</link>
      <author>zjstandup</author>
      <pubDate>Wed, 23 Jul 2008 21:19:33 GMT</pubDate>
    </item>
    <item>
      <title>winow.showModalDialog()弹出窗体右上角的关闭按钮不可用 javascript 弹出窗体 关闭按钮不可用</title>
      <description>我记得这个运用DreamWeaver 可以实现 但 忘记了 写代码可以实现吗？有替代的方案 运用div模拟一个弹出窗体 但 我希望以个真的窗体 </description>
      <link>http://topic.csdn.net/u/20080723/23/1facf102-5d79-4b48-948b-21bd221cde3c.html</link>
      <author>feihulii</author>
      <pubDate>Wed, 23 Jul 2008 23:03:43 GMT</pubDate>
    </item>
    <item>
      <title>有关 js 替换的问题</title>
      <link>http://topic.csdn.net/u/20080722/17/b202542e-d0d3-43e4-a60f-d38529dd73ed.html</link>
      <author>digidea</author>
      <pubDate>Wed, 23 Jul 2008 01:34:32 GMT</pubDate>
    </item>
    <item>
      <title>多个div移动移动问题</title>
      <link>http://topic.csdn.net/u/20080723/10/7590eadf-0ffa-4a55-8649-cd4378f409c2.html</link>
      <author>hqian11</author>
      <pubDate>Wed, 23 Jul 2008 18:12:25 GMT</pubDate>
    </item>
    <item>
      <title>JS代码转Java代码</title>
      <link>http://topic.csdn.net/u/20080707/10/a61ee735-fa38-4322-9d70-b08520e355a0.html</link>
      <author>fengfangfang</author>
      <pubDate>Mon, 07 Jul 2008 18:49:24 GMT</pubDate>
    </item>
    <item>
      <title>firefox中window.close 对非脚本打开的窗口失效</title>
      <link>http://topic.csdn.net/u/20080723/12/54077251-0307-4ff3-b0af-f3964f5259e0.html</link>
      <author>chz_cslg</author>
      <pubDate>Wed, 23 Jul 2008 20:16:50 GMT</pubDate>
    </item>
    <item>
      <title>IE 7中用JS关闭窗口</title>
      <link>http://topic.csdn.net/u/20070411/20/5704c155-2945-4f44-9486-8d901b9c6b9f.html</link>
      <author>bensharp</author>
      <pubDate>Thu, 12 Apr 2007 04:43:30 GMT</pubDate>
    </item>
    <item>
      <title>怎样使一个页面无任何提示以全屏窗口打开？</title>
      <link>http://topic.csdn.net/u/20080723/17/a85e49ec-f7cd-445c-9b87-f6d65dc4c0ca.html</link>
      <author>jeefchen</author>
      <pubDate>Thu, 24 Jul 2008 01:28:57 GMT</pubDate>
    </item>
    <item>
      <title>申请 JavaScript 版主  </title>
      <link>http://topic.csdn.net/u/20080715/23/26a18563-ae80-4f37-a61e-8d339c9c0fc2.html</link>
      <author>tantaiyizu</author>
      <pubDate>Wed, 16 Jul 2008 07:13:02 GMT</pubDate>
    </item>
    <item>
      <title>框架打印</title>
      <link>http://topic.csdn.net/u/20070601/09/85966f43-1af5-4106-988e-810ea8320b64.html</link>
      <author>ahbbzgy</author>
      <pubDate>Fri, 01 Jun 2007 17:22:17 GMT</pubDate>
    </item>
    <item>
      <title>怎样打印预览及打印框架frame中的内容</title>
      <link>http://topic.csdn.net/u/20070509/15/1e223e5b-454b-4a11-9450-58a0dac95f67.html</link>
      <author>beihua</author>
      <pubDate>Wed, 09 May 2007 23:17:35 GMT</pubDate>
    </item>
    <item>
      <title>javascript里有没有退出函数？</title>
      <link>http://topic.csdn.net/u/20080722/15/a91ddb0e-c64e-414a-a4ac-522ef3185f57.html</link>
      <author>jy25jy</author>
      <pubDate>Tue, 22 Jul 2008 23:58:13 GMT</pubDate>
    </item>
    <item>
      <title>关闭页面时弹出新窗体，要支持ie7.0 和firefox 。模拟事件和用鼠标点击有什么区别？？？  ---高度散分</title>
      <link>http://topic.csdn.net/u/20080718/17/dcbc8102-7cbf-4fca-8cff-faa7203d5c31.html</link>
      <author>fei6330882</author>
      <pubDate>Sat, 19 Jul 2008 01:16:40 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript 透镜效果（带拖动、缩放效果）</title>
      <link>http://topic.csdn.net/u/20080721/01/cd06c4a0-d3d3-4d18-85ac-5a1110db2720.html</link>
      <author>cloudgamer</author>
      <pubDate>Mon, 21 Jul 2008 09:35:15 GMT</pubDate>
    </item>
    <item>
      <title>一个按钮如何调用两个函数</title>
      <link>http://topic.csdn.net/u/20080722/17/dc20d036-1923-4324-a899-74c206dadd4b.html</link>
      <author>zhanghaoalongken</author>
      <pubDate>Wed, 23 Jul 2008 01:51:14 GMT</pubDate>
    </item>
    <item>
      <title>下拉选和单选的的组合问题</title>
      <link>http://topic.csdn.net/u/20080723/16/850e29e6-2d00-40c4-9d6f-be705bdb248b.html</link>
      <author>wuyoubei1</author>
      <pubDate>Thu, 24 Jul 2008 00:37:59 GMT</pubDate>
    </item>
    <item>
      <title>trList[i+1].cells(0).innerText = getItem(arrText[startline + i], 1);哪错了？</title>
      <link>http://topic.csdn.net/u/20080723/16/3db42838-4fa8-4f5a-acc7-22c09559998b.html</link>
      <author>erwei1983</author>
      <pubDate>Thu, 24 Jul 2008 00:20:26 GMT</pubDate>
    </item>
    <item>
      <title>如何实现横向导航菜单图片点击变换</title>
      <link>http://topic.csdn.net/u/20080723/14/d53530f1-9664-42c3-aa2b-f17824375f90.html</link>
      <author>xhpro</author>
      <pubDate>Wed, 23 Jul 2008 22:23:22 GMT</pubDate>
    </item>
    <item>
      <title>不算复杂的校验，帮忙看看！ </title>
      <link>http://topic.csdn.net/u/20080723/13/9d094cdf-31fb-486c-8207-33c86f0ebea0.html</link>
      <author>liudianjin</author>
      <pubDate>Wed, 23 Jul 2008 21:49:57 GMT</pubDate>
    </item>
    <item>
      <title>100分求段js</title>
      <link>http://topic.csdn.net/u/20080723/15/f63a10d4-cfdc-4df7-9055-d2e8589a1ccd.html</link>
      <author>wishY</author>
      <pubDate>Wed, 23 Jul 2008 23:48:46 GMT</pubDate>
    </item>
    <item>
      <title>如何解决快捷键问题</title>
      <link>http://topic.csdn.net/u/20080615/18/c3ab1d40-b574-4d2a-86fa-63c42324dc52.html</link>
      <author>shuzai</author>
      <pubDate>Mon, 16 Jun 2008 02:28:20 GMT</pubDate>
    </item>
    <item>
      <title>不算复杂的校验，帮忙看看！</title>
      <link>http://topic.csdn.net/u/20080723/13/868ea536-7fe7-4bf9-aa68-dd53e9fee80d.html</link>
      <author>liudianjin</author>
      <pubDate>Wed, 23 Jul 2008 21:47:57 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript使用技巧精萃</title>
      <link>http://topic.csdn.net/u/20080527/10/7f580777-1a3d-44fc-8806-55f9d79d0c65.html</link>
      <author>chaihuoniu</author>
      <pubDate>Tue, 27 May 2008 18:06:28 GMT</pubDate>
    </item>
    <item>
      <title>谁能解释一下这段代码</title>
      <link>http://topic.csdn.net/u/20080723/12/6ab8f34a-a689-483c-ac6e-e9c471b3c633.html</link>
      <author>honpher</author>
      <pubDate>Wed, 23 Jul 2008 20:18:03 GMT</pubDate>
    </item>
    <item>
      <title>如何将8个同名的CHECKBOX，值是0或1，提交后保存到一个8位的整型上，并且刷新见面后要能根据0或1判断是否选中</title>
      <link>http://topic.csdn.net/u/20080723/10/b006dcec-65c5-4cb5-9c4f-a6e8e9b222cb.html</link>
      <author>ajanemm</author>
      <pubDate>Wed, 23 Jul 2008 18:59:14 GMT</pubDate>
    </item>
    <item>
      <title>请帮我解释一下这段代码 谢谢</title>
      <link>http://topic.csdn.net/u/20080723/14/3ea20de4-a6a2-4649-a09c-d72dd946c2d1.html</link>
      <author>gbatcnn</author>
      <pubDate>Wed, 23 Jul 2008 22:47:00 GMT</pubDate>
    </item>
    <item>
      <title>onMouseOver  下拉列表 当光标在页面文本框中的时候，下拉列表不能自动消失？ （刚才那个帖子出错打不开了！咋回事儿？？！）</title>
      <link>http://topic.csdn.net/u/20080722/15/47069cf4-aa26-43a0-abc4-fec6c89b1871.html</link>
      <author>haojie5</author>
      <pubDate>Tue, 22 Jul 2008 23:05:44 GMT</pubDate>
    </item>
    <item>
      <title>超级困惑，谁知道淘宝网鼠标移动到图片会放大是怎么实现的？？</title>
      <link>http://topic.csdn.net/u/20080723/09/d0ca79bc-9a31-4a17-957f-5ae3c47e1b5d.html</link>
      <author>no_limit</author>
      <pubDate>Wed, 23 Jul 2008 17:19:09 GMT</pubDate>
    </item>
    <item>
      <title>请教个特效！</title>
      <link>http://topic.csdn.net/u/20080723/14/16d3d618-6b92-4102-9b24-a30009027641.html</link>
      <author>45Ter</author>
      <pubDate>Wed, 23 Jul 2008 22:06:39 GMT</pubDate>
    </item>
    <item>
      <title>getItem()提示错误？</title>
      <link>http://topic.csdn.net/u/20080723/13/505d83d6-4b2e-47e0-827c-68cfce06073a.html</link>
      <author>erwei1983</author>
      <pubDate>Wed, 23 Jul 2008 21:36:02 GMT</pubDate>
    </item>
    <item>
      <title>window.PageListBar是什么意思？</title>
      <link>http://topic.csdn.net/u/20080723/13/502fec8d-3153-4185-875f-3abb0981a995.html</link>
      <author>hong_l</author>
      <pubDate>Wed, 23 Jul 2008 21:21:53 GMT</pubDate>
    </item>
    <item>
      <title>JS动态绑定时间</title>
      <link>http://topic.csdn.net/u/20080723/10/94e3d2c7-4293-497e-a882-9df9a04f47b8.html</link>
      <author>Leo1734</author>
      <pubDate>Wed, 23 Jul 2008 18:37:47 GMT</pubDate>
    </item>
    <item>
      <title>如浏览器右下方“csnd推荐”是怎么样定位的</title>
      <link>http://topic.csdn.net/u/20080722/11/7713cbbe-5831-468a-8e52-6f6b7642a9a8.html</link>
      <author>varhome</author>
      <pubDate>Tue, 22 Jul 2008 19:42:53 GMT</pubDate>
    </item>
    <item>
      <title>页签切换div域不显示 </title>
      <link>http://topic.csdn.net/u/20080723/11/2e07673e-362d-4329-ac97-f1057d056e49.html</link>
      <author>zjx41708515</author>
      <pubDate>Wed, 23 Jul 2008 19:26:16 GMT</pubDate>
    </item>
    <item>
      <title>用javascript对表格行列的文本进行对换  </title>
      <link>http://topic.csdn.net/u/20080710/15/81761a46-ceaa-4262-8a5a-64b777662fb2.html</link>
      <author>fhjearth</author>
      <pubDate>Thu, 10 Jul 2008 23:16:06 GMT</pubDate>
    </item>
    <item>
      <title>怎样原有的子目录马上消失?</title>
      <link>http://topic.csdn.net/u/20080722/16/750a21dc-14e8-442a-8a3b-46758959f7e2.html</link>
      <author>yeyuanzhi2008</author>
      <pubDate>Wed, 23 Jul 2008 00:43:16 GMT</pubDate>
    </item>
    <item>
      <title>关于javascript 解析XML</title>
      <link>http://topic.csdn.net/u/20080723/10/e98c9bf3-84d2-42bc-8e87-25e1cea9e179.html</link>
      <author>zhangfeng0408</author>
      <pubDate>Wed, 23 Jul 2008 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>问个javascript问题（我是新手）</title>
      <link>http://topic.csdn.net/u/20080721/20/4a8607d9-da03-4d94-8b08-afb055b3cd5d.html</link>
      <author>jyf7356759</author>
      <pubDate>Tue, 22 Jul 2008 04:51:24 GMT</pubDate>
    </item>
    <item>
      <title>dh20156风之石申请JavaScript版版主</title>
      <link>http://topic.csdn.net/u/20080717/10/badaa4c4-3293-46b3-906e-c42c7327d52b.html</link>
      <author>dh20156</author>
      <pubDate>Thu, 17 Jul 2008 18:22:33 GMT</pubDate>
    </item>
    <item>
      <title>中国海洋大学MIT实验室招聘</title>
      <link>http://topic.csdn.net/u/20080723/09/fae99bfc-27bf-4998-af61-42be1d57ad9e.html</link>
      <author>zlsajtu</author>
      <pubDate>Wed, 23 Jul 2008 17:56:11 GMT</pubDate>
    </item>
    <item>
      <title>遇到头痛的问题。。。。。。。请大家帮忙啊</title>
      <link>http://topic.csdn.net/u/20080722/21/06b2b317-2246-4c6f-91d5-33b2ebea1d16.html</link>
      <author>majianbing</author>
      <pubDate>Wed, 23 Jul 2008 05:51:34 GMT</pubDate>
    </item>
    <item>
      <title>那位高手可以仿造这个好菜单？</title>
      <link>http://topic.csdn.net/u/20080722/21/9b9357b0-5d30-46d7-804b-e45a62d4e026.html</link>
      <author>incp</author>
      <pubDate>Wed, 23 Jul 2008 05:33:24 GMT</pubDate>
    </item>
    <item>
      <title>PHP表单验证为何不执行</title>
      <link>http://topic.csdn.net/u/20080723/09/ae5c1a2a-a727-4180-a648-db24956e3d35.html</link>
      <author>hosituki</author>
      <pubDate>Wed, 23 Jul 2008 17:21:39 GMT</pubDate>
    </item>
    <item>
      <title>js全屏代码 可是全屏为什么</title>
      <link>http://topic.csdn.net/u/20080722/17/a9ba96a4-9992-491f-b644-c81fddbe59e6.html</link>
      <author>beabren</author>
      <pubDate>Wed, 23 Jul 2008 01:39:10 GMT</pubDate>
    </item>
    <item>
      <title>关闭窗口的问题,急啊!</title>
      <link>http://topic.csdn.net/u/20080722/20/80385341-6a8c-4960-b517-e29c8423afc1.html</link>
      <author>hideer</author>
      <pubDate>Wed, 23 Jul 2008 04:46:42 GMT</pubDate>
    </item>
    <item>
      <title>web打印如何让页脚从第二页开始计数？</title>
      <link>http://topic.csdn.net/u/20080718/10/8b729251-4239-4041-a598-ec427712ca68.html</link>
      <author>ysting2003</author>
      <pubDate>Fri, 18 Jul 2008 18:48:58 GMT</pubDate>
    </item>
    <item>
      <title>怎么获得点击一个动态链接的次数？</title>
      <link>http://topic.csdn.net/u/20080721/18/512cf5b8-1d88-4602-8e0a-5775c8fdfc0f.html</link>
      <author>celine2525</author>
      <pubDate>Tue, 22 Jul 2008 02:53:52 GMT</pubDate>
    </item>
    <item>
      <title>散一个模拟DIV滚动条实例</title>
      <link>http://topic.csdn.net/u/20080721/13/43dc5cfb-4fbe-4b48-8572-74d1cc45fd26.html</link>
      <author>web_show</author>
      <pubDate>Mon, 21 Jul 2008 21:02:40 GMT</pubDate>
    </item>
    <item>
      <title>如何使超链接在一定条件下失效？</title>
      <link>http://topic.csdn.net/u/20080630/21/8e0942a5-5a79-41ce-83f3-d9607ac6ecbc.html</link>
      <author>cdshrewd</author>
      <pubDate>Tue, 01 Jul 2008 05:32:53 GMT</pubDate>
    </item>
    <item>
      <title>请大家推荐一本讲解javascript比较深入的书</title>
      <link>http://topic.csdn.net/u/20080722/09/df65fc7a-a780-46dd-ab52-155cfd4417b1.html</link>
      <author>cime63</author>
      <pubDate>Tue, 22 Jul 2008 17:05:13 GMT</pubDate>
    </item>
    <item>
      <title>用CSS或js如何实现字体渐渐消失</title>
      <link>http://topic.csdn.net/u/20080722/19/09ecc505-8aa7-4077-bf63-fe9230aeb34d.html</link>
      <author>dwtyxugy</author>
      <pubDate>Wed, 23 Jul 2008 03:12:40 GMT</pubDate>
    </item>
    <item>
      <title>vml中如何隐藏图形对象</title>
      <link>http://topic.csdn.net/u/20080722/20/458dfd4e-a481-4519-8a00-4aea350ec1c0.html</link>
      <author>fanfantasy</author>
      <pubDate>Wed, 23 Jul 2008 04:08:03 GMT</pubDate>
    </item>
    <item>
      <title>在一个层中包含一个网页 高手请进</title>
      <link>http://topic.csdn.net/u/20080721/20/4e2ebd4f-422a-47b1-a5e6-25c38bca16c1.html</link>
      <author>every888</author>
      <pubDate>Tue, 22 Jul 2008 04:44:40 GMT</pubDate>
    </item>
    <item>
      <title>跪求各位 --js全屏代码 可是全屏为什么......................</title>
      <link>http://topic.csdn.net/u/20080710/19/bba1d504-7d23-4d42-b31e-9d969ab108c2.html</link>
      <author>liujianghui2008</author>
      <pubDate>Fri, 11 Jul 2008 03:13:22 GMT</pubDate>
    </item>
    <item>
      <title>100分求助: 麻烦帮忙解释下这个变态的js写法,以及达到什么功能,谢谢</title>
      <link>http://topic.csdn.net/u/20080721/14/4a44cfd9-3f22-4fd3-a8e2-8c8d0b42e534.html</link>
      <author>zjstandup</author>
      <pubDate>Mon, 21 Jul 2008 22:48:18 GMT</pubDate>
    </item>
    <item>
      <title>form get方法url长度最大2,083 字符，我提交的参数很多，怎么办？</title>
      <link>http://topic.csdn.net/u/20080717/17/e54ec925-dca9-4207-883a-2a4fa54e8fbe.html</link>
      <author>hellotobe</author>
      <pubDate>Fri, 18 Jul 2008 01:43:05 GMT</pubDate>
    </item>
    <item>
      <title>关于 IE BACK 按钮问题</title>
      <link>http://topic.csdn.net/u/20080722/10/f285d22a-9755-4686-863a-52113416610f.html</link>
      <author>davidtsui</author>
      <pubDate>Tue, 22 Jul 2008 18:38:04 GMT</pubDate>
    </item>
    <item>
      <title>javascript中this的用法</title>
      <link>http://topic.csdn.net/u/20080722/15/2caa61f1-ec27-49f5-be77-a652925e105c.html</link>
      <author>infaye</author>
      <pubDate>Tue, 22 Jul 2008 23:50:44 GMT</pubDate>
    </item>
    <item>
      <title>希望好心的高手帮我这个动态增加文本框的问题</title>
      <link>http://topic.csdn.net/u/20080722/01/b607e58b-127b-4356-b436-b011af65be08.html</link>
      <author>zsql9435</author>
      <pubDate>Tue, 22 Jul 2008 09:13:04 GMT</pubDate>
    </item>
    <item>
      <title>如何触发EXT treenode的click事件 </title>
      <link>http://topic.csdn.net/u/20080718/16/e66d8ad4-a6a2-4060-9cd4-30053928fda4.html</link>
      <author>riseman</author>
      <pubDate>Sat, 19 Jul 2008 00:34:16 GMT</pubDate>
    </item>
    <item>
      <title>js 节点 childNodes问题</title>
      <link>http://topic.csdn.net/u/20080722/15/391b1855-6747-419e-b3fd-9bb7e50981da.html</link>
      <author>fanchao10</author>
      <pubDate>Tue, 22 Jul 2008 23:14:12 GMT</pubDate>
    </item>
    <item>
      <title>javasvript获取播放器的当前播放时间——歌词同步原理？</title>
      <link>http://topic.csdn.net/u/20080722/15/0c163322-7979-4a90-8cd5-1e62baf9e313.html</link>
      <author>junon</author>
      <pubDate>Tue, 22 Jul 2008 23:41:52 GMT</pubDate>
    </item>
    <item>
      <title>求助：history.back()在ie7中的重大问题！</title>
      <link>http://topic.csdn.net/u/20080717/11/4993c051-c42e-4a32-baee-965102a84dad.html</link>
      <author>Ferri_Qing</author>
      <pubDate>Thu, 17 Jul 2008 19:06:19 GMT</pubDate>
    </item>
    <item>
      <title>一个 window.showModalDialog() 的问题</title>
      <link>http://topic.csdn.net/u/20080708/17/35bec61c-8fba-477b-87ed-827f6c247f56.html</link>
      <author>Allen_Chao</author>
      <pubDate>Wed, 09 Jul 2008 01:21:19 GMT</pubDate>
    </item>
    <item>
      <title>高分求解Extjs中dataview 的问题</title>
      <link>http://topic.csdn.net/u/20080722/16/4a32cabb-acc0-4116-a980-d70212fd440d.html</link>
      <author>fenghaoo</author>
      <pubDate>Wed, 23 Jul 2008 00:03:52 GMT</pubDate>
    </item>
    <item>
      <title>点击关闭窗口弹出窗口输入密码正确后关闭窗口否则不关闭</title>
      <link>http://topic.csdn.net/u/20080722/16/e7f2ba59-ac8f-4795-82b6-c322c269befe.html</link>
      <author>hlm_2008</author>
      <pubDate>Wed, 23 Jul 2008 00:02:23 GMT</pubDate>
    </item>
    <item>
      <title>如何让伸缩菜单里的超级联接是弹出新窗口的</title>
      <link>http://topic.csdn.net/u/20080721/16/93549e8f-59c2-4ba7-b9d8-27d6a811d9a7.html</link>
      <author>angle518</author>
      <pubDate>Tue, 22 Jul 2008 00:30:22 GMT</pubDate>
    </item>
    <item>
      <title>JS如何取得ocx的返回数组</title>
      <link>http://topic.csdn.net/u/20080714/19/e02d6365-fdc8-40e5-a977-6dbb8d0a1947.html</link>
      <author>phla</author>
      <pubDate>Tue, 15 Jul 2008 03:45:18 GMT</pubDate>
    </item>
    <item>
      <title>弹出交互式窗体？</title>
      <link>http://topic.csdn.net/u/20080722/15/ad615c72-5b83-44f5-a276-17a1d7704704.html</link>
      <author>yuanqge</author>
      <pubDate>Tue, 22 Jul 2008 23:08:24 GMT</pubDate>
    </item>
    <item>
      <title>怎么制作背景色不断变化？</title>
      <link>http://topic.csdn.net/u/20080722/10/f88b6eba-0999-41ba-9e3b-5fb28e073fa9.html</link>
      <author>zxhxiaoyi51</author>
      <pubDate>Tue, 22 Jul 2008 18:41:31 GMT</pubDate>
    </item>
    <item>
      <title>onMouseOver 下拉列表 当光标在页面文本框中的时候，下拉列表不能自动消失？</title>
      <link>http://topic.csdn.net/u/20080722/14/e0e4aaf4-3453-4813-88e4-c6a131ec4ee8.html</link>
      <author>haojie5</author>
      <pubDate>Tue, 22 Jul 2008 22:34:56 GMT</pubDate>
    </item>
    <item>
      <title> javascript 如何获取  TreevView  控件中的 对象 ？</title>
      <link>http://topic.csdn.net/u/20080722/14/2e9e5a81-d2ab-4fb7-a0e0-4e6fd9924024.html</link>
      <author>enya07</author>
      <pubDate>Tue, 22 Jul 2008 22:28:12 GMT</pubDate>
    </item>
    <item>
      <title>关于一个显示和隐藏层的问题</title>
      <link>http://topic.csdn.net/u/20080627/21/04e235c9-b02d-4d5d-839a-654b3b4824e3.html</link>
      <author>xiaoqiuwyh</author>
      <pubDate>Sat, 28 Jun 2008 05:14:43 GMT</pubDate>
    </item>
    <item>
      <title>onload="javascript:abc();"和onload="abc();"有什么区别呀？</title>
      <link>http://topic.csdn.net/u/20080721/16/444875aa-efd9-4cae-99fd-78c772b2c146.html</link>
      <author>nydns</author>
      <pubDate>Tue, 22 Jul 2008 00:27:14 GMT</pubDate>
    </item>
    <item>
      <title>急：神秘的asx文件</title>
      <link>http://topic.csdn.net/u/20080721/13/0c03e607-7d3d-468b-a714-1edd2f0c09c0.html</link>
      <author>dream2013</author>
      <pubDate>Mon, 21 Jul 2008 21:31:55 GMT</pubDate>
    </item>
    <item>
      <title>请问怎样用java接收邮件正文和附件，然后把它显示在网页上？？？ </title>
      <link>http://topic.csdn.net/u/20080722/11/aefa0cde-968c-4c1b-be08-dd12c99bb600.html</link>
      <author>diyatou</author>
      <pubDate>Tue, 22 Jul 2008 19:04:20 GMT</pubDate>
    </item>
    <item>
      <title>js 页面切换奇怪问题??</title>
      <link>http://topic.csdn.net/u/20080718/14/143afad1-8214-4acf-8626-e5d49d3114a7.html</link>
      <author>duanwq0007</author>
      <pubDate>Fri, 18 Jul 2008 22:35:49 GMT</pubDate>
    </item>
    <item>
      <title>【消息提示组件】ymPrompt 2.0版发布</title>
      <link>http://topic.csdn.net/u/20080720/11/cdabfd98-fbb6-499f-ab18-2efd029e3dc3.html</link>
      <author>riaman</author>
      <pubDate>Sun, 20 Jul 2008 19:41:04 GMT</pubDate>
    </item>
    <item>
      <title>请问对话框怎么做？</title>
      <link>http://topic.csdn.net/u/20080721/09/0f8d12d2-15c0-4915-a6ad-93a7121158e3.html</link>
      <author>serch513</author>
      <pubDate>Mon, 21 Jul 2008 17:48:34 GMT</pubDate>
    </item>
    <item>
      <title>那位大哥能告诉我这个是加密的吗，怎么解密，谢谢</title>
      <link>http://topic.csdn.net/u/20070727/22/6b718b4b-c7fc-49ae-947e-0a62dd9609af.html</link>
      <author>pqs670417</author>
      <pubDate>Sat, 28 Jul 2007 06:02:00 GMT</pubDate>
    </item>
    <item>
      <title>跪求:javascript详细学习资料大全或asp.net Ajax详细学习资料</title>
      <link>http://topic.csdn.net/u/20080722/10/3dd9997c-f717-4ea3-9025-11337400e08e.html</link>
      <author>wangjinchang</author>
      <pubDate>Tue, 22 Jul 2008 18:27:19 GMT</pubDate>
    </item>
    <item>
      <title>javascript做个是男人就下一百层的游戏例子</title>
      <link>http://topic.csdn.net/u/20080721/10/3f2a82ca-0907-42ee-9cd4-cc4f105a9ec5.html</link>
      <author>Harvey_He</author>
      <pubDate>Mon, 21 Jul 2008 18:48:33 GMT</pubDate>
    </item>
    <item>
      <title>input onkeyup传值问题</title>
      <link>http://topic.csdn.net/u/20080721/16/67dac760-9d54-4965-87d0-2f6c5919fcdb.html</link>
      <author>qwerasdf123</author>
      <pubDate>Tue, 22 Jul 2008 00:03:14 GMT</pubDate>
    </item>
    <item>
      <title>在线等，查看文件生成时间，按生成时间先后轮流在网页里显示</title>
      <link>http://topic.csdn.net/u/20080722/08/615c1be5-99a8-4e8c-9471-4e7e7553a9eb.html</link>
      <author>54321790</author>
      <pubDate>Tue, 22 Jul 2008 16:52:31 GMT</pubDate>
    </item>
    <item>
      <title>javascript 能这样用吗？结果是什么了？</title>
      <link>http://topic.csdn.net/u/20080721/16/6c253440-e222-416d-9b45-f4cf0e321534.html</link>
      <author>maplenet</author>
      <pubDate>Tue, 22 Jul 2008 00:23:22 GMT</pubDate>
    </item>
    <item>
      <title>如何得到iframe的鼠标滚轴事件，请大家帮忙，谢谢 </title>
      <link>http://topic.csdn.net/u/20080721/16/82d76e2a-a63b-4b9c-8ade-26ca0140cf94.html</link>
      <author>zorroonline</author>
      <pubDate>Tue, 22 Jul 2008 00:29:45 GMT</pubDate>
    </item>
    <item>
      <title>JAVASCRIPT子窗口返值回父窗口的问题</title>
      <link>http://topic.csdn.net/u/20080721/11/3882eebc-28e3-48a0-923d-9b542c06ea04.html</link>
      <author>lifelz888</author>
      <pubDate>Mon, 21 Jul 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>htmlarea 与onload事件</title>
      <link>http://topic.csdn.net/u/20080721/23/4b407696-e719-4ad7-a8f6-d01f32825154.html</link>
      <author>forum2621</author>
      <pubDate>Tue, 22 Jul 2008 07:22:08 GMT</pubDate>
    </item>
    <item>
      <title>我按照 教程 写了 一个 EXT 2.0 grid 的例子 但什么也没有显示 </title>
      <link>http://topic.csdn.net/u/20080611/17/08af9b5f-3b8d-4637-8478-d170837c9a05.html</link>
      <author>fsqman</author>
      <pubDate>Thu, 12 Jun 2008 01:32:33 GMT</pubDate>
    </item>
    <item>
      <title>1000分，在客户端网页内如何获取其它域名下页面的代码</title>
      <link>http://topic.csdn.net/u/20080111/15/681d24d9-049e-4605-bc06-d1a50a3c9042.html</link>
      <author>123xie</author>
      <pubDate>Fri, 11 Jan 2008 23:08:27 GMT</pubDate>
    </item>
    <item>
      <title>xml+vml 动态画公司组织结构图!!</title>
      <link>http://topic.csdn.net/u/20080715/09/82a75d68-73d0-4745-88df-3214c1e118ff.html</link>
      <author>hengase009</author>
      <pubDate>Tue, 15 Jul 2008 17:31:43 GMT</pubDate>
    </item>
    <item>
      <title>如何得到iframe的鼠标滚轴事件，请大家帮忙，谢谢 </title>
      <link>http://topic.csdn.net/u/20080721/17/ef567d6b-4ea5-437d-b93a-817396242c62.html</link>
      <author>zorroonline</author>
      <pubDate>Tue, 22 Jul 2008 01:09:00 GMT</pubDate>
    </item>
    <item>
      <title>一些简单的问题。。</title>
      <link>http://topic.csdn.net/u/20080721/14/21126618-f537-481f-b031-97689fb77640.html</link>
      <author>xgj1988</author>
      <pubDate>Mon, 21 Jul 2008 22:27:00 GMT</pubDate>
    </item>
    <item>
      <title>请高手指点javascript</title>
      <link>http://topic.csdn.net/u/20080721/17/7255cecf-099e-4d20-9bce-6d4290763f80.html</link>
      <author>lovemonkey</author>
      <pubDate>Tue, 22 Jul 2008 01:40:52 GMT</pubDate>
    </item>
    <item>
      <title>js 离奇的问题....</title>
      <link>http://topic.csdn.net/u/20080718/14/02510f37-b52f-46b7-9261-c924fdda991b.html</link>
      <author>blueheart1983</author>
      <pubDate>Fri, 18 Jul 2008 22:54:19 GMT</pubDate>
    </item>
    <item>
      <title>javascript获得下拉框中所有的内容</title>
      <link>http://topic.csdn.net/u/20080718/14/51bb9dac-a6c1-40db-9eda-1c0ccc8b31d5.html</link>
      <author>zhaopeixin</author>
      <pubDate>Fri, 18 Jul 2008 22:13:30 GMT</pubDate>
    </item>
    <item>
      <title>body 中onload多次调用同一函数会不会冲突，如何解决</title>
      <link>http://topic.csdn.net/u/20080721/17/3164c208-2e98-44a9-82dc-4c236d71fd1c.html</link>
      <author>fariy0120</author>
      <pubDate>Tue, 22 Jul 2008 01:07:37 GMT</pubDate>
    </item>
    <item>
      <title>高手帮忙，JS传递变量出错。。。 </title>
      <link>http://topic.csdn.net/u/20080721/16/2b65d6ea-5c8e-460f-beb9-1d2190bb92f7.html</link>
      <author>yoch99</author>
      <pubDate>Tue, 22 Jul 2008 00:48:21 GMT</pubDate>
    </item>
    <item>
      <title>如何将表单定制与流程定制结合起来，实现收发文功能</title>
      <link>http://topic.csdn.net/u/20071022/09/b62c4ebf-1f4e-493f-8170-5405dce35c31.html</link>
      <author>chiyanlin</author>
      <pubDate>Mon, 22 Oct 2007 17:30:11 GMT</pubDate>
    </item>
    <item>
      <title>图片放大,控制失真问题</title>
      <link>http://topic.csdn.net/u/20080721/09/5ad7fa39-bcdb-408a-aaa5-0f634378bdc9.html</link>
      <author>windowsgm</author>
      <pubDate>Mon, 21 Jul 2008 17:30:33 GMT</pubDate>
    </item>
    <item>
      <title>这个写法实现了什么功能?</title>
      <link>http://topic.csdn.net/u/20080721/16/d09b392b-a8de-46ad-b1cb-73251f0b1107.html</link>
      <author>zjstandup</author>
      <pubDate>Tue, 22 Jul 2008 00:17:51 GMT</pubDate>
    </item>
    <item>
      <title>一个页面返回的问题！？请大家帮帮忙！急</title>
      <link>http://topic.csdn.net/u/20080721/16/6d8d1472-115a-45c7-bd77-69de96b0f46d.html</link>
      <author>celine2525</author>
      <pubDate>Tue, 22 Jul 2008 00:16:00 GMT</pubDate>
    </item>
    <item>
      <title>发多个请求，只用一个函数来处理response遇到的问题</title>
      <link>http://topic.csdn.net/u/20080721/16/85218c1e-2cb5-4f93-84d4-65ef72866899.html</link>
      <author>coadvancer</author>
      <pubDate>Tue, 22 Jul 2008 00:02:55 GMT</pubDate>
    </item>
    <item>
      <title>如何得到iframe的鼠标滚轴事件，请大家帮忙，谢谢</title>
      <link>http://topic.csdn.net/u/20080721/15/0fc42b83-af34-45fe-9569-545506cf5d5f.html</link>
      <author>zorroonline</author>
      <pubDate>Mon, 21 Jul 2008 23:47:33 GMT</pubDate>
    </item>
    <item>
      <title>站被百度收录，记录下。 </title>
      <link>http://topic.csdn.net/u/20080707/09/0493b097-3dce-49bb-9f6d-68ff6e946e6c.html</link>
      <author>tantaiyizu</author>
      <pubDate>Mon, 07 Jul 2008 17:30:49 GMT</pubDate>
    </item>
    <item>
      <title>我想要迅雷看看的效果</title>
      <link>http://topic.csdn.net/u/20080720/00/74fcab99-6564-4475-a18f-b1d3ae082deb.html</link>
      <author>starlizhi</author>
      <pubDate>Sun, 20 Jul 2008 08:06:57 GMT</pubDate>
    </item>
    <item>
      <title>急救，120！在线等！</title>
      <link>http://topic.csdn.net/u/20080721/14/9d66f26a-eb7f-4eb5-858b-4357150ff96a.html</link>
      <author>angelboy96</author>
      <pubDate>Mon, 21 Jul 2008 22:06:58 GMT</pubDate>
    </item>
    <item>
      <title>JS菜鸟求助，在线等...</title>
      <link>http://topic.csdn.net/u/20080720/15/2eccdfbe-f69a-4d2c-ab86-bda4d406193f.html</link>
      <author>Jack_Senlan</author>
      <pubDate>Sun, 20 Jul 2008 23:15:12 GMT</pubDate>
    </item>
    <item>
      <title>能给个js源码吗</title>
      <link>http://topic.csdn.net/u/20080721/09/17f5ed72-0688-4d7d-9065-46f66bf7d9b5.html</link>
      <author>starlizhi</author>
      <pubDate>Mon, 21 Jul 2008 17:30:01 GMT</pubDate>
    </item>
    <item>
      <title>我想实现某DIV下，每一个链接的字体颜色随机显示 </title>
      <link>http://topic.csdn.net/u/20080721/08/91aa7dea-f8f6-4df1-a457-dd9dffce6b20.html</link>
      <author>aessjz</author>
      <pubDate>Mon, 21 Jul 2008 16:55:39 GMT</pubDate>
    </item>
    <item>
      <title>怎么用正则表达式表达一些特殊字符(在线等...)</title>
      <link>http://topic.csdn.net/u/20080718/15/4f732ab4-710f-4903-996e-ec7b42609b39.html</link>
      <author>vip_clp</author>
      <pubDate>Fri, 18 Jul 2008 23:23:26 GMT</pubDate>
    </item>
    <item>
      <title>关于数字的计算问题。谢谢</title>
      <link>http://topic.csdn.net/u/20080721/11/fcf04b76-2f0d-4835-a2f1-66e152bc3f5c.html</link>
      <author>wchunge</author>
      <pubDate>Mon, 21 Jul 2008 19:09:18 GMT</pubDate>
    </item>
    <item>
      <title>求教一个程序功能思路（两头滑动效果）</title>
      <link>http://topic.csdn.net/u/20080721/10/1cefb018-51a0-450a-b8b8-711d475a45f8.html</link>
      <author>jixiaohai</author>
      <pubDate>Mon, 21 Jul 2008 18:42:32 GMT</pubDate>
    </item>
    <item>
      <title>不在前排的聊天窗口，有人向你说话时会闪烁。请问这种闪烁在网页浏览器上怎样实现？</title>
      <link>http://topic.csdn.net/u/20080721/10/f18daa99-5a36-46bf-930b-5dfec0230c59.html</link>
      <author>jy25jy</author>
      <pubDate>Mon, 21 Jul 2008 18:20:32 GMT</pubDate>
    </item>
    <item>
      <title>正则小问题</title>
      <link>http://topic.csdn.net/u/20080719/17/405337ca-760e-4525-88f0-3c552f2b59ea.html</link>
      <author>zll_lover</author>
      <pubDate>Sun, 20 Jul 2008 01:09:18 GMT</pubDate>
    </item>
    <item>
      <title>相信许多人也在找！求一个既能调整日期又能调整小时、分钟的JS日历。各位大大就拿出来分享分享啊！</title>
      <link>http://topic.csdn.net/u/20080720/18/ce5d72e8-868f-4ba1-ac7b-3a37fc02234f.html</link>
      <author>xusheng1018</author>
      <pubDate>Mon, 21 Jul 2008 02:14:27 GMT</pubDate>
    </item>
    <item>
      <title>[吐血推荐]Ajax从入门到精通！！</title>
      <link>http://topic.csdn.net/u/20070928/16/49cd5b08-96d9-467e-9476-7aa2433a64ae.html</link>
      <author>Simore</author>
      <pubDate>Sat, 29 Sep 2007 00:56:52 GMT</pubDate>
    </item>
    <item>
      <title>合并数据值</title>
      <link>http://topic.csdn.net/u/20080721/09/55bbfd1a-ea18-4a6e-a633-36dd2f9e4170.html</link>
      <author>niewenmin</author>
      <pubDate>Mon, 21 Jul 2008 17:43:12 GMT</pubDate>
    </item>
    <item>
      <title>有没有办法用js取得打开的IE窗口列表的句柄？并对这些窗口一一关闭？</title>
      <link>http://topic.csdn.net/u/20080718/16/3dc305dd-e86e-42e1-b59b-2f4731a138ae.html</link>
      <author>zhanglth</author>
      <pubDate>Sat, 19 Jul 2008 00:38:34 GMT</pubDate>
    </item>
    <item>
      <title>IE能不能直接打开word而不是出现提示</title>
      <link>http://topic.csdn.net/u/20080718/16/677edbc2-112b-4427-ad84-adfe05cbe36b.html</link>
      <author>killdragon</author>
      <pubDate>Sat, 19 Jul 2008 00:55:06 GMT</pubDate>
    </item>
    <item>
      <title>点击网页按钮，如何实现刻录本机文件到光盘……急……</title>
      <link>http://topic.csdn.net/u/20080720/11/c77fba77-dd90-4427-8c78-70e50423079e.html</link>
      <author>liujun7284744</author>
      <pubDate>Sun, 20 Jul 2008 19:42:05 GMT</pubDate>
    </item>
    <item>
      <title>dojo组件滑动菜单和用cookie设置selected的问题</title>
      <link>http://topic.csdn.net/u/20080720/21/60c33150-8a40-4a37-bd18-2f3a3e481804.html</link>
      <author>sanjigogo</author>
      <pubDate>Mon, 21 Jul 2008 05:55:20 GMT</pubDate>
    </item>
    <item>
      <title>获取 ie历史记录</title>
      <link>http://topic.csdn.net/u/20080720/17/2c027486-ac94-4a7f-a14d-ff8e702a82e9.html</link>
      <author>libenchang</author>
      <pubDate>Mon, 21 Jul 2008 01:40:41 GMT</pubDate>
    </item>
    <item>
      <title>IE下DOM扩展，如何做。</title>
      <link>http://topic.csdn.net/u/20080715/13/7c4cfbce-239f-4c06-9703-864a14df5418.html</link>
      <author>wllllll</author>
      <pubDate>Tue, 15 Jul 2008 21:36:45 GMT</pubDate>
    </item>
    <item>
      <title>javascript 标记的 defer 属性 【javascript】</title>
      <link>http://topic.csdn.net/u/20080719/09/89fcdb00-6551-400f-a3e4-2671a4532ed8.html</link>
      <author>idifferent1</author>
      <pubDate>Sat, 19 Jul 2008 17:43:06 GMT</pubDate>
    </item>
    <item>
      <title>关于Onkeypress和keydown</title>
      <link>http://topic.csdn.net/u/20080717/17/08409359-d149-4cfb-8a70-a22a094a4335.html</link>
      <author>wallis</author>
      <pubDate>Fri, 18 Jul 2008 01:29:15 GMT</pubDate>
    </item>
    <item>
      <title>关于事件</title>
      <link>http://topic.csdn.net/u/20080717/17/9a370af8-5e28-4818-824e-ff06ec5d120e.html</link>
      <author>wallis</author>
      <pubDate>Fri, 18 Jul 2008 01:11:31 GMT</pubDate>
    </item>
    <item>
      <title>如何判断一个字符串的最前面是否匹配指定的字符?</title>
      <link>http://topic.csdn.net/u/20080720/10/0597f75f-e15c-42ac-b2cf-25630a932945.html</link>
      <author>pcbaby23</author>
      <pubDate>Sun, 20 Jul 2008 18:50:32 GMT</pubDate>
    </item>
    <item>
      <title>QueryString的函数？</title>
      <link>http://topic.csdn.net/u/20080720/14/3eb14a12-da56-4a70-a404-05edd388ed4d.html</link>
      <author>e98123</author>
      <pubDate>Sun, 20 Jul 2008 22:52:41 GMT</pubDate>
    </item>
    <item>
      <title>你好，可以帮我个忙吗，谢谢你拉</title>
      <link>http://topic.csdn.net/u/20080720/11/3bfbffbf-1aa6-4f9f-b4cd-99f68a0a85a1.html</link>
      <author>keleba3300</author>
      <pubDate>Sun, 20 Jul 2008 19:54:46 GMT</pubDate>
    </item>
    <item>
      <title>学好Ajax,JSP,Servlet,Web方面,数据库方面,JAVA,J2EE的好资料和好视频</title>
      <link>http://topic.csdn.net/u/20080720/10/e0f5ef18-b2e4-4ed5-b13a-6c9b492a3afa.html</link>
      <author>lovelove888</author>
      <pubDate>Sun, 20 Jul 2008 18:21:16 GMT</pubDate>
    </item>
    <item>
      <title>如何用js将页面1的值写入页面2啊~~~~~~~~~~~~~~55分（呜呜...）</title>
      <link>http://topic.csdn.net/u/20080719/16/e857d3d3-e13b-4176-90ae-760be0db987f.html</link>
      <author>xusheng1018</author>
      <pubDate>Sun, 20 Jul 2008 00:06:20 GMT</pubDate>
    </item>
    <item>
      <title>跪求网页编辑器</title>
      <link>http://topic.csdn.net/u/20080720/00/524c2f69-083a-4d3d-ab77-c376e7827b5c.html</link>
      <author>yaoxin520</author>
      <pubDate>Sun, 20 Jul 2008 08:40:25 GMT</pubDate>
    </item>
    <item>
      <title>怎样点击网页上面的一个连接后,打开服务器的一个文件夹? 加什么参数?</title>
      <link>http://topic.csdn.net/u/20080321/20/ee38cf0d-6469-4bd8-ad46-99a8df82651e.html</link>
      <author>jcreatorqijiashe</author>
      <pubDate>Sat, 22 Mar 2008 04:01:28 GMT</pubDate>
    </item>
    <item>
      <title>弹出一个层，然后，鼠标可以移动到弹出层上，点上面的链接</title>
      <link>http://topic.csdn.net/u/20080719/22/3a0898f1-f7de-4d09-9799-c5ed1443d2f9.html</link>
      <author>yjjya</author>
      <pubDate>Sun, 20 Jul 2008 06:37:43 GMT</pubDate>
    </item>
    <item>
      <title>IE如何判断本地电脑是否存在指定程序</title>
      <link>http://topic.csdn.net/u/20080719/11/d9f78784-ca6e-4ead-b0bf-466a3ecf90c3.html</link>
      <author>ttlrwdl</author>
      <pubDate>Sat, 19 Jul 2008 19:37:14 GMT</pubDate>
    </item>
  </channel>
</rss>