My code :
***code***
Dim vComment : vComment =request("hComment")
response.write "vIssue=" & vComment
<INPUT style="WIDTH: 547px; HEIGHT: 108px" name=S1 value ="<%=vComment%>"></INPUT >
*** end code***
Now, the INPUT textbox data looks like this
<i>ABCPerson, Sep 1 2006 8:30AM</i>]<br>Approved<br><br>[<i>Michael John Aug 25, 2006 - 4:09 PM</i>]<br>TEST for TONY
I want it to look like the real data in the variable vComment which is below :
ABCPerson, Sep 1 2006 8:30AM
Approved
Michael John(Aug 25, 2006 - 4:09 PM
TEST for TONY
***code***
Dim vComment : vComment =request("hComment")
response.write "vIssue=" & vComment
<INPUT style="WIDTH: 547px; HEIGHT: 108px" name=S1 value ="<%=vComment%>"></INPUT >
*** end code***
Now, the INPUT textbox data looks like this
<i>ABCPerson, Sep 1 2006 8:30AM</i>]<br>Approved<br><br>[<i>Michael John Aug 25, 2006 - 4:09 PM</i>]<br>TEST for TONY
I want it to look like the real data in the variable vComment which is below :
ABCPerson, Sep 1 2006 8:30AM
Approved
Michael John(Aug 25, 2006 - 4:09 PM
TEST for TONY