body onUnload() is not working on Mozilla, I checked it on IE and Chrome, its working fine but on Mozilla it is not working.
I m using <body onunload()> in which I m calling some AJAX function that will affect particular row. But as I m going to close my browser sch function is not working. I checked the same on Internet Explorer and google Chrome it's working fine there. But on Mozilla it is not working.
I m using <body onunload()> in which I m calling some AJAX function that will affect particular row.
But as I m going to close my browser sch function is not working.
I checked the same on Internet Explorer and google Chrome it's working fine there.
But on Mozilla it is not working.
すべての返信 (1)
Any errors in the error console?
Please provide a public URL or reduced test case that exhibits this issue.