Click to See Complete Forum and Search --> : XP n 2K having accepting different codes?


lynne_T
December 9th, 2003, 02:23 AM
<%
For I = 0 To LoopRecordCount
Response.Write "<tr bgcolor=#D2DEEE>" & vbCrLf
For J = 0 To ifieldCount
Response.Write vbTab & "<td>" & arrDBData(J, I) & "</td>" & vbCrLf
Next ' J
Response.Write "</tr>" & vbCrLf
Next ' I
%>

i have this code in my page. it runs fine on my development system running on OS-Win2K. but when i run it on another system using OS-WinXP there is an error which says "object expected" any explanations for that?