02-05-2004, 01:16 PM
im new this reply i am useing to see if i can figure out how to use vb script in this thing
<%
Dim f
Dim g
Dim h
for f = 1 to 3
for g = 1 to 3
for h = 1 to 3
Response.write(f * g + h)
next
next
next
%>
<%
Dim f
Dim g
Dim h
for f = 1 to 3
for g = 1 to 3
for h = 1 to 3
Response.write(f * g + h)
next
next
next
%>