Hi.. In my application i'm using window.showmodaldialog() to popup the window
When i run it on IE popup blocker wont block the window but when i run it on
firefox pop up blocker blocks the window..
can any one tell m how to opup a window which canot be blocked by the popup blocker in both IE and FireFox?
Thank you....
Loading
RomanPosted Mar 10, 2011, 3:26 PM
I have created a jQuery function: showModalDialog which works on all major browsers: IE, Chrome, Safari and Firefox.
You can see the entire article on my blog: http://extremedev.blogspot.com/2011/03/windowshowmodaldialog-cross-browser-new.html
This will help you because this is a modal dialog inside the browser this is not actually a popup and does not require popups to be enabled.
chaithanya chowdaryPosted Sep 22, 2010, 6:23 AM
here i posted the javascript in this text document.