Not enough information. can you post a more complete example we can run?

On Tuesday, 16 April 2019 02:26:13 UTC-7, Octavian G wrote:
>
> Hello,
>
>      Using web2py-1.18.5. Calling a controller/function via:
>
> onclick="ajax('{{=URL('bla', 'bla.load', vars={'whatever': 'all'})}}', 
> [], ':eval')
>
>
> Inside the function, there is:
>
> script = "$ javascript code here;"
> return script
>
>
> The generic.load is the default one. 
>
> Jquery complains that it can't eval the returned value because of a syntax 
> error. The code itself has no syntax error, but it is returned like this:
>
> <html><body><p>JS CODE HERE</p></body></html>
>
>
> Any ideas about what's happening ?
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to