{* The comment list is defined inside a tabsheet made with the jQuery $().tabs() With jQuery 1.2.6 (don't know how other release manage this) all the anchors tags are considered as a tab. So, can't use because href is modified by the jQuery function. Links are managed by an event onclick="document.location='link';" *} {footer_script}{literal} function editInside(url, text, imageId, key, index) { $('#editInside'+index).get(0).appendChild($("#formEditInside").get(0)); $("#formEditInside").css('display', 'block'); $('#feiKey').val(key); $('#feiImageId').val(imageId); $('#contentEditId').val(text); $('#editComment').attr('action', url); } {/literal}{/footer_script}