-1:000000000000 | 0:7b99b66eb2d9 |
---|---|
1 <?xml version="1.0"?> | |
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?> | |
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | |
4 | |
5 <script> | |
6 | |
7 function rM(q1) { q1.parentNode.removeChild(q1); } | |
8 | |
9 function init2() | |
10 { | |
11 rM(document.getElementById("t")); | |
12 } | |
13 | |
14 window.addEventListener("load", init2, false); | |
15 | |
16 </script> | |
17 | |
18 <foo id="t" datasources="1.rdf" /> | |
19 | |
20 </window> |