|
数据录入完毕后提交保存到数据表中 最后给偶一段代码。谢谢各位了! 偶,急呀~~在线等待!!!!!!!!!!!! |
|
|
|
哪个应该是你要的(可以修改成自己需要的):
http://expert.csdn.net/Expert/topic/2365/2365754.xml?temp=.6899683 |
|
|
关注,顶!
|
|
|
我需要vbscript的代码,再次感谢!
|
|
|
强烈关注!
|
|
|
很少有vbscript这方面的代码。
|
|
|
邮箱?给你发?
|
|
|
to hover_online(ξ芎メ)
邮箱:blue.ling@163.com blue.ling@126.com 谢谢! |
|
|
用 blue.ling@126.com 吧
163的邮箱这会儿上不去 |
|
|
<Table id =a Width="" Align="Center" Border="1" Style="Word-Break:Break-All" CellPadding="2" CellSpacing="0" BgColor="#e7e7e7" BorderColorLight="#878787" BorderColorDark="#FFFFFF">
<tr> <td>Normal</td> <td>Rows</td> </tr> <tr> <td>And</td> <td>Cells</td> </tr> </Table> <Script Language="JavaScript"> var newRow = a.insertRow(-1); var newCol = newRow.insertCell(-1); newCol.innerText = "Java Script"; newCol = newRow.insertCell(-1); newCol.innerText = "Insert Rows"; </Script> <Script Language="VBScript"> Dim newRow, newCol Set newRow = a.insertRow(-1) Set newCol = newRow.insertCell(-1) newCol.innerText = "VBScript" Set newCol = newRow.insertCell(-1) newCol.innerText = "Insert Rows" </Script> |
|
|
<Table id =a Width="" Align="Center" Border="1" Style="Word-Break:Break-All" CellPadding="2" CellSpacing="0" BgColor="#e7e7e7" BorderColorLight="#878787" BorderColorDark="#FFFFFF">
<tr> <td>Normal</td> <td>Rows</td> </tr> <tr> <td>And</td> <td>Cells</td> </tr> </Table> <Script Language="JavaScript"> function java(){ var newRow = a.insertRow(-1); var newCol = newRow.insertCell(-1); newCol.innerText = "Java Script"; newCol = newRow.insertCell(-1); newCol.innerText = "Insert Rows"; } </Script> <Script Language="VBScript"> Function vb() Dim newRow, newCol Set newRow = a.insertRow(-1) Set newCol = newRow.insertCell(-1) newCol.innerText = "VBScript" Set newCol = newRow.insertCell(-1) newCol.innerText = "Insert Rows" End Function </Script> <center> <Input Type="button" NAME="butJava" Value="JavaScript" onClick="java()"> <Input Type="button" NAME="butVB" Value="VBScript" onClick="vb()"> </center> |
|
|
response.write " "&vbcrlf
或者用chr(10) chr(13)应该也可以... |
|
|
to topmonkey(Java初学者)
怎样将 这句中的“insert rows” newCol.innerText = "Insert Rows" 改为插入文本框? |
|
|
关注呀!!各位!!
|
|