On Sun, Sep 15, 2013 at 7:30 AM, Simon B <[email protected]> wrote:
> Is there any way to get a img src? > in index.html > I have some images & a user clicks on a image the page redirects to > images.html via a onClick js function with that selected image rendering on > images.html, > Now to work with that image I need to pass it to my python function/script? > Probably the best way would be to implement it within client side javascript. Have your onClick JS redirect the user to * images.html?image=some_image_here.jpg*. Then your Python script can extract the parameter and insert the image dynamically. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
