in reply to Re: Cross-Origin Request Blocked
in thread Cross-Origin Request Blocked

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>

Replies are listed 'Best First'.
Re^3: Cross-Origin Request Blocked
by Corion (Patriarch) on Mar 02, 2017 at 15:08 UTC

    I'm not sure where Perl comes into play in your question. Maybe you can show us the Perl code you use to create the output that Firefox complains about.

    If this is a question about Javascript, this website is not really the place for that. Maybe Stackoverflow or somewhere else is a better place for finding answers to such questions.

      Right now I am using a static page that I upload to my root directory to test. By the way the cross error came back I don't know what I did with the header but it is back http://www.http://jala-mi.org/login_failed.htm

        If the problem appears with a static page, then you have successfully eliminated Perl as a source for the error.

        This site is mostly for problems with Perl but you have correctly deduced that Perl cannot cause your error because it is not involved in the error.

        Most likely there is a website that can help you with this problem, but this is not that website.