Update json.js
This commit is contained in:
parent
8352bc7bc5
commit
df5f696c82
@ -8,10 +8,10 @@ xmlhttp.onreadystatechange = function(){
|
||||
xmlhttp.open("GET","./content/test.json",false);
|
||||
xmlhttp.send();
|
||||
console.log(txt)
|
||||
var jsona = JSON.parse(txt);
|
||||
alert(jsona.src);
|
||||
var json = JSON.parse(txt);
|
||||
alert(json.src);
|
||||
|
||||
if (jsona.type == "img") {
|
||||
if (json.type == "img") {
|
||||
var contenttype = "img"
|
||||
} else {
|
||||
var contenttype = "iframe"
|
||||
|
Loading…
x
Reference in New Issue
Block a user