hi,
i het this error :
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'offers'
/d6-test/index.asp, line 296
the code is:
the line : offerCode=mydea lerInfo.offers( i,0) is line 296.
if you can help me solve this problem i will be very happy!!!
thanks!!!
i het this error :
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'offers'
/d6-test/index.asp, line 296
the code is:
Code:
<% i=0 Dim offerNum offerNum = ubound(mydealerInfo.offers) for i=0 to offerNum offerCode=mydealerInfo.offers(i,0) offerLink=mydealerInfo.offers(i,1) If offerCode <> "" Then If offerLink <> "" Then%> <a href='<%=offerLink%>?centerNum=<%="&mydealerInfo.dealerNum&"%>&request='><%= offerCode %></a><% Else Response.Write " <li>"& offerCode & "</li>" End If End If Next%>
if you can help me solve this problem i will be very happy!!!
thanks!!!
Comment