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=12h1te6ak/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124433303/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</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/
 


Reply via email to