Hi,
I would like to ask you to check whether the following function is
correct to use in SVG:

function attribute(evt) {
        var txt = evt.target.getAttributeNS(null,"id");
        var
url="http://tsunami.geo.ed.ac.uk/local-bin/s0565608/attributeGeoglyphs.pl?record_id=";
+ txt;
        open (url);
}

Because it does not work of some reason, so I would first like to
check whether the problem is in this function.
It is connected to onclick event, which should take the id of the
clicked feature and open a new window and display some attribute data
about the clicked feature that are stored in an Oracle database. The
id will be passed to the WHERE clause of an SQL command. 

Thank you.
Csorba






-----
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