window.onload = function () { document.querySelector("textarea").value = "Type here."; document.querySelector("textarea").focus(); }