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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to