Hi Sumpa dont really get your coding, but maybe I got your problem right ;-) this one would work for me:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(function() { test('#abc'); }); function test(myID) { alert($(myID).text()); } </script> </head> <body> <div id="abc">bla bla bla</div> </body> </html> Hope that helps. ggerri On Dec 10, 11:08 pm, sumpa <w.kel...@krenstetten.com> wrote: > please someone can help me about that ? > > On 10 Dez., 15:26, sumpa <w.kel...@krenstetten.com> wrote: > > > > > function updateChart(xml,oid){ > > //var chart=document.my_chart; //////////// is working > > var chart1=$(oid); ///// is not wokring ..... how to get the > > object properly > > /// document.all[oid] istt working > > also in ff3 .... > > > spinning_wheel = true; > > mode = "reset"; > > chart1.Update_XML( xml, spinning_wheel, mode ); > > } > > > need help plz :-)- Hide quoted text - > > - Show quoted text -