<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transicional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" http://www.w3.org/1999/xhtml ">
<cabeza>
<meta http-equiv="Tipo de contenido" content="text/html; charset=gb2312" />
<título>Documento sin título</título>
<lenguaje SCRIPT=javascript1.3><!--
var testleng=300;//允许多少字符串填入
function GC_UpdateCharCount() {
var desc_el = document.getElementById('desc');
var chars_el restantes = document.getElementById('chars restantes');
var num_remaining = testleng - desc_el.value.length;
si (núm_restante >= 0) {
caracteres restantes_el.innerHTML = num_remaining;
} demás {
restanteschars_el.innerHTML = "<color de fuente=rojo>" +
(-num_remaining + '') + " caracteres sobre</font>";
}
}
la función está sobre (sText)
{
var intlen=sText.value.length;
si (intlen>testleng)
{
alert("描述特征的内容的字数必修小于或者等于 "+testleng);
sText.enfoque();
sText.select();
}
}
//--></SCRIPT>
</cabeza>
<cuerpo>
<<B>Descripción del grupo</B><BR><TEXTAREA id=desc onkeydown=GC_UpdateCharCount() onkeyup=GC_UpdateCharCount() onblur="isOver(this);"style="WIDTH: 99%" name=desc rows= 4 columnas=50></TEXTAREA>
<BR>Cartas restantes: <SPAN id=remainingchars>
<lenguaje SCRIPT=javascript1.2><!--
GC_UpdateCharCount();
//--></SCRIPT></SPAN><NOSCRIPT>300 caracteres permitidos </NOSCRIPT>
</cuerpo>
</html>