0

I'm doing everything as said in this article http://ankit.inkeysolutions.com/2012/01/crm-2011-how-to-launch-dialog-on-click.html, but the issue is that if I use

window.showModalDialog(url);

then I can see the following window is open: enter image description here

and if I use

window.open(url);

then dialog wizard is open fine but in new window, not as modal dialog. Any ideas why is it happening?

Guido Preite
  • 14,905
  • 4
  • 36
  • 65
anykey3
  • 273
  • 5
  • 20

1 Answers1

0

That looks like a Chrome browser. From what I've seen Chrome doesn't support modal windows. Try the same in IE.

jasonscript
  • 6,039
  • 3
  • 28
  • 43