[Zope] Problem with zope and long strings

kepes.krisztian kepes.krisztian at peto.hu
Fri Aug 6 08:29:07 EDT 2004


Hi !

My problem is that:
I want to js.alert with long strings.
I create these strings, and the complete js code.
But zope is wrapping my strings like that:

<script>
function aaa{
jscode...
s="xxxxxxx ........
";
jscode...
};
</script>

Everytime it is do that, so I cannot prevent that. But this format the 
JS interperter is making errors.

Please help me: how to prevent the long string wrapping ?


More information about the Zope mailing list