About 277,000 results
Open links in new tab
  1. How to enable javascript alert and confirm boxes in Microsoft Edge

    Mar 19, 2018 · You can use async_alert () just as the original alert () function, but keep in mind that this newly defined function is just asynchronous while the other is synchronous (so it doesn't stop your runtime javascript execution waiting your click).

  2. javascript - window.showModalDialog totally deprecated in Edge

    Oct 2, 2018 · I have a website being compatible with Edge (it was only compatible with IE before...). The problem is, I don't understand what to do with my old showModalDialog elements.

  3. Window confirm () Method - W3Schools

    The confirm() method displays a dialog box with a message, an OK button, and a Cancel button. The confirm() method returns true if the user clicked "OK", otherwise false. A confirm box is often used if you want the user to verify or accept something.

    Missing:

    • Edge

    Must include:

  4. ShowModel dialogue box and Dialogue arguments not working in Edge ...

    Jun 10, 2022 · ShowModel dialogue box and Dialogue arguments not working in Edge/chrome browsers. var pContents = dialogArguments; var strDenoms = pContents.strDenomValues;//loading the values from main Bank Transaction jsp to …

  5. <dialog>: The Dialog element - HTML: HyperText Markup …

    4 days ago · The <dialog> HTML element represents a modal or non-modal dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.

    Missing:

    • Edge

    Must include:

  6. Window: alert () method - Web APIs | MDN - MDN Web Docs

    Oct 4, 2023 · window.alert() instructs the browser to display a dialog with an optional message, and to wait until the user dismisses the dialog. Under some conditions — for example, when …

    Missing:

    • Edge

    Must include:

  7. How to Enable JavaScript on Microsoft Edge

    Mar 14, 2024 · From logging in accounts to accessing window pop-ups and viewing animations, enabling JavaScript on your Microsoft Edge browser will allow you to have fun and fully featured browsing experience.

  8. Window.ShowModalDialog is not working in Microsoft Edge

    Jun 9, 2022 · Window.ShowModalDialog (used in java script) is not working in Microsoft Edge Chromium. It seems that this feature is not available in Microsoft Edge Chromium, Please advise if there is any alternative available from Microsoft to " ShowModalDialog " which is working.

  9. HTMLDialogElement: showModal () method - Web APIs | MDN

    Apr 10, 2025 · The showModal() method of the HTMLDialogElement interface displays the dialog as a modal, over the top of any other dialogs that might be present. It displays in the top layer, along with a ::backdrop pseudo-element.

  10. How to renable javascript confirm pop up in Edge - Super User

    May 10, 2020 · I accidently disabled JavaScript confirm window in Edge for a website and now I am unable to find the setting to reenable it. You know the one where it asks something like "Are you sure you want to do it" with OK and CANCEL buttons as …

Refresh