??xml version="1.0" encoding="utf-8" standalone="yes"?>av中文字幕在线观看第一页,亚洲国产欧美国产第一区,777午夜精品电影免费看http://www.aygfsteel.com/polly1985/zh-cnFri, 20 Jun 2025 04:15:20 GMTFri, 20 Jun 2025 04:15:20 GMT60php 单文本编辑器一些注意事?/title><link>http://www.aygfsteel.com/polly1985/archive/2009/10/14/298225.html</link><dc:creator>张Polly</dc:creator><author>张Polly</author><pubDate>Wed, 14 Oct 2009 08:07:00 GMT</pubDate><guid>http://www.aygfsteel.com/polly1985/archive/2009/10/14/298225.html</guid><wfw:comment>http://www.aygfsteel.com/polly1985/comments/298225.html</wfw:comment><comments>http://www.aygfsteel.com/polly1985/archive/2009/10/14/298225.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.aygfsteel.com/polly1985/comments/commentRss/298225.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/polly1985/services/trackbacks/298225.html</trackback:ping><description><![CDATA[q个文本~辑器什么功能也没有Q就是写上字按照格式保存q数据库over<br /> <br /> 1Q用iframe的Ş式来接收内容<br /> <br /> 一些参?br /> <br /> function document.onreadystatechange()<br /> {<br /> HtmlEdit.document.designMode="On";<br /> }<br /> q个函数让frame以文本框的Ş式展玎ͼ可以输入信息内容<br /> <br /> 2Q由于get方式接收的话?x)出现非法字W现象,所以采用post形式来接收这个iframe的信?br /> <br />  HtmlEdit.document.body.innerHTML (JS) 用这个方法来取得iframe里的信息,HtmlEdit为ifame的id<br /> <br /> Post方式取得信息q要注意一个换行的问题<br /> <br /> 比如:<p>11</p><p>111</p> q是两行111  攑օ到iframe中是昄正常?br /> 但如果你以这UŞ式保?br /> <p>11</p><br /> <p>11</p> 多了(jin)个换行保存进数据库的?js解析的时候就?x)报?br /> 所以要用服务端语言l过滤一下换行再让js解析<br /> php 是这L(fng)<br /> preg_replace("/[\r\n]+/","",$stiring)<br /> <br /> q样基本上不?x)出C么恶?j)的问题了(jin)? <img src ="http://www.aygfsteel.com/polly1985/aggbug/298225.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/polly1985/" target="_blank">张Polly</a> 2009-10-14 16:07 <a href="http://www.aygfsteel.com/polly1985/archive/2009/10/14/298225.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>php环境搭徏http://www.aygfsteel.com/polly1985/archive/2009/05/18/271353.html张Polly张PollyMon, 18 May 2009 07:47:00 GMThttp://www.aygfsteel.com/polly1985/archive/2009/05/18/271353.htmlhttp://www.aygfsteel.com/polly1985/comments/271353.htmlhttp://www.aygfsteel.com/polly1985/archive/2009/05/18/271353.html#Feedback0http://www.aygfsteel.com/polly1985/comments/commentRss/271353.htmlhttp://www.aygfsteel.com/polly1985/services/trackbacks/271353.html php5.2.11 压羃?br />
php.ini-recommended复制到Windows目录下ƈ改名为php.ini

打开php.ini查找“extension_dir”

把extension_dir = “./”


修改Zphp所在目?br />
extension_dir = “C:/php5/ext/”


查找
;extension=php_mbstring.dll

;extension=php_mysql.dll

;extension=php_gd2.dll

前面分号都去?/p> 保存

php/ext目录里的php_mysql.dll和根目录的libmysql.dll文g拯至c:\winnt\system32?br /> 资料引用:http://www.knowsky.com/344237.html

Server Version 2.0 服务器配|:(x)

安装好后apache后编辑httpd.conf

扑ֈLoadModule

下面有一大堆LoadModule

加上以下两句

LoadModule php5_module "C:/php5/php5apache2.dll"    //你的php目录
AddType application/x-httpd-php .php

扑ֈDocumentRoot   q里可以讄你站点的地址

DocumentRoot  "D:/phpworkspace2/ZPZS/"   //讄Z站点的根目录

扑ֈDirectoryIndex 讄首页的页面类?br />
DirectoryIndex index.php  //写成index.html 什么的都行

重启apache

iis怎么配置不解释了(jin)Q不用iis

建立一个php文g

写上

<?php
phpinfo();

?>
 q行q个面

ps:如果发现80端口被占用了(jin)Q看看迅雷开?jin)没?br />
出现php信息 贺?可以d饭了(jin)


