Advertisement
Guest User

Untitled

a guest
Mar 16th, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $(function(){
  2. $.get("test.html", function(data){
  3. $(".msgs").text(data)
  4. })
  5. })
  6.  
  7. XMLHttpRequest cannot load file:///C:/wamp/www/JQuery%20lab/check.php?username=&password=.
  8. Origin null is not allowed by Access-Control-Allow-Origin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement