Re: OT non LC: cross tab/window browser communication

2016-11-22 Thread Mike Bonner
My problem is the same. *kinda* Basically i'm "adding to cart" and not too long ago.. something changed and it can take 7 or 8 seconds to decrypt the button code. Not that big a deal, but people like me, click once, leave the cart tab open, and then go back to the main shopping tab and click mor

Re: OT non LC: cross tab/window browser communication

2016-11-22 Thread Mark Schonewille
This is strange and very insecure. You should let the tab load and redirect to the PayPal page after the tab has finished doing everything it should do. I had a similar problem though. I needed a page to give PayPal time to process a transaction. I did this with a fake progress bar, which wait

OT non LC: cross tab/window browser communication

2016-11-22 Thread Mike Bonner
I have a problem I need to solve with a web page i've set up.. On my page (my domain) I have forms that submit to an external domain (paypal) and open a new named tab on submission. I need to be able to block further actions until the paypal page load is complete. Currently, I have simply set up