Ajax returns correct results but Wrong Format

neo6417

New Member
I am working on a tol using classic ASP, Ajax and JQuery and am at the final step am now start getting a weird issue. I am submitting a query string via Ajax to my Asp page. The asp page then looks at the values or certain parameters and then runs a for loop for each parameter. Here is the code of one of my for loops:\[code\]if not edBlogRS.eof then for arrKey = 0 to ubound(edBlogDocsArr) if not edBlogRS.eof then doc_headline = edBlogRS("doc_headline") doc_headline = Replace ( Replace ( Replace ( Replace ( Replace (doc_headline, "
 
Back
Top