About 69 results
Open links in new tab
  1. JavaScript Popup Boxes - W3Schools

    JavaScript has three kind of popup boxes: Alert box, Confirm box, and Prompt box.

  2. How To Create Popups - W3Schools

    .popup { position: relative; display: inline-block; cursor: pointer;} /* The actual popup (appears on top) */.popup .popuptext { visibility: hidden; width: 160px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -80px;} /* Popup ...

  3. Window alert() Method - W3Schools

    The alert() method displays an alert box with a message and an OK button. The alert() method is used when you want information to come through to the user.

  4. W3Schools Tryit Editor

    The W3Schools online code editor allows you to edit code and view the result in your browser

  5. How To Create an Alert Message Box - W3Schools

    Alert messages can be used to notify the user about something special: danger, success, information or warning.

  6. How To Create a Popup Form With CSS - W3Schools

    How To Create a Popup Form Step 1) Add HTML. Use a <form> element to process the input. You can learn more about this in our PHP tutorial.

  7. JavaScript Popup Boxes - W3Schools

    JavaScript has three kind of popup boxes: Alert box, Confirm box, and Prompt box.

  8. How To Make a Modal Box With CSS and JavaScript - W3Schools

    Learn how to create a Modal Box with CSS and JavaScript. How To Create a Modal Box A modal is a dialog box/popup window that is displayed on top of the current page:

  9. 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.

  10. JavaScript Error message Property - W3Schools

    error.name is an ECMAScript1 (JavaScript 1997) feature. It is supported in all browsers:

Refresh