On Wed, 18 Mar 2009 21:30:59 -0700, gaeasiankom wrote: > What actually I'm try to do is : > > I'm having a Login page which developed in HTML. When I click on the > "Login" button I want the page to validate (at datastore of google app) > using python and redirect to other HTML page. As what I understand, > Python is the only language that supported by the GoogleApps.
The webapp framework that comes with the Google Apps SDK has a function for redirecting: http://code.google.com/appengine/docs/python/tools/webapp/redirects.html -- http://mail.python.org/mailman/listinfo/python-list