Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Sep 2007
    Posts
    56
    Tokens
    0

    Default

    http://www.callumcarolan.co.uk/thbb/news/alert.htm

    code:

    <script type="text/javascript">
    alert('hello');
    </script>

  2. #12
    Join Date
    Jul 2007
    Posts
    7,783
    Tokens
    89

    Latest Awards:

    Default

    This new one works ! Thanks, is there one where you have to click OK or CANCEL.. ok redirects to one site, and cancel redirects to another +REP!


  3. #13
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    HTML Code:
    <script type="text/javascript">
    function changepage( page ) {
    var confirm = confirm("Change the page to: " + page + " ?");
    if (confirm){
    window.location = page;
    } else {
    return false; 
    }
    }
    </script>
    <a href="page.html" onclick="changepage('page.html');">Change Page to page.html?</a>
    I haven't tested it.

  4. #14
    Join Date
    Jul 2007
    Posts
    7,783
    Tokens
    89

    Latest Awards:

    Default

    Quote Originally Posted by Blob View Post
    HTML Code:
    <script type="text/javascript">
    function changepage( page ) {
    var confirm = confirm("Change the page to: " + page + " ?");
    if (confirm){
    window.location = page;
    } else {
    return false; 
    }
    }
    </script>
    <a href="page.html" onclick="changepage('page.html');">Change Page to page.html?</a>
    I haven't tested it.
    Looks confusing.

    <script type="text/javascript">
    alert('hello');
    </script>
    Can anyone make it so you wait a bit ('x') and then I can put how long you wait till that pop-up pops up.
    Last edited by shizzle; 14-09-2009 at 11:03 AM.


  5. #15
    Join Date
    Apr 2006
    Posts
    1,313
    Tokens
    1,607

    Latest Awards:

    Default

    Nice site you've got going on there Callum.

  6. #16
    Join Date
    Sep 2007
    Posts
    56
    Tokens
    0

    Default

    Quote Originally Posted by syko2006 View Post
    Nice site you've got going on there Callum.
    Thanks

  7. #17
    Join Date
    Jul 2007
    Posts
    7,783
    Tokens
    89

    Latest Awards:

    Default

    Quote Originally Posted by syko2006 View Post
    Nice site you've got going on there Callum.
    The best site ever.


Page 2 of 2 FirstFirst 12

Posting Permissions

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