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>





Reply With Quote





