连接说明脚本
-不用怕连接的含义说不清了,友情连接不是很好吗?
回到首页
最新更新
JavaApplet
本站特色栏目
订阅邮件
<center> <form name="linkdes"> <select name="example" size="1" onChange="showtext()"> <option value="index.html">回到首页</option> <option value="newscript.htm">最新更新</option> <option value="appletindex.htm">JavaApplet</option> <option value="somegood/index.htm">本站特色栏目</option> <option value="http://server.com/WebApps/mail-list-subscribe.cgi?id=16066">订阅邮件</option> </select> <input type="button" value="去看看" onClick="gothere()" name="button"> <br> <textarea rows=5 cols=21 wrap="virtual" name="text"></textarea> <script language="javascript"> <!-- var shortcut=document.linkdes var descriptions=new Array() //你可以填加更多的内容; descriptions[0]="点这里回到本站的首页!" descriptions[1]="点这里去最新更新页,这里是您每次光临本站最先去的地方!" descriptions[2]="这里是本站的JavaApplet区,里面收集了不少精彩的程序,绝对都是精品。" descriptions[3]="这里是本站的特色栏目,脚本以外的其它内容都在这里,一定有您感兴趣的东西。" descriptions[4]="欢迎您订阅本站的邮件列表,获得最新的更新脚本通知细节和送上门的脚本。" shortcut.text.value=descriptions[shortcut.example.selectedIndex] function gothere(){ location=shortcut.example.options[shortcut.example.selectedIndex].value } function showtext(){ shortcut.text.value=descriptions[shortcut.example.selectedIndex] } //--> </script> </form> </center>