Posts by Johnner • 89 points
5 posts
-
0
votes0
answers73
viewsQ: Why does my xmlhttp.status return zero?
I got a problem in my html, I try to catch a json, but the xmlhttp.status is always 0(zero). I researched about it, but found nothing very concrete. Below, I simplified the code to highlight the…
-
2
votes1
answer1125
viewsQ: How to modify a Json object (javascript)?
I need to change a json object that I am receiving. I would like to insert a data input into this Json. The idea is simple put a dice, it pulls the json according to this data, but I need to change…
-
2
votes2
answers837
viewsA: How does a Json object return?
I figured out the problem. This Json is a complex object, to work I did so: out += arr.riotschmick.id + arr.riotschmick.name + arr.riotschmick.summonerLevel;…
-
-2
votes2
answers837
viewsQ: How does a Json object return?
I just modified an example of HTML with Json but it is an array type and apparently what I want to use is an object, I believe this is the problem. json contains this information:…
-
3
votes4
answers1837
viewsQ: How to use Json in an html
Hey guys? I’m new here, could you help me...is returning "Nan"! <!DOCTYPE html> <html> <body> <h1>Customers</h1> <div id="id01"></div> <script> var…