I have a basic question, can i include HTML code in JS? (with \"document.write\")
This is my HTML code:
window.onload = function(){ document.getElementById("menu").innerHTML='some textsome text some textsome textsome textsome text'; }
Edited:
It should work.