alert boxes

Discussion in 'JavaScript' started by xamd404, Apr 27, 2011.

  1. #1
    Hello,

    I'm just wondering how you make multiple alert boxes pop up one after the other. So i click a button and 4 boxes pop up consecutively.

    Any ideas?

    Thank you
     
    Last edited: Apr 27, 2011
    xamd404, Apr 27, 2011 IP
  2. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #2
    <button onclick="alert('Nr. 1');alert('Nr. 2');alert('Nr. 3');alert('Nr. 4');" >click</button>
     
    Jan Novak, Apr 28, 2011 IP
  3. xamd404

    xamd404 Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks a lot for the reply.

    +rep
     
    xamd404, May 1, 2011 IP