Click here to Skip to main content
16,019,018 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i give an error in my project. this error:

Unhandled exception at line 16, column 5 in http://flvrunner.com/like_special.html

0x800a1391 - JavaScript runtime error: 'RetrieveGlobalKey' is undefined

but i think every things is true.

my cod:
@section ColLeft{
<script src="~/Content/js/jquery.min.js"></script>
<link href="~/Content/css/jquery.motionCaptcha.0.2.css" rel="stylesheet" />
<script src="~/Content/js/jquery.placeholder.1.1.1.min.js"></script>
<script src="~/Content/js/jquery.motionCaptcha.0.2.js"></script>
XML
<script type="text/javascript">
       jQuery(document).ready(function ($) {

            <script type="text/javascript">
        jQuery(document).ready(function ($) {

            // Do the biznizz:
            $('#mc-form').motionCaptcha({
                shapes: ['triangle', 'x', 'rectangle', 'circle', 'check', 'zigzag', 'arrow', 'delete', 'pigtail', 'star'],
                successMsg:   'success',
                errorMsg: 'try again'
           
            });

            // Yep:
            $("input.placeholder").placeholder();
            

        
        });
         
	</script>
}
Posted
Comments
ZurdoDev 19-Jul-13 10:43am    
Use improve question link and post the relevant code. It says it can't find something called RetrieveGlobalKey so where is that?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900