Lee,
Thanks for this advice
Nigel
On 6 Mar 2006, at 00:50, Lee McFadden wrote:
>
> You need to wrap your javascript in CDATA tags, like so:
>
>
> <script type="text/javascript"><![CDATA[
> function init() {
> for(var i=0;i<10;i++){}
> }
> ]]</script>
>
> This will stop Kid from having issues with inline javascript.
>
> Hope this helps,
>
> Lee
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---