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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -