Forum Moderators: open
i have the following html INput tag
<input name="menu_category_name" id="menu_category_name" onchange="javascript:blurCatMessage(0)" value="" type="text">
if i call
document.getElementById("menu_category_name").innerHTML=somevalue
it adds ab <INPUT> tag along with the value and doesnt refresh the text of the Box
by calling
document.frmAddLinks.menu_category_code.value=somevalue
its not assinging any value
any guidance?
thanks