document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.    <script>
  2.     function open_child(url,title,w,h){
  3.         var left = (screen.width/2)-(w/2);
  4.         var top = (screen.height/2)-(h/2);
  5.         w = window.open(url, title, \'toolbar=no, location=no, directories=no, \\n\\
  6.        status=no, menubar=no, scrollbar=no, resizabel=no, copyhistory=no,\\n\\
  7.        width=\'+w+\',height=\'+h+\',top=\'+top+\',left=\'+left);
  8.     };
  9. </script>
  10.  
  11. <form name="site">
  12. Daftar Site  <input type="text" name="h4nk" id=\'siteh4nk\' value="" style="width:200px" />
  13.         <button onclick="open_child(\'popup.php\',\'Look Up\',\'800\',\'500\'); return false;">...</button>
  14.  
  15.  </form>
');