//// function preview() { var odiv=document.getElementById('outputdiv'); var idiv=document.getElementById('inputcode'); odiv.innerHTML=idiv.value; } /////