|
<!-- This goes in the Head section of your document --> <SCRIPT LANGUAGE="JavaScript"> <!-- Data~Creek Design!! http://webgear.datacreek.net/javascript/index.html --> <!-- Begin function linkDisplay(selection) { if (selection=="1") { document.form.info.value="html tips and resources. Windows 95/98 tips.!"; document.form.go.value="http://webgear.datacreek.net/html.html"; } else if(selection=="2") { document.form.info.value="Several Interesting Fonts. See '\em - Download \'em!"; document.form.go.value="http://webgear.datacreek.net/fonts.html"; } else if(selection=="3") { document.form.info.value="Perl Scripts for cgi."; document.form.go.value="http://webgear.datacreek.net/cgi-java.html"; } else if(selection=="4") { document.form.info.value="The best free/shareware we know of. Read descriptions and download. Some essential stuff here."; document.form.go.value="http://webgear.datacreek.net/soft.html"; } else if(selection=="5") { document.form.info.value="A simple free web page."; document.form.go.value="http://freefeast.com/userpages"; } else if(selection=="6") { document.form.info.value="This is our forum. You can post questions, answers and create your own topic."; document.form.go.value="http://datacreek.com/discus/board.html"; } else { document.form.info.value = "DataCreek Portal."; document.form.go.value="http://datacreek.com/"; } } function moreInfo() { var page=document.form.go.value; window.location=page; } // End --> </script> <!-- End of Head Section --> <!-- The Form should go in the body of your document --> |