Hi All,
Due to the project requirement, I often add some javascript to .html
like this:
sample:
<script>
var s;
for (var i=0;i++;i < productCnt){
s += "palcehoder" + i;
}
.....
</script>
another sample
<input type="button" onclick="if(document.form1.price.value>10)
alert('you can not do this');" value="Test"/>
You know, in T5, the html file must be a strict xml file, So above
codes which cotain '>' won't be allowed in it.
How do you solve this kind of problems?
Any suggestion is welcome.
Thanks
Guoguo Long
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]