6 Aug
2004
6 Aug
'04
12:29 p.m.
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 ?