Categories
Tags → Confirm Alert

Java Script Boxes (Part II)

As a continuation of the earlier section where we have seen alert box, we will see in section briefly about confirm box and prompt box.The confirm box is one that pops up with two buttons namely OK and Cancel. This box namely Confirm box is used to v...
DETAILS

Redirect Scripts

Three scripts that show how a browser can be redirected to a different page with JavaScript. They are useful if you want to rename or move a page that has links to it from other locations. You can put the redirect script in the old page, to send visi...
DETAILS

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 th...
DETAILS
©2003-2019 jCay.com