※ 廣告看版 ※
|
<APPLET CODE="banner.class" NAME="BannerDemo" WIDTH="350" HEIGHT="30"> <!-- 設定大小及程式控制檔--> <PARAM NAME=numstrings VALUE="3"> <!-- 設定顯示幾種文字--> <PARAM NAME=string0 VALUE="歡迎光臨動力資訊網"> <PARAM NAME=string1 VALUE="本站提供您網頁教學"> <PARAM NAME=string2 VALUE="http://powerpc.24h.cc"> <!-- 設定顯示文字--> <PARAM NAME=fonttype VALUE="TimesRoman"> <PARAM NAME=fontsubtype VALUE="italic"> <PARAM NAME=fontsize VALUE="24"> <PARAM NAME=backgroundcolor VALUE="11111111"> <PARAM NAME=foregroundcolor VALUE="20011680"> <PARAM NAME=timeinterval VALUE="1000"> <PARAM NAME=xcoord VALUE="center"> <PARAM NAME=ycoord VALUE="center"> <PARAM NAME=playback VALUE="true"> </applet> |