rainarts
07-26-2008, 12:29 AM
The hard to find codes are the simple ones! For those of you who do not know! Heres how to do it
<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>
<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>