14.01.2022, 08:26
Use this code and also enable "Persistent" mode for the iframe:
Code:
$(function(){
if (typeof grp != 'undefined') {
grp.listen('34/1/1', function(object) {
$('.testurl').find('iframe').attr('src', object.value);
}, true);
}
});