1 / 3

Follow Up

Follow Up. Can one change the appearance of the alert/confirm/prompt box?. The default Alert box can be customized (or over-ridden) by JavaScript + CSS.

asasia
Download Presentation

Follow Up

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Follow Up

  2. Can one change the appearance of the alert/confirm/prompt box? The default Alert box can be customized (or over-ridden) by JavaScript + CSS. But the drawback is to verify the compatibility on different browsers. See the following:http://slayeroffice.com/code/custom_alert/http://www.gayadesign.com/diy/customize-the-default-alert-function-of-javascript/http://www.codeproject.com/Articles/28812/Custom-Alert-Boxes-using-JavaScript-and-the-DOM • Final Answer • 1. not possible with HTML • 2. not possible with CSS • 3. possible with quite a lot of JavaScript code

  3. What is the Meaning of === in JavaScript?

More Related