|
||||||||||||||||||||||||||||||||
function clk(id) { (new Image()).src="goto.php?id="+id; return true; } function CheckLen(Target) { StrLen = Target.value.length; if ( StrLen>255 ) { Target.value = Target.value.substring(0,255); CharsLeft = 255; } else { CharsLeft = StrLen; }; var CharsLeft1 = 255 - CharsLeft; document.form2submit.reste.value = CharsLeft1; }
|
||||||||||||||||||||||||||||||||