Sounds like SSL certs or cookies. I remember once troubleshooting Facebook's OAuth frantically for an hour before I realized my browser had 3rd party cookies blocked. :)
Does either of the sites use SSL? If it does, does it have a valid cert or do you need to confirm an exception in your browser? For cookies, you could temporarily disable session checking for the form in question and see the result. if form.process(session=None).accepted: ...code... Regards On Wednesday, February 26, 2014 6:08:53 PM UTC+1, Davy Jacops wrote: > > I am trying to isolate the problem. > > Situation: the web2py form is embedded in an iframe on drupalgardens site. > The web2py server is on Amazon EC2 machine running ubuntu. > > What I found out so far: > When I take a PC (mac, windows, it doesn't matter) with any browser (IE, > safari for sure), then at first the popups and the submit actions are NOT > working. > The submit button says "working" for a second and then nothing happens. > > BUT if I then play around with that PC for a while, and surf directly to > the ubuntu server (without iframe), possibly loggin in, then suddenly the > popups and submit button start working. > When I then try it on that same PC with the iframe, it works as well (from > the drupalgardens site). > > Seems that something needs to pass a gate once and then it works for that > PC. > certificates?? > > Still root cause is unknown. > My site is not deployable like this :( > > DJ > > > When I use a > > Op dinsdag 25 februari 2014 21:55:42 UTC+1 schreef Davy Jacops: >> >> My web2py app is ready, and I was about to deploy, but.... >> just found out it doesn't work at al under Internet Explorer 11! >> >> I developed everything using safari, chrome & also tested in firefox. >> All working fine. >> >> But I have a form (generated via SQLFORM.factory) with a submit button. >> >> Using IE11: when pushing the SUBMIT button, is says "working" very >> briefly, but then nothing at all happens. >> I cannot test if older IE versions have the same problem. >> >> Are there any special tricks to be applied for IE? >> >> Thank you for your help >> >> DJ >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

