-
- box.html
- How we can access the parent HTML document from within an
embedded SVG document.
-
- callSVG.html
- How to call a function in an embedded SVG document from within
an HTML document.
-
- choiceMenu.html
- Using an HTML form element (an option/choice menu)
to specify a value that is used to change an attribute in an
SVG element.
-
- twoPlots1.html
- This illustrates how we can replace the contents of an
embedded SVG document to update with another plot.
We use an event in the first SVG document to reach up
to the parent HTML document and then replace the second embedded
SVG object by constructing a copy of that node with a new src
and then replacing the
original.
The motivating example is to be able to mouse over
points in one plot and
Duncan Temple Lang
<duncan@wald.ucdavis.edu>
Last modified: Tue Mar 24 05:48:23 PDT 2009