JavascriptsJavascripts > Misc JavascriptsMisc Javascripts > URL Input Box ..." /> JavascriptsJavascripts > Misc JavascriptsMisc Javascripts > URL Input Box ..." />
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 -->