Mam taka funkcje ktora submituje formularz do iframe.
Problem polega na tym że przesylany text ma inne kodowanie. Text ma utf-8 a wysyla chyba w iso-1
<?php <script type="text/javascript" charset="utf-8"> $().ready(function() { $('#form{$item->kid}').submit(function() { var t = this.title || this.name || null; var g = null; tb_show(t, this.action, null); return true; }).attr("target", "TB_iframeContent"); }); </script> ?>