I am working on CRM 2011 and I have two buttons with javascript attached to them. One of them makes a call to a webservice on the same domain, and the other button makes an ODATA update request to the same domain again. So I have no cross-domain operations.
The issue I am facing is, if I press one button, and then press the other, I get a "No Transport" error on the second button. And after that both buttons start throwing the same error and don't work. But if I keep pressing the same button over and over, it works fine, for both the buttons. It is only when I switch between the two that I am seeing the error.
Any idea what is going on here? Thanks in advance!