function setKeyword(keyword) { var input = document.getElementById("myInput"); input.value = keyword; SearchInfo(); }