※ 連結表單 ※
   加入網頁步驟  
 
  1. 將以下的控制碼先複製起來。(用滑鼠將底下的一堆碼,標記起來,按滑鼠右鍵選擇【複製】就行啦!)

  2. 然後在網頁中的 </HEAD> 之後將剛剛複製的東西貼上就大功告成了  !(按滑鼠右鍵選擇【貼上】就行啦!)

  3. 最後,更改原始碼中紅色字的部份的內容就可以了!(就是紅色字的地方,改成您想要的內容即可!)

Copyright Power Information All Rights Reserved.

※連結表單展示區※


<div align="center"><center>
<table border="0">
<tr>
<td align="center"><script language="JavaScript">
<!-- 
function surfto(form) 
{ var myindex=form.menu1.selectedIndex;
window.open(form.menu1.options[myindex].value,'content','');
}
//-->
</script></td>
</tr>
<tr>
<td align="center"><!--webbot bot="HTMLMarkup" startspan --> <FORM NAME="JavaScript">
<SELECT NAME="menu1">
<OPTION VALUE="applets.htm">Java applts 教學
<OPTION VALUE="script.htm">Java script 教學
<OPTION VALUE="asp.htm">ASP 軟體下載
<OPTION VALUE="cgi.htm">CGI 軟體下載 
</SELECT>
<INPUT TYPE="BUTTON" VALUE="確定" onClick="surfto(this.form)">
</FORM><!--webbot
bot="HTMLMarkup" endspan --></td>
</tr>
</table>
</center></div>