Hi I am trying to use jquery to invoke a php script that sends me an email through a google server when a button is clicked on my website. I am using web2py and it doesn't seem to be working. I have had success with the same script so I know the php is okay. I am wondering if the problem is that maybe python anywhere could be blocking the request? The reason i am wondering this is that after the ajax request goes through it is active, so something is holding it up? Any help would be appreciated. :)