Question
What is wrong with this ASP ???
<%
a = Request.Form("size")
b = Request.Form("lights")
c = Request.Form("logo")
d = Request.form("zone")
z = (a + b + c + d)
Response.Write z
%>
Z will only out put the values of a,b,c,d it will not add them together?
You can try it here...http://bigfootdesigns.com/web-dev/heliwagon/test.asp
thanks
B
