Justin Cooney
Web Development Tips and Examples
Category: HTML5
-
In this article I will go through a technique that you can use when working with a modal popup that lets you store form information from your popup to later use with your main Web form. In earlier articles I have covered some of the general functions and benefits of using the ShowModalDialog function that I…
-
As 2013 the HTML5 standard is still actively being developed and revised, and it is not fully supported by any Web browser. There are a number of tools freely available to HTML5 developers that help enhance browser support for HTML5 and that add to the speed and ease of developing a site. In this article…
-
Using the JavaScript showModalDialog function is a useful way for Web developers to create a modal popup. Unlike other popup functions, the showModalDialog function makes use of two separate HTML pages… one page as the parent page, and one page as the content of the modal dialog. Developers will sometimes want the modal popup to be more…