File indexing completed on 2024-12-22 04:42:51
0001 <html> 0002 <script> 0003 function openWindow() { 0004 window.open('%1'); 0005 } 0006 document.onmousedown = openWindow; 0007 </script> 0008 </html>
File indexing completed on 2024-12-22 04:42:51
0001 <html> 0002 <script> 0003 function openWindow() { 0004 window.open('%1'); 0005 } 0006 document.onmousedown = openWindow; 0007 </script> 0008 </html>