อยากแทรกโค๊ดเปิดหน้าใหม่กับ ช่อง radio พอดีใส่โค๊ดจาวา ไว้แล้ว
เอาไปทำเป็นฟังชั่นก็น่าจะได้นะครับ
<script type="text/javascript>
function clookclick(radioId){
if(document.getElementById(radioId).checked){
document.form1.txt1.disabled=false;document.form1.txt2.disabled=false;
}
window.open( 'show.php','Showcase,'width=520, height=500, scrollbars=yes,resizable=yes,toolbar=no');
}
</script>
เวลาใช้ก็ใส่ id ให้ inputด้วย
<input type = "radio" name = "newstype" value = "manual" id="ไอดีนะจ๊ะ" onClick="clookclick('ไอดีนะจ๊ะ');">
Date :
2010-06-13 21:10:51
By :
AnimalMan
ลองแล้วไม่ได้ค่ะนิ่งไปเลย แล้ว document.form1.txt2 ก็ไม่เปิด disabled ด้วย หนักไปใหญ่
มีวิธีอื่นมั้ยคะ ขอบคุณค่ะ ช่วยหน่อยน่ะค่ะ จะได้ส่งงานได้
Date :
2010-06-13 22:51:33
By :
Aryumi
ขอดูโค๊ดหน้านี้เต็มๆหน่อยคับนิดนึง
Date :
2010-06-13 23:14:21
By :
chaynuwong
อืม.....
Code
<script type='text/javascript'>
function clookclick(disable,openwin){
document.getElementById("txt1").disabled = disable;
if(openwin){
window.open( '','Showcase','width=520, height=500, scrollbars=yes,resizable=yes,toolbar=no');
}
}
</script>
<table cellpadding = 2 cellspacing = 2 border = 0>
<form method = "post" id="form1" name="form1">
<tr><td align = "right">ชื่อรายการ :</td><td><input type = "text" name = "namelist"></td></tr>
<tr><td align = "right">จำนวน :</td><td><input type = "text" name = "newsamount" size = 2></td></tr>
<tr><td align = "right" valign = "top">รูปแบบ :</td>
<td>
<input type = "radio" name = "newstype" value = "lastest" id='clookclick1' onclick="clookclick(true,false);" checked>ล่าสุด
<input type = "radio" name = "newstype" value = "random" id='clookclick2' onClick="clookclick(true,false);">สุ่มเลือกแสดง
<input type = "radio" name = "newstype" value = "manual" onClick="clookclick(false,true);">เลือกแสดง
<br><input type = "text" name = "newsdetail" id="txt1" disabled>
</td>
</tr>
<tr><td></td><td><input type = "submit" value = " บันทึกหน้าหลัก "></td></tr>
</form>
</table>
Date :
2010-06-14 09:30:29
By :
AnimalMan
ว้าว ๆ ได้แล้วค่ะ ขอบพระคุณมากจริง ๆ เลยค่ะ เยี่ยมยอด
Date :
2010-06-14 10:28:57
By :
Aryumi
Load balance : Server 02