explain this

Discussion in 'JavaScript' started by digama, Nov 20, 2006.

  1. #1
    i would like to know about confirm and alert boxes
     
    digama, Nov 20, 2006 IP
  2. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Confirm and alert boxes are intended to show off a message on specific javascritpt events such as onLoad, onUnload, onClick, onMouseOver, etc.

    Read more about javascript in the post you made elsewhere, where I pointed you at the available resouces, as for specific info about alerts here: www.pageresource.com/jscript/jalert.htm
     
    Pat Gael, Nov 20, 2006 IP
  3. mani

    mani Peon

    Messages:
    679
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Aler boxes ------- used to display an output message
    Confirm boxes -------- usually called on existing a function call or a break from loop,condition and returns true or false depending on buttons pressed..

    www.w3schools.com and read javascript tutorial
     
    mani, Nov 21, 2006 IP