ช่วยดูให้หน่อย พอเลือกข้อมูลจากไฟล์ position_list.php แล้วมันไม่มา
ไฟล์ search.php
Code
<script>
function popupsearch3(module,table,field,field1,output,output1, ref,title){
w = screen.availWidth;
h = screen.availHeight;
var popW = 650, popH = 400;
var leftPos = (w-popW)/2, topPos = (h-popH)/2;
window.open("position_list.php?table="+table+"&module="+module+"&field="+field+"&field1="+field1+"&output="+output+"&output1="+output1+"&ref="+ref+"&title="+title,"loadorder","width="+popW+",height="+popH+",top="+topPos+",left="+leftPos+",menubar=no,resizeable=yes,toolbar=no,scrollbars=yes");
} // end function
function addToParentItemData_Conver(name)
{
window.document.FrmRecord.TxtName2.value = name;
}
</SCRIPT>
<tr>
<td colspan="4" align="left" valign="top">3. ชื่อตำแหน่งงานที่ทำ (ระบุ)
<label>
<input name="TxtQN_POS_ID" type="hidden" id="TxtQN_POS_ID" value="TxtQN_POS_ID"/>
<input name="TxtPOS_NAME" type="text" id="TxtPOS_NAME" size="40" readonly="readonly"/>
<img src="search.gif" width="23" height="20" align="absmiddle" alt="เลือกตำแหน่งงาน" style="cursor:hand;"
onClick="popupsearch3('position','POS_ID','POS_NAME','frmmain.TxtQN_POS_ID','frmmain.TxtPOS_NAME', '','ตำแหน่งงาน')" /> <font color="red">(คลิกเพื่อค้นหาตำแหน่งงาน)</font></label></td>
</tr>
ไฟล์ position_list.php
Code
<html>
<head>
<title>ค้นหาตำแหน่งงาน</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="script/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" height="100%" border="0" align="center">
<tr>
<td valign="top">
<!------------------------------------------------ Start For Code ------------------------------------------------>
<?
include("config.inc.php");
mysql_connect($host,$user,$pwd);
mysql_select_db($dbname);
$sql = mysql_query("SELECT COUNT(*) FROM ref_qn_position");
$res = mysql_fetch_array($sql);
$ref_qn_position = $res[0];
//echo"$ref_qn_position";
?>
<TABLE width="550" class="tabshow" align="center">
<TR>
<TD colspan="2" align="center" class="textnormal"><div align="left">ผลการสืบค้นพบจำนวน<span class="star">
<?echo"$ref_qn_position";?></span> แถว</div></TD>
</TR>
<TR class="tabshowhead">
<TD align="center" width="100">รหัส</TD>
<TD align="center" width="450">รายการ</TD>
</TR>
<?$result = mysql_query("select * from ref_qn_position") or die ("Err Can not to result") ;
while ($dbarr = mysql_fetch_array($result)) {
?>
<a h>
<TR class="tabshowsoft" onmouseover=this.style.backgroundColor="#E8F3FF" onmouseout=this.style.backgroundColor="" style="cursor:pointer; " onClick="selectitem('<?php $dbarr['POS_ID'] ; ?>','<?php $dbarr['POS_NAME'] ; ?>','frmmain.TxtQN_POS_ID','frmmain.TxtPOS_NAME')">
<TD align="center" width="100" valign="top"><?php echo $dbarr['POS_ID'] ; ?></TD>
<TD align="center" width="450"> <?php echo $dbarr['POS_NAME'] ; ?></TD>
</TR></a>
<?}?>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td> </td>
<td><div align="center">
<input type="button" name="Button" value="ปิดหน้าต่างนี้" onClick="window.close();" />
</div></td>
<td> </td>
</tr>
</table>
</body></html>
Tag : - - - -
Date :
2009-11-25 15:32:44
By :
puybc484
View :
829
Reply :
3
ไม่มี Error หรืออะไรเลยเหรอครับ
Date :
2009-11-25 18:47:30
By :
webmaster
ขอบอกว่า เมาโค๊ดไม่ใช่น้ยอ
Date :
2009-11-26 08:53:37
By :
deawx
ไม่มี error ค่ะ แต่ว่าผลมันไม่ได้
Date :
2009-11-26 13:03:21
By :
puybc484
Load balance : Server 03