function callAlert() { alert('Calling js from Content Page.'); document.getElementById("MyInputBox").value = "My value 1"; }