<div class="block">
<script src="https://pms.connectone.ru/module/?hid=eb225c"></script>
</div>
<style>
html {
height: 500px;
}
.block {
background: #000;
padding: 10px;
}
#rsnlresponse iframe {
height: 150px;
}
</style>
<script>
jQuery(window).load(function() {
jQuery('body').on('click', '#rsnlresponse', function() {
jQuery('#rsnlresponse iframe').css({
'height': 'auto'
});
});
});
</script>