Quantcast
Channel: Outlook IT Pro Discussions forum
Viewing all articles
Browse latest Browse all 33562

Hidden text in email becomes visible when replying

$
0
0

Hi,

I'm using a vb.net application to

create an email; I'm using Outlook 2010. I include hidden text in the email via below piece of html, which is (as you see) insert just before the body-closetag.

The email is sent,

and the receiver doesn't see the hidden text. So that's oke.

But

when the receiver replies the email, then the hidden text is suddenly visible (already for the receiver).

How

do I prevent this ?

<div style="display:none"><input type="text" id="z" name="z" value="     THIS IS HIDDEN TEXT    "</input></div></body></html>

<input <="" id="z" input="" name="z" type="text" value=" THIS IS HIDDEN TEXT " />


Viewing all articles
Browse latest Browse all 33562

Trending Articles