<% productid=Right(cstr(productid),Len(cstr(productid))-InStr(CStr(productid), "=")) str_eof = Right(CStr(rs("ld_big_small")), Len(CStr(rs("ld_big_small"))) - InStr(CStr(rs("ld_big_small")), "-")) Response.Write str_eof Response.Write productid Response.end %> |