Script Categories













Buttons Effects >>> Button Link.

This short script will turn an ordinary button into a link to any page.

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 goToURL() { window.location = "../JSFactory_Pro.htm"; }
//  End -->
</script>
<center>
<form>
<input
type=button value="The Best JavaScript Editor!!!" onClick="goToURL()">
</form>
</center>

Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



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




©