张Polly 2009-05-18 15:47 发表评论
]]>
RED5 NetConnection.Connect.InvalidApp 解决办法http://www.aygfsteel.com/polly1985/archive/2009/01/14/251312.html张Polly张PollyWed, 14 Jan 2009 08:51:00 GMThttp://www.aygfsteel.com/polly1985/archive/2009/01/14/251312.htmlhttp://www.aygfsteel.com/polly1985/comments/251312.htmlhttp://www.aygfsteel.com/polly1985/archive/2009/01/14/251312.html#Feedback2http://www.aygfsteel.com/polly1985/comments/commentRss/251312.htmlhttp://www.aygfsteel.com/polly1985/services/trackbacks/251312.html
问题环境Q创建好应用Q比如myappQ拷贝过来的模板Q什么都配置好之后,启动?x)报NetConnection.Connect.InvalidAppq样的错误?br />
修改conf目录下red5-common.xml 文g

<property name="enableHtmlAdapter" value="true"/>  q个value为true 可以在http://localhost:8082 上查看red5的服?br />
查看最下面org.red5.server

如果你的应用正确配置q启动的话,q里可以看到你的服务名字和状态?br />
当然按照上述情况QNetConnection.Connect.InvalidAppQ是看不C创徏的服务的?br />
接下来就开始进行修改了(jin)?br />
1Q由于一开始进行学?fn)的时候用不到l(f)og4j文gQ到后期如果需要了(jin)再添上也行,不过初学者基本不需要这个)(j)Q?br /> 删除q个文gQwebapps\myapp\WEB-INF\log4j.properties

2Q打开应用中的web.xml 删除对log4j的配|参?br />
 <context-param>
     <param-name>log4jConfigLocation</param-name>
     <param-value>/WEB-INF/log4j.properties</param-value>
 </context-param>

然后基本完工了(jin)?br />
重新启动red5服务Q在上面说的8082中你应该可以看C所创徏的应用了(jin)?br />



张Polly 2009-01-14 16:51 发表评论
]]>
转一帖~ 关于blazesd和lcds的性能差别http://www.aygfsteel.com/polly1985/archive/2008/12/25/248318.html张Polly张PollyThu, 25 Dec 2008 11:35:00 GMThttp://www.aygfsteel.com/polly1985/archive/2008/12/25/248318.htmlhttp://www.aygfsteel.com/polly1985/comments/248318.htmlhttp://www.aygfsteel.com/polly1985/archive/2008/12/25/248318.html#Feedback0http://www.aygfsteel.com/polly1985/comments/commentRss/248318.htmlhttp://www.aygfsteel.com/polly1985/services/trackbacks/248318.html很多人关?j)BlazeDS ?LCDS(LiveCycle Data Services ES)主要差异在哪QBlazeDS是OpensourceQ也是说免费让你用,LCDS是Adobe需付費的方案,一般把BlazeDS看作是LCDS的简化版


张Polly 2008-12-25 19:35 发表评论
]]>
flex工程创徏Q我也ȝ一下~http://www.aygfsteel.com/polly1985/archive/2008/12/25/248229.html张Polly张PollyThu, 25 Dec 2008 04:10:00 GMThttp://www.aygfsteel.com/polly1985/archive/2008/12/25/248229.htmlhttp://www.aygfsteel.com/polly1985/comments/248229.htmlhttp://www.aygfsteel.com/polly1985/archive/2008/12/25/248229.html#Feedback0http://www.aygfsteel.com/polly1985/comments/commentRss/248229.htmlhttp://www.aygfsteel.com/polly1985/services/trackbacks/248229.html 1Qmyeclipse 6.0.1
2Qflex buider3 for eclipseQ插件版Q?
3Qtomcat6.0Qexe安装版)(j)
4Qblazeds-turnkey-3.2.0 Q其实和lcds差不多,q个你会(x)配置?jin)lcds你也?x)?jin)。。)(j)
下蝲地址Qhttp://flexorg.wip3.adobe.com/blazeds/3.0.x/milestone/3978/blazeds-turnkey-3.2.0.3978.zip

安装忽略了(jin)Q很单,到处都是教程Q直接说目的创建?br />
W一步:(x)创徏一个flex目




projectlocation自行讄Q也是目的地址

Application type 目cdQ分别ؓ(f)web应用E序和桌面应用程序,q里选择web应用E序

server technology 服务器技术这里我使用的是j2ee

java source folder 遵@规范?yu)p|成src?br />
讄完后下一?br />


target runtimeq里比较重要Q你必须讄正确否则目创徏好后是无法运行的Q一般下拉菜单里面没有可以选择的容器,那就新创Z?br />
q里我提醒一点:(x)



q里在选择jre的时候请不要乱选,选择适合你容器的jreQ比如tomcat6.0在安装的时候会(x)提醒你安装jreQ那个就是你要选择的目录?br /> Q说的够直白?jin)吧。。也不让你ؕ用jre版本?jin)。)(j)

