javascript - wrapping third party function inside document.write() -
I am putting it inside the document below. But its a third party ceremony & amp; The first is the absolute key and the second value is that I am passing the value, so it can not be inside the document. To write (). So how do I write it?
document.write ('populated data ("number", shown);');
If you are asking how to add strings in javascript, Type will appear, using + operator: document.write ('populateData ("number", "' + + shown '' ''); ';);
Comments
Post a Comment