Hello,
Am new to web2py and have developed an applications using crawling.my
doubt is in onclick() i have written like
onclick='ajax("{{=URL('default', 'test', args=[textname[i], '2',
'tamil'])}}",[], ":eval");'
in the controller :
if (request.args[2]=="tamil"):
if (int(request.args[1])==1):
galatta = get_hlink('http://www.galatta.com/tamil/reviews/',
'', 'href="/tamil/reviews/', name_key, '', '')
messag = get_content(galatta, 'itemprop="description"',
'itemprop="image"', '')
return 'var myvar = %s;' % messag
how to get the returned value in view again??
--
---
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.