讄完成后我几个讄Q?br />
按照?fn)惯Content folder讄成WebRootQ这里存攄是展现部?br /> Context root 讄?MyFirstFlex/bin    Z(jin)方便理我们把所有mxml对应的html文g都存攑֜bin目录下,你在q里讄后启动tomcat的时候就不用再去讄root的目录了(jin)

与之对应 output folder 讄?nbsp;  WebRoot\bin 目录

flex war file q个讄为blaze根目录下的blazeds.war文gQ如果是lcds2.5版本应该是flex.warQ?.6版本的我q没试,好像是lcds.war文gQ?br />
下一?br />


FINISH



创徏flex web部v的环?br />


q里比较重要的一Ҏ(gu) webcontext root 一定不要勾选,因ؓ(f)?x)覆盖blaze的web.xml文g



部vE序



选择需要部|的目Q点击add

后面选择q行?server可以了(jin)



如果没有server容器需要自行配|一?br />
选则好以后点击finish



启动服务



q行后出现那个空白的flash面成功了(jin)

好了(jin)吃饭?jin)~呵呵



张Polly 2008-12-25 12:10 发表评论
]]>
C吧~ myeclipse不能弹出Ҏ(gu)的原因~http://www.aygfsteel.com/polly1985/archive/2008/12/13/246129.html张Polly张PollySat, 13 Dec 2008 07:37:00 GMThttp://www.aygfsteel.com/polly1985/archive/2008/12/13/246129.htmlhttp://www.aygfsteel.com/polly1985/comments/246129.htmlhttp://www.aygfsteel.com/polly1985/archive/2008/12/13/246129.html#Feedback1http://www.aygfsteel.com/polly1985/comments/commentRss/246129.htmlhttp://www.aygfsteel.com/polly1985/services/trackbacks/246129.html
2、window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡Select the proposal kinds contained in the 'default' content assist list: 中把 Other Java Proposals 选项打上勑ְ可以?jin)?br />
我重装了(jin)myeclipse~

只是按照W二步修改了(jin)一下就好了(jin)~ 其他的情冉|有遇到过~

可怜的我l复?fn)scjp~

张Polly 2008-12-13 15:37 发表评论
]]>
form提交Q无效的语法http://www.aygfsteel.com/polly1985/archive/2008/09/08/227763.html张Polly张PollyMon, 08 Sep 2008 08:34:00 GMThttp://www.aygfsteel.com/polly1985/archive/2008/09/08/227763.htmlhttp://www.aygfsteel.com/polly1985/comments/227763.htmlhttp://www.aygfsteel.com/polly1985/archive/2008/09/08/227763.html#Feedback0http://www.aygfsteel.com/polly1985/comments/commentRss/227763.htmlhttp://www.aygfsteel.com/polly1985/services/trackbacks/227763.html
一U是get方式提交数据Q一U是POST方式提交数据

而一般如果没有设|methodҎ(gu)Q其默认为getҎ(gu)Q其最大字W串?56Q超?gu)个限制就需要用POST来解?Q否则就?x)报出无效的语法q样的JS错误?br />


张Polly 2008-09-08 16:34 发表评论
]]>
找不到此对象的属性或Ҏ(gu)(javascript)http://www.aygfsteel.com/polly1985/archive/2008/08/28/225190.html张Polly张PollyThu, 28 Aug 2008 02:05:00 GMThttp://www.aygfsteel.com/polly1985/archive/2008/08/28/225190.htmlhttp://www.aygfsteel.com/polly1985/comments/225190.htmlhttp://www.aygfsteel.com/polly1985/archive/2008/08/28/225190.html#Feedback0http://www.aygfsteel.com/polly1985/comments/commentRss/225190.htmlhttp://www.aygfsteel.com/polly1985/services/trackbacks/225190.html当你在用JS使用form.submit()q样的方法提交表单的时候,可能你会(x)遇到q样的问?br />
找不到此对象的属性或Ҏ(gu)

q是死到那?br />
解决Ҏ(gu)Q?CTRL+F 查找submit 看看有没有重名的submit属性或者name.如果有,请修Ҏ(gu)?/p>

