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

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.