Script Categories













Messages >>> Info Stories.

Users can click on a headline and read a short description of the page, feature, or story. They can click the button to instantly be sent there! Great way to help your visitors get around your site!

F.A.Q.'s
What's New?
Site Newsletter!
Forum
"Email-a-Script"!
Site Search Engine

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 linkDisplay(selection) {
if (selection=="1") {
document.form.info.value="Answers to the most common questions we receive are posted here for your review!";
document.form.go.value="http://yaldex.com/JSFactory_Pro.htm";
}
else if(selection=="2") {
document.form.info.value="Find out what's new since you last visited!  Stay up to date with us!";
document.form.go.value="http://yaldex.com/JSFactory_Pro.htm";
}
else if(selection=="3") {
document.form.info.value="Subscribe to our Newsletter to know when we add new scripts!";
document.form.go.value="http://yaldex.com/JSFactory_Pro.htm";
}
else if(selection=="4") {
document.form.info.value="Post your question or problem here so other fellow JavaScripters can help you!";
document.form.go.value="http://yaldex.com/JSFactory_Pro.htm";
}
else if(selection=="5") {
document.form.info.value="Don't have time to cut & paste?\nTry our Email-a-Script feature!";
document.form.go.value="http://yaldex.com/JSFactory_Pro.htm";
}
else if(selection=="6") {
document.form.info.value="Not sure where that particular JavaScript is?  Search our web site!";
document.form.go.value="http://yaldex.com/JSFactory_Pro.htm";
}
else {
document.form.info.value = "For more information, please email us.";
document.form.go.value="http://yaldex.com/JSFactory_Pro.htm";
   }
}
function moreInfo() {
var page=document.form.go.value;
window.location=page;
}
// End -->
</script>
<form name=form>
<table border=0 width=400>
<tr>
<td
align=center><a href="javascript:linkDisplay(1);">F.A.Q.'s</a><br></td>
<td
align=center><a href="javascript:linkDisplay(2);">What's New?</a><br></td>
<td
align=center><a href="javascript:linkDisplay(3);">Site Newsletter!</a><br></td>
</tr>
<tr>
<td
align=center><a href="javascript:linkDisplay(4);">Forum</a><br></td>
<td
align=center><a href="javascript:linkDisplay(5);">"Email-a-Script"!</a><br></td>
<td
align=center><a href="javascript:linkDisplay(6);">Site Search Engine</a><br></td>
</tr>
<tr>
<td
colspan=3 align=center>
<textarea name=info rows=2 cols=40 wrap=virtual>Click a topic above for more info!</textarea><br>
<input type=button name=button value="Go There!" onClick="moreInfo()">
<input
type=hidden name=go value="">
</td></tr>
</table>
</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!).




©