answersLogoWhite

0

OMGPOP kick suggestion

User Avatar

KamikazeHero

Lvl 1
15y ago
Updated: 8/18/2019

<html>

<head>

<title>Untitled Normal Page</title>

<SCRIPT LANGUAGE="JavaScript">

function confirmAction() {

return confirm("Are you sure you want to submit this?")

}

</SCRIPT>

</head>

<body>

<h2><em>Why are you kicking?</em></h2>

If you are found to be making invalid reasons then your kicks will be limited or you will receive a temporary

ban<em></em><br>

<br>

</form>

</body>

</html>

<!-- Script by hscripts.com -->

<script type="text/javascript">

//Edit the counter/limiter value as your wish

var count = "300"; //Example: var count = "175";

function limiter(){

var tex = document.myform.comment.value;

var len = tex.length;

if(len > count){

tex = tex.substring(0,count);

document.myform.comment.value =tex;

return false;

}

document.myform.limit.value = count-len;

}

</script>

<!-- Script by hscripts.com -->

<!-- Script by hscripts.com -->

<form name="myform" METHOD=POST>

<textarea name=comment wrap=physical rows=3 cols=40 onkeyup=limiter()></textarea><br>

<script type="text/javascript">

document.write("<input type=text name=limit size=4 readonly value="+count+">");

</script>

</form>

<!-- Script by hscripts.com -->

<html>

</td><td class="table8"><input type="button" name="shorttext" value="Send!" onClick="alert('The player has now been kicked!'); return false"><br>

</html>

<html>

<br>

<input type=button value="Back" onClick="history.go(-1)">

</html>

User Avatar

Wiki User

15y ago

What else can I help you with?