Log in

View Full Version : Site Alerting



Bibling
28-04-2007, 11:33 PM
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>

Invent
29-04-2007, 01:18 AM
Won't work...

Sygon..
29-04-2007, 10:16 AM
<script>alert('Alert');</script>

Mentor
29-04-2007, 04:45 PM
Why would anyone want that? its kinda pointless o.0

Want to hide these adverts? Register an account for free!