var Height=365;var Width=500;function resizeFrame(f,h,w) { f.style.height = h + "px"; f.style.width=w+"px"; } window.onload=function(){ var forma=document.getElementById('frm_book_frm2'); resizeFrame(forma,Height,Width); }