[求助]大家都来看看为什么就运行不了!
<%
dim=the_a dim=the_b dim=the_c
the_a=response("the_table")
the_b=response("the_tr")
the_c=response("the_td")
for the_i=1 to "the_table"
response.write"<table border='1'>"
for the_m=1 to "the_tr"
response.write"<tr>"
for the_n=1 to "the_td"
response.write"<td>"
response.write" "
response.write"</td>"
next
response.write"</tr>"
next
response.write"</table>"
next
%>