Подскажите кто знает. вот простой код, - кнопка и вызов Ajax, на денвере работает отлично, но на Joomla не вызывается. Php код вывожу плагином (mod_html), просто вклюбчив файл <? include("PHP_TEST/Form.php"); ?> ---------------- вот сам код: <script type="text/javascript" src="/newlifesite/PHP/Scripts/prototype.lite.js"></script> <script type="text/javascript" src="/newlifesite/PHP/Scripts/moo.ajax.js"></script> <input type="button" onClick="CustomTable('tablePos', 'Jesus', '','add')" value="Иисус спасибо"> <script> function CustomTable(idPos, id, id2, action){ new ajax( 'CustomTable.php?id='+idPos+'&id='+id+'&id2='+id2+'&action='+action, { method: 'post', onComplete: function (transport) { if (transport.responseText != '') { try { var response = transport.responseText; } catch(E) { a=1; } try { document.getElementById(idPos).innerHTML = response; } catch(E) { a=1; } } } } ); } </script> <div align="center" id="tablePos" style="border: 1px gray solid"></div> ------------------------ спасибо за любые ответы , уже несколько дней сижу