Hi,
Need this script to work:
However, it comes up with syntax error. The number generated in tsize.asp is a number which uses response.write.
Why wont it work for?
Cheers
James
Need this script to work:
Code:
<%
dim total
total = 20 + %><!-- #include file="tSize.ASP" --><%
response.write(total)
%>
However, it comes up with syntax error. The number generated in tsize.asp is a number which uses response.write.
Why wont it work for?
Cheers
James