Javascripts > Misc Javascripts > URL Input Box
Script Title: URL Input Box
Description: A simple script allowing a URL input box anywhere on your web page.
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<!-- Begin Open Location Form Provided By www.DesignerWiz.com --><form name="openlocation"> <input type="text" name="href" value="http://"> <input type="button" value="Go To" onClick="location.href=document.openlocation.href.value;; "> </form><!-- End Open Location Form -->
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email