Script Categories













Menus and Navigation >>> Quick Jump.

Similar to the location box in your browsers, just enter a complete web site address (starting with http://) in the box and click enter to jump to that site! Short script - only three lines of code!

Add the below code to the <body> section of your page:

<form onSubmit="window.location=this.url.value;return false;">
<!-- Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! -->
<input type=text name=url size=40>
</form>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©