objForm.submit();
window.close();
Submit only works when I comment out the the window.close line. I tried adding a 5 second timer in between the 2 lines but that didn't work either.
This works fine in Firefox and IE11
objForm.submit();
window.close();
Submit only works when I comment out the the window.close line. I tried adding a 5 second timer in between the 2 lines but that didn't work either.
This works fine in Firefox and IE11