Results 1 to 3 of 3

Thread: Pop up

  1. #1
    WarezKid Guest

    Default Pop up

    <script language="Javascript">
    alert ("Pop up")

    Well, i did that, but it doesnt work if you put it twice, i want 2 pop ups one after another,


    How do i do it, becasue when i enter the code again, it doesnt do it, :S

  2. #2
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    HTML Code:
    <script language="Javascript">
    <!--
    
    alert( 'hi' );
    alert( 'hi' );
    
    //-->
    </script>

  3. #3
    WarezKid Guest

    Default

    Thanks sorted

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •