Stephanieb
Newcomer
- Joined
- Jun 1, 2003
- Messages
- 18
Hi,
I am using the shdocvw to post data to forms in VB.net. This has worked really well to send one or two word fields.
Now I have a textarea in the form. On the website you have to fill in this form and tick whether its html or text. The result is then emailed to you.
If I send this via code and this is text, the linefeeds and control linefeeds have been cut out - ie all squashed together.
If I send this in html it does actually sometimes work, but more often it comes through blank.
Do I need to encode this? How can I do this? I presume there are characters that are illegal? Any push in the right direction would be highly appreciated.
Thanks,
Stephanie
I am using the shdocvw to post data to forms in VB.net. This has worked really well to send one or two word fields.
Now I have a textarea in the form. On the website you have to fill in this form and tick whether its html or text. The result is then emailed to you.
If I send this via code and this is text, the linefeeds and control linefeeds have been cut out - ie all squashed together.
If I send this in html it does actually sometimes work, but more often it comes through blank.
Do I need to encode this? How can I do this? I presume there are characters that are illegal? Any push in the right direction would be highly appreciated.
Thanks,
Stephanie