-1:000000000000 | 0:fc3ca6c4032d |
---|---|
1 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | |
2 | |
3 <script> | |
4 | |
5 function init() { | |
6 document.getElementById("foopy").style.position = "absolute"; | |
7 } | |
8 | |
9 window.addEventListener("load", init, 0); | |
10 | |
11 </script> | |
12 | |
13 | |
14 <box id="foopy" /> | |
15 | |
16 | |
17 </window> |