- From: Philippe Converset <pconverset@Qarbon.com>
- Date: Mon, 11 Jun 2001 19:40:56 +0200
- To: www-svg@w3.org
Received on Monday, 11 June 2001 13:40:26 UTC
Hi, I need to retrieve an SVG element using a ecmascript event. Let's say my SVG code has a circle element with the id "circle1" and another element that responds to an onclick event and runs a ecmascript function. How do I retrieve my circle in this function. I thought the following line could work but it's not. var circle = document.all("circle1",0); Any idea ? Thanks
Received on Monday, 11 June 2001 13:40:26 UTC