Web Links [Tag : Confirm]
Sort By :
1. Confirm Test With Results Computed
This JavaScript allows you to have a test run using confirm alerts to have the user enter in TRUE or FALSE for each question. The results are computed and then given (via a popup) to the user. This test is easily modified by just adding a new question,answer pair.
Category:   JavaScript > Scripts and Programs > Alerts and Prompts

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. Confirm Alert Box
The author notes, "The JavaScript confirm alert box differs from a regular alert box in that it provides two choices for the user, OK and Cancel. Typically, you¡¯ll see confirmation boxes utilized on links where the destination is outside the domain of the page you¡¯re currently on or to alert you of potentially objectionable material. The following example will display a confirmation alert box when either a link or form button is clicked. Once either OK or Cancel are selected an alert box will follow to display which was chosen."
Category:   JavaScript > Scripts and Programs > Alerts and Prompts

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR