2 <html xmlns="http://www.w3.org/1999/xhtml">
5 <script language="JavaScript">
7 function set_object_size(id, width, height)
9 document[id].width = width;
10 document[id].height = height;
18 <h1>GtkMathView-Bonobo test page</h1>
20 The embedded object should display a mathematical formula.
23 <object name="MATH" data="#math1" width="500" height="100" type="application/mathml+xml">
24 <math id="math1" display="block" xmlns="http://www.w3.org/1998/Math/MathML">
26 <mi href="http://www.google.it">x</mi>
30 <mtext href="javascript:alert('like if I can do that')">click for the answer</mtext>
35 <input name="eccolo" type="button" onClick="set_object_size('MATH', 100, 50)" value="Size"/>