I am making a button that can load a homepage using a URL the code 
is like that:

<a xlink:href="PhotoURL">
        <rect x="850" y="345" height="25" width="180" rx="4" ry="4" 
style="fill: #ddd; stroke: black;"/>
        <text x="875" y="360">Click here to see a photo</text>
        </a>

The data of the href have to be an internet url and PhotoURL is the 
initial value.

I could load the data from a MySQL database like this

<%
String PhotoURL=" ";
// pulling the data from a MySQL database, abcd is a result set from 
a command of jsp to get data

PhotoURL = abcd.getString("PhotoURL");
%>

My trouble is to use this new data to actualize the href value, how 
can i do it?

Greetings.






------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12huf9qia/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124699968/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/
 


Reply via email to