|
|
|
select option ข้อมูลอาชีพจากฐานข้อมูล และเมื่อเลือกอาชีพ อื่นๆ ให้ปรากฎช่อง text filed ทำไงดีค่ะ |
|
|
|
|
|
|
|
ไม่ได้ค่ะ ช่วยหน่อยน่ะค่ะ ขอบคุณล่วงหน้าค่ะ
บางครั้งเลือกอาชีพ เกษตรกร text field ยังปรากฎเหมือนกับว่า text field ยังไม่ได้ผูกอยู่กับอาชีพ อื่นๆ
Code (PHP)
<?
$SQL="select * from VOCATION ";
$stmt=oci_parse($objConnect,$SQL);
oci_execute($stmt,OCI_DEFAULT);
?>
<select name="Vocation_id_mather3">
<?
while($row = oci_fetch_array($stmt,OCI_BOTH))
{
?>
<option value="<?=$row["vocation_id"];?>">
<?=$row["name_vocation"];?>
</option>
<?
}
?>
<option value="<?=$row["vocation_id"];?>" id="vocation_other2">อื่นๆ</option>
</select>
<input type="text" name="vocation_other_textbox" id="vocation_other_textbox2" style="display:none;"/>
<?php
if($_POST['Vocation_id_mather']==$row['vocation_id'])
{$_POST['Vocation_id_mather']=$_POST['vocation_other'];}
?>
|
|
|
|
|
Date :
2011-12-21 01:34:32 |
By :
banana_bnn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
function checkShow(val)
{
if(val == "a")
{
yyyy
}
else
{
xxxx
}
}
<select name="Vocation_id_mather3" OnChange="checkShow(this.value)">
|
|
|
|
|
Date :
2011-12-21 06:48:21 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yyyy
xxxx
คืออะไรค่ะ
ตัวอย่างเช่นอะไรค่ะ
|
|
|
|
|
Date :
2011-12-21 21:24:35 |
By :
banana_bnn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|