.NET Recaptcha表单接受一个值,但是在其他每个条目上,即使验证码不正确,它也会通过表单

时间:2019-03-23 16:54:04

标签: recaptcha


    

        
            
                

CLOSE close

CLOSE close

这是表格的代码

这是验证代码:


    
        jQuery(document).ready(function () {
            //jQuery("#EmailIcon").fancybox({ 'centerOnScroll': true, 'showCloseButton': false, 'modal': true, 'overlayShow': true, 'transitionIn': 'none', 'transitionOut': 'none' });
            if () { jQuery('#EmailIcon').click(); } else {jQuery('#').hide(); jQuery('#').show();}

            //Scripts to hide and move Prepaid/Refreshed pricing
        jQuery("td.tHeaderLabel:contains('HiddenPricing'), td.tHeaderLabel:contains('DisplayOptions'), td.tHeaderLabel:contains('PlanOptionProperties')").each(function () { //Starts hiding at "HiddenPricing" header and stops at next header
                jQuery(this).parents('tr').hide();
                jQuery(this).parents('tr').nextUntil("tr.trHeader").hide();
            });

        });

        function ValidatePage() {
            if (typeof (Page_ClientValidate) == 'function')
                Page_ClientValidate();
            if (Page_IsValid)
                jQuery.fancybox.close();              
        }

        function CloseWindow() {
            jQuery('#').val('');
            jQuery('#').hide();
            jQuery('#').show();
        }

    

0 个答案:

没有答案