控制文本框字符數(shù)
當(dāng)前位置:點晴教程→知識管理交流
→『 技術(shù)文檔交流 』
<html> <head> <title>控制文本框字符數(shù)</title> </head> <SCRIPT LANGUAGE="JavaScript"> <form name=myform action="YOUR-SCRIPT.CGI"> <font size="1" face="arial, helvetica, sans-serif" > ( 最多只能輸入20個字符!)<br> <textarea name=message wrap=physical cols=28 rows=4 onKeyDown="checkMaxInput(this.form)" onKeyUp="checkMaxInput(this.form)"></textarea> <body> </body> </html> 該文章在 2010/8/13 22:33:15 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |