I am trying to pass some data through a form to a mailing script.
The form entry is ...
and is picked up in the mailing.asp asCode:<input name="width1" type="hidden" value=<% = rsMoreDetails("width1")%>>
and the mailing script uses...Code:width1=Request.Form("width1")
The problem is that when the mail is sent and the value is say "14 inches" I seem to loose everything after the first space so it only sends "14"Code:body_text = body_text & "Option 2 - "& width1 & vbcrlf
Am I doing something wrong or this the way it is and if so is there a work around please?





Bookmarks