When developing an intranet application where the target browser is IE only (IE6 - horrible I know) is there any reason that we shouldn’t use the showModalDialog()
feature of IE to display dialog windows?
My colleague prefers using showModalDialog()
but I prefer using a jQuery plug-in such as FancyBox, FaceBox or ThickBox instead.