barryooi
Jan 18th, 2001, 12:02 AM
Here goes...I need to create a dynamic HTML page. The contents of the page depends on the user's answer. Contents here means text boxes and stuffs like that.
How can I comment out those HTML codes.
Example,
<INPUT Type="Text" id="abc" name="abc">
to
<!--<INPUT Type="Text" id="abc" name="abc">-->
Thanks.
How can I comment out those HTML codes.
Example,
<INPUT Type="Text" id="abc" name="abc">
to
<!--<INPUT Type="Text" id="abc" name="abc">-->
Thanks.