sorry for the type error. I meant really that $("#reportChart").reload("charts/genrate_chart.php");
does not work with the # selector. On Jul 1, 3:51 pm, Olaf Bosch <olaf.bo...@t-online.de> wrote: > pacodelucia schrieb: > > > Apparently $("reportChart") is not returning really an SWF "object". > > Anyone has an idea if this possible with jquery? > > This is not a correct Selectot for ID, try so: > > //access via jquery > $("#reportChart").reload("charts/genrate_chart.php"); // does not work > > # for ID, . for CLASS > > -- > Viele Grüße, Olaf > > ----------------------------------- > olaf.bo...@t-online.dehttp://olaf-bosch.de/http://ohorn.info/http://www.akitafreund.de/ > -----------------------------------