Script Categories













Menus and Navigation >>> New Window.

Do you have a link that you'd rather have open in a new window? This little script will do just that! You can even use a button or a text link to open the new window!

or
JavaScript Editor

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

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}
// End -->
</script>
<form>
<input
type=button onClick="Start('http://yaldex.com/JSFactory_Pro.htm')" value="JavaScript Editor">
</form>
or<br>
<a href="javascript:Start('http://yaldex.com/JSFactory_Pro.htm')";>JavaScript Editor</a>

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!).




©