related to resizing iframe according to contentsize -
hi respect given solution of question
function resizeiframe(obj) { { obj.style.height = 0; } ; { obj.style.height = obj.contentwindow.document.body.scrollheight + 'px'; } }
its working fine in firefox make work in chrome should done ?
and 1 more thing on website when required page of services loaded want there little introduction service section visible in iframe , have left bar in there links of services , when click link content related service should loaded , visible in iframe , iframe should resize size according size of content, otherwise introduction should remain there.
how can ? please tell code
Comments
Post a Comment