ตัวอย่างColor Dropdownmenu
|
1. บรรทัดที่1เป็นการกำหนดความกว้าความสูง 2. บรรทัดที่2-4 กำหนด Fontและขนาดตัวอักษรได้ตามต้องการ 3. กำหนดสีของDropdownemenuได้ตามต้องการ ในบรรทัดที่ 8ที่เป็น "bgColor"VALUE="BLUE" 4. ส่วนที่เป็น "target"VALIE="_top" เปลี่ยนได้ตามต้องการ(อาจเป็น "_blank" คือการให้เปิดหน้าต่างใหม่ก็ได้) 5. ส่วนที่เป็น"link0"VALUE="Home\\http://www...................."ที่อยู้หน้า \\ จะปรากฏในDropdownmenu ที่อยู่หลัง \\ คึอหน้าเวบเพจที่จะให้ link ไป |
Code |
<APPLET
CODE = "link.class"
HEIGHT = 120 WIDTH = 300>
<PARAM NAME = "font" VALUE = "Helvetica"><!--(Choices are "Helvetica, TimesRoman, Dialog)--> <PARAM NAME = "fontsize" VALUE = "12"><!--(Size of font, in pixels)--> <PARAM NAME= "target" VALUE = "_top"><!--(Universal frame target)--> <PARAM NAME = "bgColor" VALUE = "BLUE"><!--(Background color of label, default is white)--> <PARAM NAME = "number" VALUE = "10"><!--(Number of links minus 1)--> <PARAM NAME = "link0" VALUE = "Home\http://www.geocities.com/banabana_web/index.html"><PARAM NAME = "link1" VALUE = "Iframe\http://www.geocities.com/banabana_web/banabana/html/code_iframe.html"><PARAM NAME = "link2" VALUE = "ScollMessage\http://www.geocities.com/banabana_web/banabana/html/code_scollmessage.html"><PARAM NAME = "link3" VALUE = "ScollerMessage\http://www.geocities.com/banabana_web/banabana/html/code_scollermessage.html"><PARAM NAME = "link4" VALUE = "Newsupdate\http://www.geocities.com/banabana_web/banabana/html/code_newsupdate.html"><PARAM NAME = "link5" VALUE = "SlideShow\http://www.geocities.com/banabana_web/banabana/html/code_slideshow.html"><PARAM NAME = "link6" VALUE = "TextMove\http://www.geocities.com/banabana_web/banabana/html/code_textmove.html"><PARAM NAME = "link7" VALUE = "Transision\http://www.geocities.com/banabana_web/banabana/html/code_trans.html"><PARAM NAME = "link8" VALUE = "Dropdownmenu\http://www.geocities.com/banabana_web/banabana/html/code_dropdownmenu.html"><PARAM NAME = "link9" VALUE = "DHTML\http://www.geocities.com/banabana_web/banabana/html/code_dhtml.html"><PARAM NAME = "link10" VALUE = "BoxMessage\http://www.geocities.com/banabana_web/banabana/html/code_boxmessage.html"></APPLET>
|
[ Home ] [ Chatroom ] [ Board 1] [Board 2 ] [ Book ] [ Sourcecode ] [ Free ] [ Servicesite ] [ Link ]