The code is as follows:
<%
dim a
a = split (Request.Form(“sourceList”),”,”)
Response.Write “Source:” & Request.Form(“sourceList”) & ubound(a) & “
Object:” & Request.Form (“objectList”) & “
“
%>
1 2 3 <% for i = 6 to 20 Response.Write(“” & i+200 & “” & vbcrlf) Next %> |
1 4 5 <% for i = 6 to 20 Response.Write(“” & i & “” & vbcrlf) Next %> |
|