HTML page Embedded SVG Appearance Calling a function in a web page from an event in SVG. Click the oval.
A click on the ellipse easily finds the function “notify()” and passes the string as parameter as anticipated.
Note: while the use of the notation "top.notify()" can be replaced by simply "notify()" in Internet Explorer,
"top" is needed in Opera and Firefox for the SVG object to "find" its container.