Is it possible in 1.1b3 to turn off the CDATA rendering in the following
javascript block?

<script type="text/javascript"> 
<![CDATA[

<!-- Begin 

     var bCancel = false; 

    function validateHSCRFMasterForm(form) {

        if (bCancel) 
      return true; 
        else 
       return validateRequired(form); 
   } 

    function required () { 
     this.aa = new Array("title", "Title is required.", new Function
("varName", " return this[varName];"));
    } 


//End --> 
]]>

</script>

I get an error in IE6 and and Mozilla 1.2 when it's there.

Thanks,

Matt


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to