|
All Scripts JavaScripts ASP Scripts Other Scripts
URL
box on the page
This script was provided to
me by Xanni Wellando.
This script alows users to put
an box in their site that emulates the browser's URL box,
handy if your site is full screen!
<form name="openlocation">
<input type="text" name="href" value="http://">
<input type="button" value="Go To" onClick="location.href=document.openlocation.href.value;; ">
</form>
|
|