S
Serge Myrand
Hi everybody,
It seems that a variable cannot be assign to HTMLBody field. Am'I doing
something wrong?
- this line write a bold html phrase in the email body
..HTMLBody = "<HTML><HEAD><BODY><B>Here is the text body</BODY></HTML>"
- this line produce an empty body. The variable TableData contains all
the required HTML to construct the table. I Use Response.Write and see
all the code in it..
..HTMLBody = "<HTML><HEAD><BODY>" & TableData & "</BODY></HTML>"
thanks in advance
It seems that a variable cannot be assign to HTMLBody field. Am'I doing
something wrong?
- this line write a bold html phrase in the email body
..HTMLBody = "<HTML><HEAD><BODY><B>Here is the text body</BODY></HTML>"
- this line produce an empty body. The variable TableData contains all
the required HTML to construct the table. I Use Response.Write and see
all the code in it..
..HTMLBody = "<HTML><HEAD><BODY>" & TableData & "</BODY></HTML>"
thanks in advance