I'm looking to use GET a JavaScript var into a python's function similarly 
as we request a value for text filed >>> 
self.request.get("name_of_the_txt_field_to_get") but I want the variable to 
a be an image SRC with a onClick(); button fucntion, but only this time I 
want to pass this SRC value to the python function as a variable. So is 
there a way in Python to get this job done, just like JS`s onClick(); ?

workspace:
GAE for python with Jinja2 Template.

I checked out some javascript to python compiler >>> 
RapydScript<https://github.com/atsepkov/RapydScript>, but I'm just wandering is 
there any pythonic way to get this done? 

Would this be possible with *pyv8
<http://code.google.com/p/pyv8/>
*Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to