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

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -