var IframeId= document.getElementById('iframe'); document.getElementById('TopMenuAboutCompany').onclick=function() { IframeId.src = "/html/TopMenu/AboutCompany.html"; IframeId.height = "400"; return false; }