[web2py] Re: jquery.ajax file download

2017-12-13 Thread lucas
thank you for that, I just added: window.open( '{{=URL(c="dna", f="view")}}?'+jQuery.param(r) ) which includes the parameters required on the server end. works great and it is simple. Lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/

[web2py] Re: jquery.ajax file download

2017-12-13 Thread Val K
https://stackoverflow.com/questions/2897619/using-html5-javascript-to-generate-and-save-a-file On Wed

[web2py] Re: jQuery.ajax

2015-12-14 Thread lucas
ok, i think i figured it out. i just had to go with the " /Lukacs/misc/fscj.txt " part for the url because there are some rules where there are no cross-domain references made. alright, lucas -- Resources: - http://web2py.com - http://web2py.com/book