Updating ShowModalDialog legacy code for chrome
up vote
0
down vote
favorite
I work on some legacy code at my job and I am in a bit of a pickle.
They are wanting to make their website work on chrome and alot of the popups do not work. They use the following code for popups.
accepted = window.showModalDialog(url, "", "dialogHeight:600px; dialogWidth:1250px; edge:Raised; center:Yes; help:No; resizable:No; status:No;");
I know that chrome no longer supports the .showModalDialog extension.
My question is what is the best way to update this legacy code to work on chrome since it is outdated?
javascript html popupwindow
add a comment |
up vote
0
down vote
favorite
I work on some legacy code at my job and I am in a bit of a pickle.
They are wanting to make their website work on chrome and alot of the popups do not work. They use the following code for popups.
accepted = window.showModalDialog(url, "", "dialogHeight:600px; dialogWidth:1250px; edge:Raised; center:Yes; help:No; resizable:No; status:No;");
I know that chrome no longer supports the .showModalDialog extension.
My question is what is the best way to update this legacy code to work on chrome since it is outdated?
javascript html popupwindow
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I work on some legacy code at my job and I am in a bit of a pickle.
They are wanting to make their website work on chrome and alot of the popups do not work. They use the following code for popups.
accepted = window.showModalDialog(url, "", "dialogHeight:600px; dialogWidth:1250px; edge:Raised; center:Yes; help:No; resizable:No; status:No;");
I know that chrome no longer supports the .showModalDialog extension.
My question is what is the best way to update this legacy code to work on chrome since it is outdated?
javascript html popupwindow
I work on some legacy code at my job and I am in a bit of a pickle.
They are wanting to make their website work on chrome and alot of the popups do not work. They use the following code for popups.
accepted = window.showModalDialog(url, "", "dialogHeight:600px; dialogWidth:1250px; edge:Raised; center:Yes; help:No; resizable:No; status:No;");
I know that chrome no longer supports the .showModalDialog extension.
My question is what is the best way to update this legacy code to work on chrome since it is outdated?
javascript html popupwindow
javascript html popupwindow
asked Nov 9 at 16:44
The Associate Intern Jr. Dev
367
367
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53229938%2fupdating-showmodaldialog-legacy-code-for-chrome%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown