Form results as HTML

Out of context: Reply #4

  • Started
  • Last post
  • 9 Responses
  • SteveJobs0

    i haven't had my coffee yet, so i'm slow this morning, but why are 'break tags' being sent from the access database to the asp page? this doesn't make sense to me. if you open the table and look at the data, do you see html in the text? if so, this is not right.

    your code minus formatting should look something like this:

    while not o.eof
    response.write o.fields("fname").value & "[br]"
    o.movenext
    wend

    and of course switch out the brackets in "[br]"

View thread