|
|
|
สอบถามเรื่องการซ่อนฟอร์มกรอกข้อมูล พอกดปุ่มให้มันโชวขึ้นมาอ่ะครับ |
|
|
|
|
|
|
|
Code (JavaScript)
<html>
<head>
<title>ThaiCreate.Com Ajax Tutorial</title>
</head>
<script language="JavaScript">
function fncShow()
{
document.getElementById('myTable').style.visibility = 'visible';
}
function fncHide()
{
document.getElementById('myTable').style.visibility = 'hidden';
}
</script>
<body>
<table id="myTable" width="190" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>ThaiCreate.Com</td>
<td>ThaiCreate.Com</td>
</tr>
<tr>
<td>ThaiCreate.Com</td>
<td>ThaiCreate.Com</td>
</tr>
</table>
<input name="btnShow" type="button" value="Show" onClick="JavaScript:fncShow();">
<input name="btnHide" type="button" value="Hide" onClick="JavaScript:fncHide();">
</body>
</html>
Go to : Ajax visibility hidden and visible
คำสั่งพวกนี้ช่วยได้ครับ
|
|
|
|
|
Date :
2011-06-07 22:16:32 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ ผมก็ใช้ลิ้งค์ที่คุณแนบมา ช่วยอยู่เเล้วน่ะครับ แต่ที่ผมต้องการคือ ตอนเปิดเว็บมาทีเเรกไม่ต้องการให้โชว์อะไรเลยอ่ะครับ
พอกดปุ่ม show ถึงจะโชว์ขึ้นมาแทนอ่ะครับ
|
ประวัติการแก้ไข 2011-06-07 22:24:44
|
|
|
|
Date :
2011-06-07 22:23:53 |
By :
thanapong.y |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากนะครับ แต่ผมสงสัยอย่างหนึ่งว่า
style.visibility กับ style.display และก็
visible,hiden,none
มันต่างกันยังไงครับ
ต้องขออภัยด้วยนะครับ ผมไม่ถนัดเว็บจริงๆ ส่วนมากจะถนัดพวก linux ซะมากกว่า
|
|
|
|
|
Date :
2011-06-07 22:31:18 |
By :
thanapong.y |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|