The hard to find codes are the simple ones! For those of you who do not know! Heres how to do it
Code:<html> <head> <title>JumpBox</title> <script type="text/javascript"> <!--Hiding function surf() { var go = document.getElementById('txt').value; window.document.location.href = go; }// Done with hiding --> </script></head> <body> <p><form> <input id="txt" type="text" value=" Enter URL Here" /> <input id="button1" type="button" value="SURF!" onClick="surf()" /></form> </body></html>



Reply With Quote

Bookmarks