Link Info-- םירושיקל רואת

timebutton
staytime
coolmarquee
digitacception
friendlink
smartswitchman

...תובוט תובותכ המכ דוע וחיוורת ךכ ..םיירוקמה םירושיקה תא יתראשה
.ידובב יוצרה םוקמב אבה דוקה תא ומיש
<SCRIPT language=JavaScript>
function linkinfolinkDisplay(selection,formname) {
if (selection=="0") {
document.forms[formname].info.value="TimeButton can set the current time as button text and update per second. ";
document.forms[formname].go.value="timebutton.htm";}
else
if (selection=="1") {
document.forms[formname].info.value="StayTime can show the time you browse an HTML file.";
document.forms[formname].go.value="staytime.htm";}
else
if (selection=="2") {
document.forms[formname].info.value="CoolMarquee can show multiple words in one marquee.";
document.forms[formname].go.value="coolmarquee.htm";}
else
if (selection=="3") {
document.forms[formname].info.value="DigitAcception can check the input is digit or not. ";
document.forms[formname].go.value="digit.htm";}
else
if (selection=="4") {
document.forms[formname].info.value="FriendLink can list the Urls in the HTML list box.When you click the list item,you can get the guide of this Url.";
document.forms[formname].go.value="friendlink.htm";}
else
if (selection=="5") {
document.forms[formname].info.value="SmartSwitchman can specify the homepage you want the viewer to browse.";
document.forms[formname].go.value="smartsample.htm";}
}
function linkinfomoreInfo(formname) {
var page=document.forms[formname].go.value;
if (page=="")
{window.location="";}
else
{window.location=page;}
}
</SCRIPT>

<FORM name=srctecLinkInfolinkinfo>
<TABLE width=229 align=center bgColor=#eef9d2 border=0>
<TBODY>
<TR>
<TD align=middle width=79><A
href="javascript:linkinfolinkDisplay(0,'srctecLinkInfolinkinfo');">timebutton</A><BR></TD>
<TD align=middle width=79><A
href="javascript:linkinfolinkDisplay(1,'srctecLinkInfolinkinfo');">staytime</A><BR></TD>
<TD align=middle width=79><A
href="javascript:linkinfolinkDisplay(2,'srctecLinkInfolinkinfo');">coolmarquee</A><BR></TD></TR>
<TR>
<TD align=middle width=79><A
href="javascript:linkinfolinkDisplay(3,'srctecLinkInfolinkinfo');">digitacception</A><BR></TD>
<TD align=middle width=79><A
href="javascript:linkinfolinkDisplay(4,'srctecLinkInfolinkinfo');">friendlink</A><BR></TD>
<TD align=middle width=79><A
href="javascript:linkinfolinkDisplay(5,'srctecLinkInfolinkinfo');">smartswitchman</A><BR></TD></TR>
<TR>
<TD align=middle colSpan=3 height=100><TEXTAREA class=yk9 name=info rows=3 wrap=virtual cols=45></TEXTAREA>
<BR><INPUT onclick="linkinfomoreInfo('srctecLinkInfolinkinfo')" type=button value=Visit name=button>
<INPUT type=hidden name=go> </TD></TR></TBODY></TABLE></FORM>