Embperl continues to scan HTML tags although I have disabled scanning of
these.

The code is as follows:

<script>

[- $optDisableHTMLScan = 1 -]

  // some code

  client.innerHTML = "<tr><td>client address</td></tr>

  // some more code

[- $optDisableHTMLScan = 0 -]

</script>


.......

I am trying to let EmbPerl ignore any HTML tags within my Java code, as
above.
Am I doing anything wrong?

regards
ragnar


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

Reply via email to