======== S端:
<%
Dim iColValue
Dim nLoop
Dim sSplit
sSplit="::"
iColValue=""
Dim iName
For nLoop=0 to 9
iName = "Col" & nLoop
iColValue =iColValue & sSplit & Request(""& iName &"")
Next
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
改变的值串为:
<br>
<%=iColValue%>
<p>
<p>