Why would
<%
dim i
i=0
Response.Write ("select recordid from table <br>"
for each item in Request.Form("recordID"
i=i+1
if(i>1)then Response.Write("and recordid = " & item)
else Response.Write("where recordid = " & item)
end if
next
%>
give me this
Error Type:
Microsoft VBScript compilation (0x800A03FC)
Expected 'Next'
/scott/asp/daily/nov07.asp, line 14
else Response.Write("where recordid = " & item)
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
<%
dim i
i=0
Response.Write ("select recordid from table <br>"
for each item in Request.Form("recordID"
i=i+1
if(i>1)then Response.Write("and recordid = " & item)
else Response.Write("where recordid = " & item)
end if
next
%>
give me this
Error Type:
Microsoft VBScript compilation (0x800A03FC)
Expected 'Next'
/scott/asp/daily/nov07.asp, line 14
else Response.Write("where recordid = " & item)
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)