Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Basic Who are You Code
  • Xin
    Posts: 3,251
    <script type = \"text/javascript\">
    <!-- hide me from older browsers
    var the_name = prompt(\"What's your name ?\", \"\");
    if (the_name == \"Xinapse\")
    {
    document.write(\"Welcome leet haxor\");
    } else {
    document.write(\"Welcome, \" + the_name + \". Good to See you!\");
    }
    // show me -->
    </script>
    Xin