Results 1 to 4 of 4

Thread: Site Alerting

  1. #1
    Join Date
    Feb 2007
    Location
    In a little Pixel World ^^
    Posts
    16
    Tokens
    0

    Default Site Alerting

    JUST C+P this onto your site and you will see a box Type your message in and click show me the alert, and it will show you what was said live to all other website-Surfers x Hope dis helps! x

    <html>
    <head><script LANGUAGE="JavaScript">


    function seeTEXTAAREA (form) {
    alert (form.myarea.value);

    }
    </script>
    <title>JavaFILE</title>
    <base target="leftframe">
    </head>
    <body BGCOLOR="FFFFFF">

    <form NAME="myform">
    <div align="center"><center><p><input TYPE="button" NAME="button3" Value="Show me the Alert" onClick="seeTEXTAAREA(this.form)"> <TEXTAAREA NAME="myarea" COLS="20" ROWS="3">
    </TEXTAAREA> </p>
    </center></div>
    </form>
    <p> </p>
    </body>
    </html>
    </body>
    </html>

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

    Latest Awards:

    Default

    Won't work...

  3. #3
    Join Date
    Dec 2006
    Posts
    521
    Tokens
    0

    Default

    <script>alert('Alert');</script>

  4. #4
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Why would anyone want that? its kinda pointless o.0

Posting Permissions

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