-1:000000000000 | 0:ca03dfd20d1d |
---|---|
1 <html xmlns="http://www.w3.org/1999/xhtml" | |
2 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | |
3 | |
4 <head> | |
5 <script> | |
6 | |
7 function boom() | |
8 { | |
9 var yaz = document.getElementById("yaz"); | |
10 | |
11 document.body.appendChild(yaz); | |
12 } | |
13 | |
14 </script> | |
15 </head> | |
16 | |
17 <body onload="boom()"> | |
18 | |
19 <xul:tabs><span id="yaz"><xul:hbox><xul:popup/><xul:template/></xul:hbox></span></xul:tabs> | |
20 </body> | |
21 | |
22 </html> |