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!
Add the below code to the <body> section of your page:
<scriptlanguage="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";
} elseif(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";
} elseif(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";
} elseif(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";
} elseif(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";
} elseif(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(){ varpage=document.form.go.value; window.location=page;
} // End --> </script> <formname=form> <tableborder=0width=400>
<tr>
<td
align=center><ahref="javascript:linkDisplay(1);">F.A.Q.'s</a><br></td>
<td
align=center><ahref="javascript:linkDisplay(2);">What's
New?</a><br></td>
<td
align=center><ahref="javascript:linkDisplay(3);">Site
Newsletter!</a><br></td>
</tr>
<tr>
<td
align=center><ahref="javascript:linkDisplay(4);">Forum</a><br></td>
<td
align=center><ahref="javascript:linkDisplay(5);">"Email-a-Script"!</a><br></td>
<td
align=center><ahref="javascript:linkDisplay(6);">Site
Search Engine</a><br></td>
</tr>
<tr>
<td
colspan=3align=center> <textareaname=inforows=2cols=40wrap=virtual>Click
a topic above for more info!</textarea><br> <inputtype=buttonname=buttonvalue="Go
There!"onClick="moreInfo()">
<input
type=hiddenname=govalue=""> </td></tr>
</table> </form>