Il 12/06/14 23:26, LoveWeb2py ha scritto: > So I currently have it like this: > > function init(){ > var json = '{{=XML(json_data_from_controller)}}'; what about to use this code instead?
function init() { window.json = {{=XML(json_data_from_controller)}}; }; and then you can find your variable in the window name space in your script. M. > > but I'm still getting undefined > > On Thursday, June 12, 2014 2:42:31 PM UTC-4, Andrew W wrote: > > Yes. Add a <script> section > > -- > 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 > <mailto:web2py+unsubscr...@googlegroups.com>. > For more options, visit https://groups.google.com/d/optout. -- 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.