showModalDialog
showModalDialog copied to clipboard
multiple showModalDialogs
Hi , The showmodaldialog is working fine. But I have issues in implementing multiple showModalDialogs. For Ex:If I'm having two showDialogs in a page(function).As per the implementation,it is getting the callerstaments and breaking the code for later statments of showModalDialog. The second showModalDialog statment is executing inside eval() and so this block is becoming the caller for the second showModalDialog,and Hence the later statements after second showModalDialog is not executing. Any help in this regard is highly appreciated. Thanks, Venkatesh.
@wenky hei, can you resolve your problem regarding show multiple dialog?
I am not sure I understand your issue. Can you provide a proof of concept in jsbin.com or jsfiddle.net?
@wenky I know some years have passed, but you could try the branch I've created from this repo:
https://raw.githubusercontent.com/macmessa/showModalDialog/multiple-dialog/showModalDialog.js