Codestin Search App <body> <style type="text/css"> html body { margin-top: 50px !important; } .jsdfjhdsgjfhdgshf{ position:fixed; width:30px; height:30px; bottom:20px; right:20px; background-color:#0C9; color:#FFF; border-radius:50px; text-align:center; box-shadow: 2px 2px 3px #999; } .my-float{ margin-top:22px; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#369eab; height:45px; line-height:45px; background-color:#369eab; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; } </style> <script> var url_text_selected = false; function smart_select(ele){ ele.onblur = function(){ url_text_selected = false; }; ele.onclick = function(){ if(url_text_selected == false){ this.focus(); this.select(); url_text_selected = true; } }; } </script> <div id="top_form" style="display:none;" > <div style="width:800px; margin:0 auto;"> <form method="post" action="index.php" target="_top" style="margin:0; padding:0;"> <input type="button" value="Home" onclick="window.location.href='index.php'"> <input type="text" name="url" value="http://www.uzes.com" autocomplete="off"> <input type="hidden" name="form" value="1"> <input type="submit" value="Browse"> </form> </div> </div> <div style="width:auto; position:fixed; bottom:0; right:0; border: 2px solid black;margin: 5px;background-color: #075761; border: 1px solid black;opacity: 0.7;"> <a href="https://codestin.com/l.php?url=http://www.uzes.com" target="_blank"><p style="margin: 5px;font-weight: bold;color: #fff;"> Thanks to visit codestin.com<br> Credit goes to www.uzes.com </p></a> </div> <!-- <button class="jsdfjhdsgjfhdgshf" onclick="tetTftyftfOpojiohHkoh()"></button> --> <script type="text/javascript"> smart_select(document.getElementsByName("url")[0]); // function tetTftyftfOpojiohHkoh() { // var x = document.getElementById("top_form"); // if (x.style.display === "none") { // x.style.display = "block"; // } else { // x.style.display = "none"; // } // } </script> </body>