On Tuesday, May 10, 2016 at 9:45:36 PM UTC-7, Emmanuel Dsouza wrote: > > [subject: What's wrong with this script?] > [snip code] > so as you can see I am printing in target and location. The one with id > location also prints autoincremented c and the one with ajax call prints > auto incremented session.count in target However I see that ajax one will > work only when that particular tab is open. I want this to work even if i > am working on another tab. >
You've got a series of related threads, which seem to revolve around the same core issue. But you haven't said which browser(s) you are experiencing the issues in. This may be browser-specific behavior; it is certainly javascript-specific behavior. BTW, if you need to do testing of your website in a lot of browsers, but don't have that many in your own lab, <URL:https://www.browserling.com/> might be helpful. They have an array of target machines with different OS/browser combinations and give you a virtual window to them. To access all the combinations requires subscribing, but the prices aren't too bad. Certainly less than buying 10 used laptops. For free access, the choices are limited and you only get a 3 minute session each try, but even that might be helpful. Additional features include their Bug Hunter tool, but maybe you've already been testing with Selenium or another tool. There are also tools for recording and sharing and screenshots. /dps -- 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/d/optout.

