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