ebco
10-23-2003, 07:52 AM
while inserting in textarea
<textarea name="xyz"></textarea>
it is inserting all the copy which user enters from browser
but while editing same copy
when i am writing code like
response.write "<textarea name='xyz'>"&request("xyz")&"</textarea>"
it shows me all the containt in textarea but does not allow me to save or submit the form not returning any error:confused:
I don't know why?
<textarea name="xyz"></textarea>
it is inserting all the copy which user enters from browser
but while editing same copy
when i am writing code like
response.write "<textarea name='xyz'>"&request("xyz")&"</textarea>"
it shows me all the containt in textarea but does not allow me to save or submit the form not returning any error:confused:
I don't know why?