张Polly 2008-08-28 10:05 发表评论
]]>
让我永远Cq个因ؓ(f)_心(j)D的错?/title><link>http://www.aygfsteel.com/polly1985/archive/2008/08/26/224485.html</link><dc:creator>张Polly</dc:creator><author>张Polly</author><pubDate>Tue, 26 Aug 2008 06:51:00 GMT</pubDate><guid>http://www.aygfsteel.com/polly1985/archive/2008/08/26/224485.html</guid><wfw:comment>http://www.aygfsteel.com/polly1985/comments/224485.html</wfw:comment><comments>http://www.aygfsteel.com/polly1985/archive/2008/08/26/224485.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/polly1985/comments/commentRss/224485.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/polly1985/services/trackbacks/224485.html</trackback:ping><description><![CDATA[<div style="border-right: #cccccc 1px solid; padding-right: 5px; border-top: #cccccc 1px solid; padding-left: 4px; font-size: 13px; padding-bottom: 4px; border-left: #cccccc 1px solid; width: 98%; word-break: break-all; padding-top: 4px; border-bottom: #cccccc 1px solid; background-color: #eeeeee"><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><span style="color: #000000">    </span><span style="color: #0000ff">if</span><span style="color: #000000">(tb.rows.length</span><span style="color: #000000">></span><span style="color: #000000">2</span><span style="color: #000000">)<br /> <img id="Codehighlighter1_29_620_Open_Image" onclick="this.style.display='none'; Codehighlighter1_29_620_Open_Text.style.display='none'; Codehighlighter1_29_620_Closed_Image.style.display='inline'; Codehighlighter1_29_620_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_29_620_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_29_620_Closed_Text.style.display='none'; Codehighlighter1_29_620_Open_Image.style.display='inline'; Codehighlighter1_29_620_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedBlock.gif" align="top" alt="" />    </span><span id="Codehighlighter1_29_620_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_29_620_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        </span><span style="color: #0000ff">var</span><span style="color: #000000"> row </span><span style="color: #000000">=</span><span style="color: #000000"> tb.rows.length;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        alert(row);<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        </span><span style="color: #008000">//</span><span style="color: #008000">如果只有一条数?/span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">         </span><span style="color: #0000ff">if</span><span style="color: #000000">(row </span><span style="color: #000000">==</span><span style="color: #000000"> </span><span style="color: #000000">3</span><span style="color: #000000">)<br /> <img id="Codehighlighter1_139_337_Open_Image" onclick="this.style.display='none'; Codehighlighter1_139_337_Open_Text.style.display='none'; Codehighlighter1_139_337_Closed_Image.style.display='inline'; Codehighlighter1_139_337_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_139_337_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_139_337_Closed_Text.style.display='none'; Codehighlighter1_139_337_Open_Image.style.display='inline'; Codehighlighter1_139_337_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />             </span><span id="Codehighlighter1_139_337_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_139_337_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                 </span><span style="color: #0000ff">if</span><span style="color: #000000">(document.all.SPBM.value</span><span style="color: #000000">==</span><span style="color: #000000">"</span><span style="color: #000000">00</span><span style="color: #000000">"</span><span style="color: #000000">)<br /> <img id="Codehighlighter1_209_322_Open_Image" onclick="this.style.display='none'; Codehighlighter1_209_322_Open_Text.style.display='none'; Codehighlighter1_209_322_Closed_Image.style.display='inline'; Codehighlighter1_209_322_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_209_322_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_209_322_Closed_Text.style.display='none'; Codehighlighter1_209_322_Open_Image.style.display='inline'; Codehighlighter1_209_322_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />                 </span><span id="Codehighlighter1_209_322_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_209_322_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                     </span><span style="color: #008000">//</span><span style="color: #008000">alert(document.all.SPBM.value);</span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">                     alert(</span><span style="color: #000000">"</span><span style="color: #000000">请录入发信?/span><span style="color: #000000">"</span><span style="color: #000000">);<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />                 }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />             }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        </span><span style="color: #008000">//</span><span style="color: #008000">如果不止一条数?/span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">        </span><span style="color: #0000ff">if</span><span style="color: #000000">(row</span><span style="color: #000000">></span><span style="color: #000000">3</span><span style="color: #000000">)<br /> <img id="Codehighlighter1_384_614_Open_Image" onclick="this.style.display='none'; Codehighlighter1_384_614_Open_Text.style.display='none'; Codehighlighter1_384_614_Closed_Image.style.display='inline'; Codehighlighter1_384_614_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_384_614_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_384_614_Closed_Text.style.display='none'; Codehighlighter1_384_614_Open_Image.style.display='inline'; Codehighlighter1_384_614_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />        </span><span id="Codehighlighter1_384_614_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_384_614_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">for</span><span style="color: #000000">(i</span><span style="color: #000000">=</span><span style="color: #000000">0</span><span style="color: #000000">;i</span><span style="color: #000000"><</span><span style="color: #000000">row</span><span style="color: #000000">-</span><span style="color: #000000">2</span><span style="color: #000000">;i</span><span style="color: #000000">++</span><span style="color: #000000">)<br /> <img id="Codehighlighter1_432_604_Open_Image" onclick="this.style.display='none'; Codehighlighter1_432_604_Open_Text.style.display='none'; Codehighlighter1_432_604_Closed_Image.style.display='inline'; Codehighlighter1_432_604_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_432_604_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_432_604_Closed_Text.style.display='none'; Codehighlighter1_432_604_Open_Image.style.display='inline'; Codehighlighter1_432_604_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />             </span><span id="Codehighlighter1_432_604_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_432_604_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">if</span><span style="color: #000000">(tb.rows[i</span><span style="color: #000000">+</span><span style="color: #000000">1</span><span style="color: #000000">].cells[</span><span style="color: #000000">0</span><span style="color: #000000">].children.item(</span><span style="color: #000000">0</span><span style="color: #000000">).value</span><span style="color: #000000">==</span><span style="color: #000000">"</span><span style="color: #000000">00</span><span style="color: #000000">"</span><span style="color: #000000">)<span style="color: red">Q?/span><br /> <img id="Codehighlighter1_515_592_Open_Image" onclick="this.style.display='none'; Codehighlighter1_515_592_Open_Text.style.display='none'; Codehighlighter1_515_592_Closed_Image.style.display='inline'; Codehighlighter1_515_592_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_515_592_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_515_592_Closed_Text.style.display='none'; Codehighlighter1_515_592_Open_Image.style.display='inline'; Codehighlighter1_515_592_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />             </span><span id="Codehighlighter1_515_592_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_515_592_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />               alert(</span><span style="color: #000000">"</span><span style="color: #000000">请选择品名!</span><span style="color: #000000">"</span><span style="color: #000000">);<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">return</span><span style="color: #000000"> </span><span style="color: #0000ff">false</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />             }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />          }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />        }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockEnd.gif" align="top" alt="" />    }</span></span></div> <img src ="http://www.aygfsteel.com/polly1985/aggbug/224485.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/polly1985/" target="_blank">张Polly</a> 2008-08-26 14:51 <a href="http://www.aygfsteel.com/polly1985/archive/2008/08/26/224485.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>写了(jin)个JAVASCRIPT的动态添加删除行的东西,q带有合计。发出来贡献?jin)。?/title><link>http://www.aygfsteel.com/polly1985/archive/2008/08/13/221752.html</link><dc:creator>张Polly</dc:creator><author>张Polly</author><pubDate>Wed, 13 Aug 2008 08:24:00 GMT</pubDate><guid>http://www.aygfsteel.com/polly1985/archive/2008/08/13/221752.html</guid><wfw:comment>http://www.aygfsteel.com/polly1985/comments/221752.html</wfw:comment><comments>http://www.aygfsteel.com/polly1985/archive/2008/08/13/221752.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/polly1985/comments/commentRss/221752.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/polly1985/services/trackbacks/221752.html</trackback:ping><description><![CDATA[<p> </p> <div style="border-right: #cccccc 1px solid; padding-right: 5px; border-top: #cccccc 1px solid; padding-left: 4px; font-size: 13px; padding-bottom: 4px; border-left: #cccccc 1px solid; width: 98%; word-break: break-all; padding-top: 4px; border-bottom: #cccccc 1px solid; background-color: #eeeeee"><img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><span style="color: #000000"><!</span><span style="color: #000000">DOCTYPE html PUBLIC </span><span style="color: #000000">"</span><span style="color: #000000">-//W3C//DTD XHTML 1.0 Transitional//EN</span><span style="color: #000000">"</span><span style="color: #000000"> </span><span style="color: #000000">"</span><span style="color: #000000">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</span><span style="color: #000000">"</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">html xmlns</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">http://www.w3.org/1999/xhtml</span><span style="color: #000000">"</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">head</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">meta http</span><span style="color: #000000">-</span><span style="color: #000000">equiv</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">Content-Type</span><span style="color: #000000">"</span><span style="color: #000000"> content</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text/html; charset=gb2312</span><span style="color: #000000">"</span><span style="color: #000000"> </span><span style="color: #000000">/></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">title</span><span style="color: #000000">></span><span style="color: #000000">动态添加删除行</span><span style="color: #000000"></</span><span style="color: #000000">title</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"></</span><span style="color: #000000">head</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">body</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">form id</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">form1</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">form1</span><span style="color: #000000">"</span><span style="color: #000000"> method</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">post</span><span style="color: #000000">"</span><span style="color: #000000"> action</span><span style="color: #000000">=</span><span style="color: #000000">""</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">table width</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">200</span><span style="color: #000000">"</span><span style="color: #000000"> border</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">1</span><span style="color: #000000">"</span><span style="color: #000000"> id</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tb</span><span style="color: #000000">"</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"><</span><span style="color: #000000">tr</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"></</span><span style="color: #000000">tr</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  <br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"><</span><span style="color: #000000">tr</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">heji</span><span style="color: #000000">"</span><span style="color: #000000"> value</span><span style="color: #000000">=</span><span style="color: #000000">""</span><span style="color: #000000"> </span><span style="color: #000000">/></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000">heji</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000">heji</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000">heji</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000">heji</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000">heji</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000">heji</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />    </span><span style="color: #000000"><</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000">heji</span><span style="color: #000000"></</span><span style="color: #000000">td</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"></</span><span style="color: #000000">tr</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"></</span><span style="color: #000000">table</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">p</span><span style="color: #000000">>&</span><span style="color: #000000">nbsp;</span><span style="color: #000000"></</span><span style="color: #000000">p</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"><</span><span style="color: #000000">label</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">YZBZGG</span><span style="color: #000000">"</span><span style="color: #000000"> </span><span style="color: #000000">/></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"></</span><span style="color: #000000">label</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"></</span><span style="color: #000000">form</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">p</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" />  </span><span style="color: #000000"><</span><span style="color: #000000">input name</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">d?/span><span style="color: #000000">"</span><span style="color: #000000"> type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">button</span><span style="color: #000000">"</span><span style="color: #000000"> onclick</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">addrow()</span><span style="color: #000000">"</span><span style="color: #000000"> value</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">d?/span><span style="color: #000000">"</span><span style="color: #000000"> </span><span style="color: #000000">/></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"></</span><span style="color: #000000">p</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">script language</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">JavaScript</span><span style="color: #000000">"</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #0000ff">function</span><span style="color: #000000"> addrow()<br /> <img id="Codehighlighter1_930_2432_Open_Image" onclick="this.style.display='none'; Codehighlighter1_930_2432_Open_Text.style.display='none'; Codehighlighter1_930_2432_Closed_Image.style.display='inline'; Codehighlighter1_930_2432_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_930_2432_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_930_2432_Closed_Text.style.display='none'; Codehighlighter1_930_2432_Open_Image.style.display='inline'; Codehighlighter1_930_2432_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedBlock.gif" align="top" alt="" /></span><span id="Codehighlighter1_930_2432_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_930_2432_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    </span><span style="color: #0000ff">var</span><span style="color: #000000"> i </span><span style="color: #000000">=</span><span style="color: #000000"> tb.rows.length;     </span><span style="color: #008000">//</span><span style="color: #008000">i格的长度</span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">    </span><span style="color: #008000">//</span><span style="color: #008000">tb为需要添加行的表格的ID</span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">    </span><span style="color: #008000">//</span><span style="color: #008000">var ss  = document.form1.YZBZGG.value;</span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">    </span><span style="color: #0000ff">var</span><span style="color: #000000"> objRow </span><span style="color: #000000">=</span><span style="color: #000000"> tb.insertRow(i</span><span style="color: #000000">-</span><span style="color: #000000">1</span><span style="color: #000000">);<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    </span><span style="color: #0000ff">for</span><span style="color: #000000"> (j </span><span style="color: #000000">=</span><span style="color: #000000"> </span><span style="color: #000000">0</span><span style="color: #000000">; j </span><span style="color: #000000"><=</span><span style="color: #000000"> </span><span style="color: #000000">7</span><span style="color: #000000">; j</span><span style="color: #000000">++</span><span style="color: #000000">)   </span><span style="color: #008000">//</span><span style="color: #008000">一?个td</span><span style="color: #008000"><br /> <img id="Codehighlighter1_1115_2422_Open_Image" onclick="this.style.display='none'; Codehighlighter1_1115_2422_Open_Text.style.display='none'; Codehighlighter1_1115_2422_Closed_Image.style.display='inline'; Codehighlighter1_1115_2422_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_1115_2422_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_1115_2422_Closed_Text.style.display='none'; Codehighlighter1_1115_2422_Open_Image.style.display='inline'; Codehighlighter1_1115_2422_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" /></span><span style="color: #000000">    </span><span id="Codehighlighter1_1115_2422_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_1115_2422_Open_Text"><span style="color: #000000">{ <br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        objCel </span><span style="color: #000000">=</span><span style="color: #000000"> objRow.insertCell(j);   </span><span style="color: #008000">//</span><span style="color: #008000">开始插入td</span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">        objCel.className </span><span style="color: #000000">=</span><span style="color: #000000"> </span><span style="color: #000000">"</span><span style="color: #000000">tdclass</span><span style="color: #000000">"</span><span style="color: #000000">;    </span><span style="color: #008000">//</span><span style="color: #008000">td的class属?/span><span style="color: #008000"><br /> <img id="Codehighlighter1_1241_2416_Open_Image" onclick="this.style.display='none'; Codehighlighter1_1241_2416_Open_Text.style.display='none'; Codehighlighter1_1241_2416_Closed_Image.style.display='inline'; Codehighlighter1_1241_2416_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_1241_2416_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_1241_2416_Closed_Text.style.display='none'; Codehighlighter1_1241_2416_Open_Image.style.display='inline'; Codehighlighter1_1241_2416_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" /></span><span style="color: #000000">        </span><span style="color: #0000ff">switch</span><span style="color: #000000"> (j) </span><span id="Codehighlighter1_1241_2416_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_1241_2416_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">0</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> class</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tdinput</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">JYPH </span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.firstChild.value</span><span style="color: #000000">=</span><span style="color: #000000">document.form1.YZBZGG.value; <br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #008000">//</span><span style="color: #008000">此行是把yzbzggq个input框内的数据放入这个td的input?nbsp;如果你还需要设|更多,在下面几行添加这一行就行了(jin)?/span><span style="color: #008000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" /></span><span style="color: #000000">                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">1</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> class</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tdinput</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">JYPH </span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">2</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> class</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tdinput</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">JYPH </span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">3</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> class</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tdinput</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">JYPH </span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">4</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> class</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tdinput</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">JYPH </span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">5</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> class</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tdinput</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">JYPH </span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">6</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">text</span><span style="color: #000000">"</span><span style="color: #000000"> class</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">tdinput</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">JYPH </span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">case</span><span style="color: #000000"> </span><span style="color: #000000">7</span><span style="color: #000000">:<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                objCel.innerHTML </span><span style="color: #000000">=</span><span style="color: #000000"> '</span><span style="color: #000000"><</span><span style="color: #000000">a href</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">javascript:delrow()</span><span style="color: #000000">"</span><span style="color: #000000">></span><span style="color: #000000">删除一?/span><span style="color: #000000"></</span><span style="color: #000000">a</span><span style="color: #000000">></span><span style="color: #000000">';<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />                </span><span style="color: #0000ff">break</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            </span><span style="color: #0000ff">default</span><span style="color: #000000">: ;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />        }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />    }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    sum();<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockEnd.gif" align="top" alt="" />}</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #0000ff">function</span><span style="color: #000000"> delrow()<br /> <img id="Codehighlighter1_2452_2521_Open_Image" onclick="this.style.display='none'; Codehighlighter1_2452_2521_Open_Text.style.display='none'; Codehighlighter1_2452_2521_Closed_Image.style.display='inline'; Codehighlighter1_2452_2521_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_2452_2521_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_2452_2521_Closed_Text.style.display='none'; Codehighlighter1_2452_2521_Open_Image.style.display='inline'; Codehighlighter1_2452_2521_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedBlock.gif" align="top" alt="" /></span><span id="Codehighlighter1_2452_2521_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_2452_2521_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    </span><span style="color: #0000ff">var</span><span style="color: #000000"> i </span><span style="color: #000000">=</span><span style="color: #000000"> tb.rows.length;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            tb.deleteRow(i</span><span style="color: #000000">-</span><span style="color: #000000">2</span><span style="color: #000000">);<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    sum();<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockEnd.gif" align="top" alt="" />}</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #0000ff">function</span><span style="color: #000000"> sum()<br /> <img id="Codehighlighter1_2538_2771_Open_Image" onclick="this.style.display='none'; Codehighlighter1_2538_2771_Open_Text.style.display='none'; Codehighlighter1_2538_2771_Closed_Image.style.display='inline'; Codehighlighter1_2538_2771_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_2538_2771_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_2538_2771_Closed_Text.style.display='none'; Codehighlighter1_2538_2771_Open_Image.style.display='inline'; Codehighlighter1_2538_2771_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedBlock.gif" align="top" alt="" /></span><span id="Codehighlighter1_2538_2771_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_2538_2771_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    </span><span style="color: #0000ff">var</span><span style="color: #000000"> i </span><span style="color: #000000">=</span><span style="color: #000000"> tb.rows.length;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    </span><span style="color: #0000ff">var</span><span style="color: #000000"> sum</span><span style="color: #000000">=</span><span style="color: #000000">0</span><span style="color: #000000">;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    </span><span style="color: #0000ff">for</span><span style="color: #000000">(j</span><span style="color: #000000">=</span><span style="color: #000000">1</span><span style="color: #000000">;j</span><span style="color: #000000"><</span><span style="color: #000000">i</span><span style="color: #000000">-</span><span style="color: #000000">1</span><span style="color: #000000">;j</span><span style="color: #000000">++</span><span style="color: #000000">)<br /> <img id="Codehighlighter1_2598_2736_Open_Image" onclick="this.style.display='none'; Codehighlighter1_2598_2736_Open_Text.style.display='none'; Codehighlighter1_2598_2736_Closed_Image.style.display='inline'; Codehighlighter1_2598_2736_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_2598_2736_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_2598_2736_Closed_Text.style.display='none'; Codehighlighter1_2598_2736_Open_Image.style.display='inline'; Codehighlighter1_2598_2736_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />    </span><span id="Codehighlighter1_2598_2736_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_2598_2736_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        </span><span style="color: #0000ff">if</span><span style="color: #000000">(tb.rows.length</span><span style="color: #000000">==</span><span style="color: #000000">3</span><span style="color: #000000">)<br /> <img id="Codehighlighter1_2626_2664_Open_Image" onclick="this.style.display='none'; Codehighlighter1_2626_2664_Open_Text.style.display='none'; Codehighlighter1_2626_2664_Closed_Image.style.display='inline'; Codehighlighter1_2626_2664_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_2626_2664_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_2626_2664_Closed_Text.style.display='none'; Codehighlighter1_2626_2664_Open_Image.style.display='inline'; Codehighlighter1_2626_2664_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />        </span><span id="Codehighlighter1_2626_2664_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_2626_2664_Open_Text"><span style="color: #000000">{<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />            sum </span><span style="color: #000000">=</span><span style="color: #000000"> document.form1.aa.value;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />        }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        </span><span style="color: #0000ff">else</span><span style="color: #000000"><br /> <img id="Codehighlighter1_2675_2733_Open_Image" onclick="this.style.display='none'; Codehighlighter1_2675_2733_Open_Text.style.display='none'; Codehighlighter1_2675_2733_Closed_Image.style.display='inline'; Codehighlighter1_2675_2733_Closed_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockStart.gif" align="top" alt="" /><img id="Codehighlighter1_2675_2733_Closed_Image" style="display: none" onclick="this.style.display='none'; Codehighlighter1_2675_2733_Closed_Text.style.display='none'; Codehighlighter1_2675_2733_Open_Image.style.display='inline'; Codehighlighter1_2675_2733_Open_Text.style.display='inline';" src="http://www.aygfsteel.com/images/OutliningIndicators/ContractedSubBlock.gif" align="top" alt="" />        </span><span id="Codehighlighter1_2675_2733_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff"><img src="http://www.aygfsteel.com/Images/dot.gif" alt="" /></span><span id="Codehighlighter1_2675_2733_Open_Text"><span style="color: #000000">{            <br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />        sum </span><span style="color: #000000">+=</span><span style="color: #000000"> parseFloat(document.form1.aa[j</span><span style="color: #000000">-</span><span style="color: #000000">1</span><span style="color: #000000">].value);<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />        }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedSubBlockEnd.gif" align="top" alt="" />    }</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/InBlock.gif" align="top" alt="" />    document.form1.heji.value</span><span style="color: #000000">=</span><span style="color: #000000"> sum;<br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/ExpandedBlockEnd.gif" align="top" alt="" />}</span></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"></</span><span style="color: #000000">script</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"><</span><span style="color: #000000">input type</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">reset</span><span style="color: #000000">"</span><span style="color: #000000"> name</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">Submit</span><span style="color: #000000">"</span><span style="color: #000000"> value</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">sum</span><span style="color: #000000">"</span><span style="color: #000000"> onclick</span><span style="color: #000000">=</span><span style="color: #000000">"</span><span style="color: #000000">sum()</span><span style="color: #000000">"</span><span style="color: #000000">  </span><span style="color: #000000">/></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"></</span><span style="color: #000000">body</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span><span style="color: #000000"></</span><span style="color: #000000">html</span><span style="color: #000000">></span><span style="color: #000000"><br /> <img src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" alt="" /></span></div> 可能q没有太完善~注释我也?x)l加? <img src ="http://www.aygfsteel.com/polly1985/aggbug/221752.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/polly1985/" target="_blank">张Polly</a> 2008-08-13 16:24 <a href="http://www.aygfsteel.com/polly1985/archive/2008/08/13/221752.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> վ֩ģ壺 <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Ӣɳ</a>| <a href="http://" target="_blank">鱦</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">¸</a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank">ֶ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ǿ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ְ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">üɽ</a>| <a href="http://" target="_blank">ɽ</a>| <a href="http://" target="_blank">ͩ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">½</a>| <a href="http://" target="_blank">ʯ</a>| <a href="http://" target="_blank">Ϫ</a>| <a href="http://" target="_blank">Ͽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"> </a>| <a href="http://" target="_blank">̰</a>| <a href="http://" target="_blank">DZ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ˮ</a>| <a href="http://" target="_blank">կ</a>| <a href="http://" target="_blank">۷</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>