by smpulik on Wed Jul 30, 2008 4:01 pm
Hi,
I have an part of html doc like this.
***********************************************
<p><font size=2 color=black face=Arial><span style='font-size:10.0pt'>Result: <a
href="mailto:customercarewf@us.xxxxxx.com?subject=%20Action%20Required:%20TASK%20ASSIGNMENT%20ALERT:%20Task%20%23%20186482204&body=%20Result:%20%22Acknowledge%22%0D%0A%0D%0ANote%0D%0ANote:%20%22%3c%3cBegin%20response:%20%28%20%20%20%20%20%20%20%29%20End%20response%20%3e%3e%22%22%0D%0A%0D%0A%2a:%20%22Please%20type%20your%20response%20between%20the%20parenthesis%20%28%20%20%29%2e%20Do%20not%20include%20parenthesis%20in%20your%20response%2e%22%0D%0A%0D%0A%2a%2a%2a:%20%22%2a%2a%2a%20Do%20not%20edit%20the%20information%20below%20this%20line%20%2a%2a%2a%22%0D%0A%0D%0A%2d%2d%0D%0A%2e:%20%22%22%0D%0A%0D%0A%2a%2a:%20%22Example%20of%20response%20%3c%3c%3c%3c%3c%3c%3c%3c%3c%3c%20Begin%20response:%20%28Your%20response%20is%20entered%20here%2e%29%20End%20response%20%3e%3e%3e%3e%3e%3e%3e%3e%3e%3e%22%0D%0A%0D%0A%0D%0A%0D%0ANID%5b3768981%2f292140113025080270503388074699381454097%40WFMAIL%5d"><b><font
size=4><span style='font-size:13.5pt;font-weight:bold'>Acknowledge</span></font></b></a>
<o:p></o:p></span></font></p>
******************************************************
With above portion of html I get a link Acknowledge. When I click on Acknowledge it will send an email. In the above code in the mailto: the body= is a plain text. I need to change that to text +an input box. So when a recipient gets this email, he/she can see an input box in the body of the email and can enter a response inside the input box. As in all html doc I am trying to use <input type= "text">. This won't work. It treat what ever inside " " as one big string without any input box in display.
Please let me know any method to do this?
I want to use <ahref mailto: functionality.
Thanks