Answer the question
In order to leave comments, you need to log in
Why is the document not loading in a new tab in mobile browsers?
var html = 'тут html-документ'
var вкладка = window.open("about:blank")
вкладка.onload = function()
{
вкладка.document.write(html)
}
Answer the question
In order to leave comments, you need to log in
$a = json_decode('{"result":{"message_id":18846400}}');
echo $a->result->message_id;
One of the best tools for JSON is codebeautify.org/jsonviewer JSON formatter, JSON validator, JSON minify, JSON to XML, JSON to CSV
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question