>
> Can't figure out how to form the URL.  

Is the client script created by the same app that serves the data? In that 
case, you add this to the view:

{{=SCRIPT('var getDaysURL="%s";' % URL(c="json_test", f="get_days"))}}

And then use the getDaysURL string in your script.
 

-- 

--- 
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/groups/opt_out.


Reply via email to