<iframe src="${createLink(controller: "main",action: "nonPayment")}" width="740" scrolling="no" frameborder="0" name="iframe" id="iframe" οnlοad="iframeHeight(this)"></iframe>
function iframeHeight(obj){
var subweb=obj.contentDocument;if(subweb!=null){
obj.height=subweb.body.scrollHeight;
}else{
obj.height=document.getElementById('iframe').contentWindow.document.body.scrollHeight
}
}