最新消息: 新版网站上线了!!!

dede php日常正则表单验证

<fieldset>
    <legend>正则表单验证测试</legend>
    <form action="" method="post" target="_self" onSubmit="return checkform();">
    <input name="" id="telephone" type="text" msg=""  />
    <input name="" type="submit" class="button" value="检查电话号码" />
    </form>
</fieldset>
<script>
        /* 正则检查表单案例 */
        function checkform(){
            $element = document.getElementById("telephone" -->

转载请注明:谷谷点程序 » dede php日常正则表单验证