Removing Javascript Box

Discussion in 'JavaScript' started by Luke Watson, Aug 25, 2010.

  1. #1
    I am making a number javascript program and i need to know how do i go about removing the dialogue box in javascript so it displays the numbers on the browser and not this,

    [​IMG]

    Thankyou.
     
    Luke Watson, Aug 25, 2010 IP
  2. Rainulf

    Rainulf Active Member

    Messages:
    373
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #2
    Use document.write( ) instead of alert( ). :)
     
    Rainulf, Aug 26, 2010 IP