if xxxxxxxxxxxx then
response.write "<table><tr><td>xxxxxxxxxxxxxx</td></tr></table>"
end if
或
if xxxxxxxxxxxxxx then
response.write "<form name='form1' method='post' action='xx.asp'>xxxxxxxxxxxx</form>"
end if