Hi, I'm looking to use something like
<% cat = UploadFormRequest("category") cat2 = right(cat,1) if cat2.value = "," then cat = Trim(Replace(UploadFormRequest("category"),",","")) end if %>
but am not sure where this should go in the ASP page, whether I can add 'cat' to the list of RG_fieldsStr values or whether I have to redefine the category value (how do I do this? - ASP newbie).
Thanks, Jeremy |
|
|