- From: Gooi Chin Hin/ITNOC/PBB/PBBG <gooich@publicbank.com.my>
- Date: Sat, 12 Apr 2003 15:47:58 +0800
- To: html-tidy@w3.org
Hi,
      The HTML Tidy is great!  But there is one problem that I can't
solved.
The Original :
<form name=frm1 action="BxxxServlet?JSID=<%JSID%>&RDOName=BxxxCelcomSMS&MethodName=confirmCelcomSMSReg" method="POST" onSubmit=" return doSubmit();">
After HTML Tidy :
<FORM name="frm1" action="BxxxServlet?JSID=%3C%JSID%%3E&RDOName=BxxxCelcomSMS&MethodName=confirmCelcomSMSReg" method="post" onsubmit=" return doSubmit
();">
I noticed that the HTML Tidy will changed the <%JSID%> into "3C%JSID%%3E " which is not correct.
Is there any switch or option to turn this feature off.
Thanks..
Gooi Chin Hin (From Malaysia)
Received on Monday, 14 April 2003 04:01:31 UTC