Virtual
版主
<head> <title>发表话题</title><link rel="stylesheet" rev="stylesheet" href="{path}public/css/validation.css" type="text/css" /><script type="text/javascript" src="{path}public/js/prototype.js" ></script><script type="text/javascript" src="{path}public/js/validation.js" ></script><script type="text/javascript" src="{path}public/js/validate.js" ></script></head>
<tr> <td>标题:</td> <td><input type="text" name="title" class="required validate-title-pro" title="标题" span="标题不能为空,且字数不能超过50字"/><span></span></td> </tr>
<script language="javascript"> if($('myform') != null) var valid = new Validation('myform', {useTitles : true , immediate : true}); if($('form') != null) var valid_f = new Validation('form', {useTitles : true , immediate : true}); </script>
搜索更多相关主题的帖子: prototype
查看详细资料
TOP
Hex
管理员
CodeIgniter 中国CEO
查看个人网站