this may sounds stupid but still need to ask...
i have this for...next statement in my program.
for i=1 to UBound(newItems)
response.write "<p>" & newItems(i) "</p>"
next
where newitems is an array.
when i load this page, the error page for IE is shown...anybody can tell me why??
thanks....
i have this for...next statement in my program.
for i=1 to UBound(newItems)
response.write "<p>" & newItems(i) "</p>"
next
where newitems is an array.
when i load this page, the error page for IE is shown...anybody can tell me why??
thanks....