Hi,
This is probably a really simple question but...
I would like to do a Google image search (performed by Javascript as there is no other supported option right?) and resize the images on the server-side.
My first thought was to have the Javascript generate links like this:
However, there were some problems with this when I passed the link (HTML 400 errors) that even URL encoding didn't seem to get over, and besides, there is no security stopping someone passing their own link in etc.
So how do I run the Javascript search server-side and do all processing there?