คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #13 : & ทำ DROP DOWN MENU จากตัวอักษร
ทำ DROP DOWN MENU จากตัวอักษร
นำ CODE ด้านล่างไปไว้ที่ <head> ครับ
<script language="JavaScript1.2">
<!--
var head="display:''"
function doit(header){
var head=header.style
if (head.display=="none")
head.display=""
else
head.display="none"
}
//-->
</script>
ต้องการให้แสดงที่ไหนก็นำ CODE ด้านล่างไปไว้ที่นั่นครับ <body> นะครับ
<h3 style="cursor:hand" onClick="doit(document.all[this.sourceIndex+1])">Header 1</h3>
<span style="display:none" style="&{head};"><!--Put All Your Links in Right Here before the </span> tag you see below-->
<p><a href="index.htm">Main Index </a></span></p>
<h3 style="cursor:hand" onClick="doit(document.all[this.sourceIndex+1])">Header 2</h3>
<span style="display:none" style="&{head};">
<p><a href="index.htm">Main Index </a></span></p>
-------
ความคิดเห็น