I found in my developing code that there are no specific text in the name and address textboxes, so I only put some text on them and the data from MySQL replaces them. It works.
Thanks anyway. Travsam --- In [email protected], "jucabapa79" <[EMAIL PROTECTED]> wrote: > Hello again!!!, I am revising my code and I found some mistakes, but > even that i corrected them there are some mistakes. > > Checking the code I made an important change. > > > > > <% Statement abc = conn.createStatement(); > String Name=" "; > String Address=" "; > String abc="SELECT * from table where field='field0'"; > > ResultSet ghi = def.executeQuery(abc); > > ghi.getRow(); > > ghi.first(); > > Name = ghi.getName("Name"); > > Address = ghi.getAddress("Address"); > > %> > > > Name = svgDocument.getElementbyId( "Name" ); > var newName = svgDocument.createTextNode = ("<%= Name %>"); > Name.replaceChild (newName, Name.getFirstChild()); > Address = svgDocument.getElementbyId( "Address" ); > var newAddress = svgDocument.createTextNode = ("<%= Address %>"); > Address.replaceChild (newAddress, Address.getFirstChild()); > </script) > > <text id="Name"> </text> > <text id="Address"> </text> > > ---------------------------------------------- > > Even that the code is not working properly... the error message > shows me that the variable Name is not found... > > Thanks anyway > > Travsam ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hhgkidg/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124440584/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

