views:

21

answers:

0

this is the code

<script type="text/javascript"> 
[CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
]]>
</script>

I need to put this in the template, but i know i cant put //<![CDATA[ and //]]> in the template. How should I do this?