Hi: Thanks for bringing the header to my attention. I fixed and no more cross error. However Firebug reports these still: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# insteadLearn More jquery-1.9.1.min.js:1 I had tried //@ and //# and # and none worked. SyntaxError: missing ; before statementLearn More Can't see this.
This is code from test page:<!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=wi +ndows-1252"> <title>Login Success Form</title> <meta name="robots" content="noindex, nofollow"> <base href="http://www.jala-mi.org/"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Login Failed Form</title> <meta name="robots" content="noindex, nofollow"> <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> <script type="text/javascript"> var attempts = $manageusers::attempts; $(document).ready(function () { document.getElementById('logins').innerHTML= attempts; }); console.log(attempts); </script> <style type="text/css"> #loginWrap { width: 195px; margin: 0 0 0 0; margin: 15px 0 0 0;*/ background: #FFF url(../graphics/bkgndfff.jpg) repeat-x; } #sublogin { border: 1px solid #0D4A80; background: #FFF; margin: 0 0 0 0; padding: 1px; } #sublogin span { display: block; color: #FFF; font-size: 12px; padding: 3px 2px 2px 3px; height: 20px; height: 15px; background: #0D4A80; } #sublogin label { font-size: 90%; } #subloginLogin { background: #EDF5E3; padding: 1px 3px 8px 5px; } #login, #password { width: 108px; } #subloginLogin ul { list-style-type: none; margin: 5px 0 0 0; padding: 0; } /*#logins{ /* display: block;*/ font-color: #ff0000; font-size: 12px; padding: 3px 2px 2px 3px; height: 20px; height: 15px; /* background: #FFF;*/ }*/ </style> <style type="text/css"> body { background: #FFF url(../graphics/bkgndfff.jpg) repeat-x; margin: 0; font-size: 76%; font-family: verdana, arial, helvetica, sans-serif; text-align: center; } </style> </head> <body background="../graphics/bkgnd.gif"> <div id="loginWrap"> <div id="sublogin" style="height:232px;"> <h3 id="sublogin"><span>Login Failed</span></h3> <p></p> <br> <h3><b>Click Back to attempt the login again.</b></h3> <p></p> <p><h3><b>You have only <em id="logins"></em> login attempts left.</b> +</h3></p <div><input type="button" value="Back" style="background-color:#0D4A80 +; color:#ffffff" onclick="history.go(-1);"> <p></p> </div> </div> </div> </body> </html>
In reply to Re^2: Cross-Origin Request Blocked
by tultalk
in thread Cross-Origin Request Blocked
by tultalk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |