lingmingfong
08-04-2003, 08:12 PM
Hi,
I would like to know if there's a way to show a sentence that contain double quote "" in the <INPUT> field?
eg sentence :
This condition is " Not Applicable" for above.
I have tried.
It can only show the sentence as : This condition is
My coding is :
<INPUT type="text" name="test" maxlength="125" size="127" value="<%=test%>">
I would like to know if there's a way to show a sentence that contain double quote "" in the <INPUT> field?
eg sentence :
This condition is " Not Applicable" for above.
I have tried.
It can only show the sentence as : This condition is
My coding is :
<INPUT type="text" name="test" maxlength="125" size="127" value="<%=test%>">