|
|
|
listbox ของผมอยู่ใน iframe หนึ่ง ต้องการ onchenge ทั้งหน้า มีอยู่ 3 iframe ครับ ผมลองแล้ว มันเปลี่ยนแค่ iframe เดี่ยวครับ ต้องการเปลี่ยน ทั้งหน้า ทำยังไง ครับ ขอบคุณครับ |
|
|
|
|
|
|
|
ลองเอาโค้ดมาลงซิครับ
|
|
|
|
|
Date :
2012-05-14 22:20:50 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องเอาโค้ดที่มี listbox onchange มาลงด้วยครับ
|
|
|
|
|
Date :
2012-05-14 22:47:43 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอามาทั้งหน้าก็ดีครับ
|
|
|
|
|
Date :
2012-05-14 23:20:02 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอบความคิดเห็นที่ : 5 เขียนโดย : sakuraei เมื่อวันที่ 2012-05-14 23:20:02
รายละเอียดของการตอบ ::
Code (PHP)
<?
session_start();
$id_population=$_SESSION['id_people'] = $_REQUEST['id_population'];
$mode_1 = $_SESSION['mode_1'];
$permit_no = $_REQUEST['permit_no'];
include("libraly/config.inc.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>permitKho_11</title>
<link href="css/calendar-mos.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script language="JavaScript" src="js/calendar.js"></script>
<script type="text/javascript" src="js/permitKho_1.js"></script>
<script language="JavaScript">
var HttPRequest = false;
function doCallAjax(Mode) {
HttPRequest = false;
if (window.XMLHttpRequest) { // Mozilla, Safari,...
HttPRequest = new XMLHttpRequest();
if (HttPRequest.overrideMimeType) {
HttPRequest.overrideMimeType('text/html');
}
} else if (window.ActiveXObject) { // IE
try {
HttPRequest = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
HttPRequest = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {}
}
}
if (!HttPRequest) {
alert('Cannot create XMLHTTP instance');
return false;
}
var url ='file/kho_122.php';
var pmeters = "tttype=" + encodeURI( document.getElementById("ttype").value) +
"&tpoint=" + encodeURI( document.getElementById("tpoint").value ) +
"&tis=" + encodeURI( document.getElementById("tis").value ) +
"&tcar=" + encodeURI( document.getElementById("tcar").value ) +
"&tarea=" + encodeURI( document.getElementById("tarea").value ) +
"&permit_id=" +encodeURI(document.getElementById("permit_id").value) +
"&tMode=" + Mode;
HttPRequest.open('POST',url,true);
HttPRequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
HttPRequest.setRequestHeader("Content-length", pmeters.length);
HttPRequest.setRequestHeader("Connection", "close");
HttPRequest.send(pmeters);
HttPRequest.onreadystatechange = function()
{
if(HttPRequest.readyState == 3) // Loading Request
{
document.getElementById("mySpan").innerHTML = "Now is Loading...";
}
if(HttPRequest.readyState == 4) // Return Request
{
document.getElementById("mySpan").innerHTML = HttPRequest.responseText;
document.getElementById("ttype").value = '';
document.getElementById("tpoint").value = '';
document.getElementById("tis").value = '';
document.getElementById("tcar").value = '';
document.getElementById("tarea").value = '';
}
}
}
</script>
<script>
function fncOpenPopup()
{
window.open('file/search_kho1.php','ค้นหา','width=600,height=500,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=80,top=0');
}
function OpenPopup1(intLine)
{
window.open('file/seach_1.php?Line='+intLine,'myPopup','width=650,height=200,toolbar=0, menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');
}
function OpenPopup2(intLine)
{
window.open('file/seach_2.php?Line='+intLine,'myPopup','width=650,height=200,toolbar=0, menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');
}
</script>
<style>
body {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}
strong {
color:#FFFBF0;
}
button {background-color:#09F; color:#FFF;}
#bodyTblVill{
height:80px;
border: 1px solid #71AECC;
overflow:auto;
}
</style>
</head>
<?
$mode_1 =$_REQUEST['mode_1'];
if(!empty($mode_1)){
}else{
$mode_1 = 1;
}
//////////////////////// แสดงข้อมูล /////////////////////////////////////
$cmd = "SELECT * FROM owner WHERE population_id = '$id_population'";
$query = mysql_query($cmd);
$result=mysql_fetch_array($query);
$cmd1 = "SELECT * FROM permit WHERE permit_no ='$permit_no'";
$query1 = mysql_query($cmd1);
$result1=mysql_fetch_array($query1);
$cmd2 = "SELECT * FROM permit_type WHERE permit_type_id = '$result1[permit_type_id]' ";
$query2 = mysql_query($cmd2);
$result2=mysql_fetch_array($query2);
$cmd3 = "SELECT * FROM building WHERE building_id = '$result1[building_id]' ";
$query3 = mysql_query($cmd3);
$result3=mysql_fetch_array($query3);
$cmd4 = "SELECT * FROM land WHERE parcel_code = '$result3[parcel_code]' ";
$query4 = mysql_query($cmd4);
$result4=mysql_fetch_array($query4);
$cmd5 = "SELECT * FROM road_table WHERE road_id = '$result4[road_id]' ";
$query5 = mysql_query($cmd5);
$result5=mysql_fetch_array($query5);
$cmd6 = "SELECT * FROM soi_table WHERE soi_id = '$result4[soi_id]' ";
$query6 = mysql_query($cmd6);
$result6=mysql_fetch_array($query6);
$cmd7 = "SELECT * FROM doc_attach WHERE permit_no = '$result1[permit_no]' ";
$query7 = mysql_query($cmd7);
$result7=mysql_fetch_array($query7);
/////////////////////////////////// จบการแสดง /////////////////////////////////////
?>
<body onload="checkMode(<?=$mode_1?>);JavaScript:doCallAjax('LIST');">
<form name="win" action="database/AddKho_1.php" enctype="multipart/form-data" target="_parent" method="post">
<input type="hidden" name="mode_1" id="mode_1" value="<?=$mode_1?>" />
<input type="hidden" name="population_id" id="population_id" value="<?=$population_id?>" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-left-color:#111; border-right-color:#800; border-bottom-color:#F60; border-top-color:#909;">
<tr bgcolor="#FFFFFF">
<td width="153" height="25" align="left" valign="bottom">ประเภทคำขออนุญาต</td>
<td height="25" colspan="5" align="left" valign="bottom">
<select name="permitType" id="permitType" style="width:150;">
<?
$oldResult = "$result1[permit_type_id]";
$strSQL = "SELECT * FROM permit_type";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
while($objResult = mysql_fetch_array($objQuery))
{
if($oldResult == $objResult["permit_type_id"])
{
$sel = "selected";
}
else
{
$sel = "";
}
?>
<option value="<?=$objResult["permit_type_id"];?>" <?=$sel;?>><?=$objResult["permit_type"];?></option>
<?
}
?>
</select>
</td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" align="left" valign="bottom">เลขรับที่</td>
<td width="158" height="25" align="left" valign="bottom">
<input name="permit_RNo" type="text" id="permit_RNo" value="<?=$result1['permit_recieve_no']?>" />
</td>
<td height="25" align="left" valign="bottom">วันที</td>
<td height="25" colspan="3" align="left" valign="bottom">
<input name="carlender" type="text" id="carlender" disabled readonly="true" value="<?=$result1['issued_to_date']?>">
<img src="img/img1.bmp" width="25" height="18" onClick="showCalendar('carlender','YYYY-MM-DD')" />
</td>
</tr>
<tr bgcolor="#FFFF99">
<td height="25" align="left" valign="bottom">ชื่อ-สกุล ผู้ขอใบอนุญาต</td>
<td height="25" colspan="5" align="left" valign="bottom"><b>
<input type="hidden" name="first_name" id="first_name" value="<?=$result[first_name]?>"/>
<input type="hidden" name="last_name" id="last_name" value="<?=$result[last_name]?>" />
<B><?=$result[first_name]?>  <?=$result[last_name]?></B>
</td>
</tr>
<tr bgcolor="#FF9FAA">
<td height="25" align="left" valign="bottom">จำนวนใบอนุญาต</td>
<td height="25" colspan="5" align="left" valign="bottom">
<select name="permitNO" id="permitNO" style="width:150px;"onChange="location=document.win.permitNO.options[document.win.permitNO.selectedIndex].value;" value="GO">
<?
$strSQL1 = "select * from permit where form_permit_no = '$result1[form_permit_no]' and population_id = '$result1[population_id]'";
$objQuery1 = mysql_query($strSQL1) or die ("Error Query [".$strSQL1."]");
while($objResult1 = mysql_fetch_array($objQuery1))
{
?>
<option value="permitkho1.php?permit_no=<?=$objResult1["permit_no"];?>&mode_1=2&id_population=<?=$result1['population_id']?>&building_id=<?=$result3['building_id']?>" ><?=$objResult1["permit_no"];?></option>
<?
}
?>
</select>
</td>
</tr>
<tr bgcolor="#993300" >
<td height="25" colspan="6" align="left" valign="bottom" bgcolor="#D41F00"><strong>ข้อ 1. ทำการก่อสร้าง/ดัดแปลงอาคาร/รื้อถอนอาคาร</strong></td>
</tr>
<tr>
<td height="25" align="left" valign="bottom">รหัสอาคาร
<?
$_SESSION['building_id'] = $result3['building_id'];
?>
<input name="buidingID" type="hidden" id="buidingID" value="<?=$result3[building_id]?>" /></td>
<td height="25" align="left" valign="bottom">
<input name="buildingID" type="text" id="buildingID" value="<?=$result3[building_id]?>" /></td>
<td width="40" height="25" align="left" valign="bottom">
<INPUT TYPE="BUTTON" NAME="btnPopup_1" ID="btnPopup_1" VALUE="ค้น" OnClick="OpenPopup1()">
</td>
<td width="124" height="25" align="left" valign="bottom">บ้านเลขที่</td>
<td width="607" height="25" colspan="2" align="left" valign="bottom">
<input name="B_address" type="text" id="B_address" value="<?=$result3[b_address]?>"/>
</td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" align="left" valign="bottom" bgcolor="#DDDDDD">รหัสแปลงที่ดิน</td>
<td height="25" align="left" valign="bottom">
<input name="parcelCode" type="text" id="parcelCode" value="<?=$result3['parcel_code'];?>" />
</td>
<td height="25" align="left" valign="bottom"><input type="button" name="btnPopup_2" id="btnPopup_2" value="ค้น" onclick="OpenPopup2()" /></td>
<td height="25" align="left" valign="bottom">หมู่ที่</td>
<td height="25" colspan="2" align="left" valign="bottom">
<input name="moo" type="text" id="moo" value="<?=$result4['moo'];?>" />
</td>
</tr>
<tr>
<td height="25" align="left" valign="bottom">ซอย</td>
<td height="25" align="left" valign="bottom">
<span id="soi_List">
<select id="soiName" name="soiName" style="width:150px;" >
<option value="<?=$result6['soi_id']?>">
<?=$result6['soi_name'];?>
</option>
</select>
</span></td>
<td height="25" align="left" valign="bottom"> </td>
<td height="25" align="left" valign="bottom">ถนน</td>
<td height="25" colspan="2" align="left" valign="bottom">
<span id="road_List">
<select id="roadName" name="roadName" style="width:150px; " onchange="querySoi()" >
<option value="<?=$result5['road_id'];?>">
<?=$result5['road_name'];?>
</option>
</select>
</span></td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" align="left" valign="bottom">ตำบล</td>
<td height="25" align="left" valign="bottom">
<select name="tambonName" id="tambonName" style="width:150px; "onchange="queryRoad()" >
<?
$oldResult2 = "$result4[tambon_id]";
$strSQL2 = "SELECT * FROM sys_tambon";
$objQuery2 = mysql_query($strSQL2) or die ("Error Query [".$strSQL2."]");
while($objResult2 = mysql_fetch_array($objQuery2))
{
if($oldResult2 == $objResult2["tambon_id"])
{
$sel2 = "selected";
}
else
{
$sel2 = "";
}
?>
<option value="<?=$objResult2["tambon_id"];?>" <?=$sel2;?>><?=$objResult2["tambon_name"];?></option>
<?
}
?>
</select>
</td>
<td height="25" align="left" valign="bottom"> </td>
<td height="25" align="left" valign="bottom">โฉนด/น.ส.3/สค.1 เลขที่</td>
<td height="25" colspan="2" align="left" valign="bottom">
<input name="landdocNO" type="text" id="landdocNO" value="<?=$result4['land_doc_no']?>" /></td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result3['same_owner'] == 1){$same_owner1 = "checked";}else{$same_owner1 = "";}?>
เป็นอาคารของ
<input name="same_owner" type="checkbox" id="same_owner" value="1"<?=$same_owner1;?> onclick="if(this.checked){this.form.ownerBuild.value = this.form.first_name.value}else{this.form.ownerBuild.value = '';}" />
บุคคลเดียวกับผู้ขอใบอนุญาต
<input name="ownerBuild" type="text" id="ownerBuild" size="50" value="<?=$result3['owner_name']?>" />
</td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" colspan="6" align="left" valign="bottom">เป็นที่ดินของ
<? if($result4["same_owner"] == 1){$same_owner2 = "checked";}else{$same_owner2 = "";}?>
<input name="same_owner2" type="checkbox" id="same_owner2" value="1"<?=$same_owner2;?> onclick="if(this.checked){this.form.ownerLand.value = this.form.first_name.value}else{this.form.ownerLand.value = '';}" />
บุคคลเดียวกับผู้ขอใบอนุญาต
<input name="ownerLand" type="text" id="ownerLand" size="50" value="<?=$result4['owner_name']?>" />
</td>
</tr>
<tr bgcolor="#993300">
<td height="25" colspan="6" align="left" valign="bottom" bgcolor="#D41F00"><strong>ข้อ 2.เป็นอาคาร</strong></td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom">
<? include('file/kho_12.php'); ?>
<input type="hidden" id="id_population" name="id_population" value="<?=$id_population?>" />
<input type="hidden" id="permit_id" name="permit_id" value="<?=$result1['permit_id']?>" />
<? $permit_id=$_SESSION['permit_id'] = $result1['permit_id']; ?>
</td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom" bgcolor="#D41F00">
<strong>ข้อ 3.ผู้ควบคุมงาน/ผู้ออกแบบคำนวณ</strong></td>
</tr>
<tr>
<td height="25" align="left" valign="bottom">ผู้ควบคุมงาน</td>
<td height="25" colspan="5" align="left" valign="bottom">
<input name="controlName" type="text" id="controlName" value="<?=$result1['control_name'];?>" size="50" />
</td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" align="left" valign="bottom">ผู้ออกแบบคำนวณ</td>
<td height="25" colspan="5" align="left" valign="bottom"><strong>
<input name="calculateName" type="text" id="calculateName" value="<?=$result1['calculate_name'];?>" size="50" />
</strong></td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom" bgcolor="#D41F00"><strong>ข้อ 4.กำหนดแล้วเสร็จ </strong></td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" colspan="2" align="left" valign="bottom">กำหนดแล้วเสร็จภายในระยะเวลา
<input name="amount_date" type="text" id="amount_date" value="<?=$result1['amount_date'];?>" size="10" /></td>
<td height="25" colspan="4" align="left" valign="bottom">วัน นับตั้งแต่วันที่ได้รับอนุญาต</td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom" bgcolor="#D41F00">
<strong>ข้อ 5.แนบเอกสารหลักฐานต่างๆ</strong></td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_1'] == 1){$haveDoc_1 = "checked";}else{$haveDoc_1 = "";}?>
<input name="checkbox_3" type="checkbox" id="checkbox_3" value="1"<?=$haveDoc_1;?> onClick="javaScript:if(this.checked){
document.win.planQty.disabled=false;
document.win.planPage.disabled=false;
document.win.planQty.style.backgroundColor='#FFFFFF';
document.win.planPage.style.backgroundColor='#FFFFFF';
}
else{
document.win.planQty.disabled=true;
document.win.planPage.disabled=true;
document.win.planQty.value='';
document.win.planPage.value='';
document.win.planQty.style.backgroundColor='#F4F4F4';
document.win.planPage.style.backgroundColor='#F4F4F4';}"/>
1.แบบแปลนจำนวน
<input name="planQty" type="text" id="planQty" value="<?=$result7['plan_qty']?>" size="10" />
ชุดๆ ละ
<input name="planPage" type="text" id="planPage" value="<?=$result7['plan_page']?>" size="10" />
แผ่น</td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_2'] == 1){$haveDoc_2 = "checked";} else{$haveDoc_2 = "";}?>
<input name="checkbox_4" type="checkbox" id="checkbox_4" value="1"<?=$haveDoc_2;?> onClick="javaScript:if(this.checked){
document.win.calculatePage.disabled=false;
document.win.calculatePage.style.backgroundColor='#FFFFFF';
}else{
document.win.calculatePage.disabled=true;
document.win.calculatePage.value='';
document.win.calculatePage.style.backgroundColor='#F4F4F4';}"/>
2.รายการคำนวณหนึ่งชุด จำนวน
<input name="calculatePage" type="text" id="calculatePage" value="<?=$result7['calculate_page']?>" size="10"c />
แผ่น</td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_3'] == 1){$haveDoc_3 = "checked";}else{$haveDoc_3 = "";}?>
<input name="checkbox_5" type="checkbox" id="checkbox_5" value="1"<?=$haveDoc_3;?> />
3.หนังสือแสดงความเป็นตัวแทนของเจ้าของอาคาร</td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_4'] == 1){$haveDoc_4 = "checked";}else{$haveDoc_4 = "";}?>
<input name="checkbox_6" type="checkbox" id="checkbox_6" value="1"<?=$haveDoc_4;?> />
4.สำเนาหนังสือรับรองการจดทะเบียน วัตถุประสงค์ และผู้มีอำนาจลงชื่อแทนนิติบุคคลผู้ขออนุญาต</td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_5'] == 1){$haveDoc_5 = "checked";}else{$haveDoc_5 = "";}?>
<input name="checkbox_7" type="checkbox" id="checkbox_7" value="1"<?=$haveDoc_5;?> />
5.หนังสือแสดงว่าเป็นผู้จัดการ หรือผู้แทนซึ่งเป็นผู้ดำเนินการของนิติบุคคล</td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_6'] == 1){$haveDoc_6 = "checked";}else{$haveDoc_6 = "";}?>
<input name="checkbox_8" type="checkbox" id="checkbox_8" value="1"<?=$haveDoc_6;?> onClick="javaScript:if(this.checked){
document.win.certificateDesign.disabled=false;
document.win.certificateDesign.style.backgroundColor='#FFFFFF';
}else{
document.win.certificateDesign.disabled=true;
document.win.certificateDesign.value='';
document.win.certificateDesign.style.backgroundColor='#F4F4F4';}"/>
6.หนังสือแสดงความยินยอม และรับรองของผู้ออกแบบ และคำนวณอาคารจำนวน
<input name="certificateDesign" type="text" id="certificateDesign" value="<?=$result7['certificate_design']?>" size="10" />
แผ่น<br /></td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="50" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_7'] == 1){$haveDoc_7 = "checked";} else{$haveDoc_7 = "";}?>
<input name="checkbox_9" type="checkbox" id="checkbox_9" value="1"<?=$haveDoc_7;?> onClick="javaScript:if(this.checked){
document.win.copylanddocNo.disabled=false;
document.win.copydeedPage.disabled=false;
document.win.certificatedeedOwner.disabled=false;
document.win.copylanddocNo.style.backgroundColor='#FFFFFF';
document.win.copydeedPage.style.backgroundColor='#FFFFFF';
document.win.certificatedeedOwner.style.backgroundColor='#FFFFFF';
}else{
document.win.copylanddocNo.disabled=true;
document.win.copydeedPage.disabled=true;
document.win.certificatedeedOwner.disabled=true;
document.win.copylanddocNo.value='';
document.win.copydeedPage.value='';
document.win.certificatedeedOwner.value='';
document.win.copylanddocNo.style.backgroundColor='#F4F4F4';
document.win.copydeedPage.style.backgroundColor='#F4F4F4';
document.win.certificatedeedOwner.style.backgroundColor='#F4F4F4';
}"/>
7.สำเนา หรือภาพถ่ายโฉนดที่ดินเลขที่/น.ส.3/สค.1 เลขที่
<input name="copylanddocNo" type="text" id="copylanddocNo" value="<?=$result7['copy_land_doc_no']?>" size="30"/>
<br />
จำนวน
<input name="copydeedPage" type="text" id="copydeedPage" value="<?=$result7['copy_deed_page'];?>" size="10"/>
ฉบับ หนังสือยินยอมของเจ้าของที่ดิน จำนวน
<input name="certificatedeedOwner" type="text" id="certificatedeedOwner" value="<?=$result7['certificate_deed_owner']?>" size="10"/>
ฉบับ </td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_8'] == 1){$haveDoc_8 = "checked";}else{$haveDoc_8 = "";}?>
<input name="checkbox_10" type="checkbox" id="checkbox_10" value="1"<?=$haveDoc_8;?> onClick="javaScript:if(this.checked){
document.win.certificateControl.disabled=false
document.win.certificateControl.style.backgroundColor='#FFFFFF';
}else{
document.win.certificateControl.disabled=true;
document.win.certificateControl.value='';
document.win.certificateControl.style.backgroundColor='#F4F4F4';}"/>
8.หนังสือแสดงความยินยอมของผู้ควบคุมงานตามข้อ 3 จำนวน
<input name="certificateControl" type="text" id="certificateControl" value="<?=$result7['certificate_control']?>" size="10"/>
ฉบับ</td>
</tr>
<tr bgcolor="#DDDDDD">
<td height="25" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_9'] == 1){$haveDoc_9 = "checked";}else{$haveDoc_9 = "";}?>
<input name="checkbox_11" type="checkbox" id="checkbox_11" value="1"<?=$haveDoc_9;?> onClick="javaScript:if(this.checked){
document.win.copy_Engineer.disabled=false;
document.win.copy_Engineer.style.backgroundColor='#FFFFFF';
}else{
document.win.copy_Engineer.disabled=true;
document.win.copy_Engineer.value='';
document.win.copy_Engineer.style.backgroundColor='#F4F4F4';}"/>
9.สำเนาใบอนุญาตประกอบวิชาชีพวิศวกรรม หรือสถาปัตยกรรมของผู้ควบคุมงาน
<input name="copy_Engineer" type="text" id="copy_Engineer" value="<?=$result7['copy_certificate_engineer']?>" size="10"/>
ฉบับ</td>
</tr>
<tr>
<td height="24" colspan="6" align="left" valign="bottom">
<? if($result7['have_doc_10'] == 1){$haveDoc_10 = "checked";}else{$haveDoc_10 = "";}?>
<input name="checkbox_12" type="checkbox" id="checkbox_12" value="1"<?=$haveDoc_10;?> onClick="javaScript:if(this.checked){
document.win.docOther.disabled=false;
document.win.docOther.style.backgroundColor='#FFFFFF';
}else{
document.win.docOther.disabled=true;
document.win.docOther.value='';
document.win.docOther.style.backgroundColor='#F4F4F4';}"/>
10.เอกสารอื่นๆ(ถ้ามี)
<input name="docOther" type="text" id="docOther" value="<?=$result7['doc_other']?>" size="60"/>
</td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom"> </td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom">
<input type="hidden" name="addEdit" id="addEdit" value="" />
<center>
<input type="button" id="add" name="add" value=" เพิ่ม " onClick="insert()" />
<input type="button" id="edit" name="edit" value=" แก้ไข " onClick="eedit()" />
<input type="button" id="del" name="del" value=" ลบ " onClick="JavaScript:if(confirm('ยืนยันการลบข้อมูล?')==true){window.location='database/del_kho_1.php?population_id=<?=$result1["population_id"];?>';}" />
<input type="reset" id="cancle" name="cancle" value="ยกเลิก" onClick="clear()" />
<input name="save" id="save" type="submit" value=" บันทึก " />
<input type="button" id="btnOpen" name="btnOpen" value=" ค้นหา " OnClick="fncOpenPopup();" />
<a target="_blank,_top" href="permitAl1.php?population_id=<?=$result1[population_id]?>&building_id=<?=$result3['building_id']?>&mode=2"> ใบอนุญาติ อ.1>>></a>
</center></td>
</tr>
<tr>
<td height="25" colspan="6" align="left" valign="bottom"> </td>
</tr>
</table>
</form>
</body>
</html>
|
ประวัติการแก้ไข 2012-05-14 23:34:10
|
|
|
|
Date :
2012-05-14 23:28:46 |
By :
praphat_thekop |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สิ่งที่ต้องการคือ ในเฟรมแรกมีสคริปต์ onchange ตั้งใจให้เปลี่ยนข้อมูลในอีกสองเฟรมที่เหลือ ตามเฟรมแรก(จากการที่onchange ทำงาน-หรือรวมถึงต้องการเปลี่ยนข้อมูลที่อยู่ในหน้าหลักด้วย) ใช่หรือเปล่าครับ แต่ปัจจุบันนี้มันทำการเปลี่ยนเฉพาะในเฟรมของมันเองเท่านั้น(เฟรมแรก)
|
|
|
|
|
Date :
2012-05-14 23:47:14 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วถ้าใช้ include แทนเฟรมทุกตัวล่ะครับ
|
|
|
|
|
Date :
2012-05-15 00:06:14 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|