Viewing file: AddFulltex.php (4.53 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include("../include/FunctionDB.php");
include("../include/Function.php");
ConnectDB();
$sql ="SELECT * FROM research_tb WHERE Research_code='$Research_code'";
$result = mysql_query($sql) or die("Cannot Select").mysql_error();
$rs = mysql_fetch_array($result);
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<link href="../css/default.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="../js/utilities.js"></script>
<script language="JavaScript" type="text/JavaScript">
function browse()
{
pc.Filetex.src = pc.Filetex.value;
}
</script>
<table width="610" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="610"><br>
<fieldset>
<div align="center">
<form action="InsertFiletexSave.php" method="post" enctype="multipart/form-data" name="pc" id="pc">
<table width="89%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" style=" border:0px solid gray"size="12">
<tr bgcolor="#BFD0E6">
<td height="24" colspan="3" bgcolor="#FFFFFF"><div align="center" class="style1"><font color="#000000" face="Tahoma"><strong>เพิ่มข้อมูล เอกสาร</strong></font></div></td>
</tr>
<tr bgcolor="#eeeeee">
<td width="22%" bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center" class="style1"><font face="Tahoma">ชื่อรายการเอกสาร</font></a></div></td>
<td width="3%" bordercolor="#FFFFCC" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="75%" bordercolor="#FFFFCC" bgcolor="#FFFFFF">
<input name="Filename" id="Filename" size="60"><br>
</td>
</tr>
<!-- <tr bgcolor="#eeeeee">
<td height="20" bordercolor="#CCCCCC" bgcolor="#FFFFFF"><div align="center" class="style1"><font face="Tahoma">หมวดเอกสาร</font></div></td>
<td bordercolor="#FFFFCC" bgcolor="#FFFFFF"> </td>
<td bordercolor="#FFFFCC" bgcolor="#FFFFFF" ><select name="conditionId" id="conditionId">
<?php
$strSQL1 = "SELECT * FROM docontion_tb ";
$result1= mysql_query($strSQL1);
while( $rs1 = mysql_fetch_array($result1))
{
echo"<option value=\"$rs1[conditionId]\" ><b>$rs1[Docom_name]</b></option>\n";
}
?>
</select>
<span class="style1" onclick="MM_openBrWindow('AddCoument.php','Detail','scrollbars=yes,width=500,height=150')"><a href="#"><img src="../picture/search.gif" width="15" height="19" border="0" alt="เพิ่มข้อมูล" /></a></span> <? echo $rs[Research_code];?></td>
</tr> -->
<tr bordercolor="#99CCFF" bgcolor="#86ade2">
<td bgcolor="#FFFFFF"><div align="center" class="style1"><font face="Tahoma">เลือกเอกสาร</font></div></td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><table width="78%" border="0" cellpadding="0" cellspacing="1" class="style1">
<tr>
<td width="74%"><div align="center">
<input name="Filetex" type="file" id="Filetex" onchange="browse()" size="30" />
</div></td>
<td width="26%"><div align="center"><a href="#"></a></div></td>
</tr>
</table></td>
</tr>
<tr bgcolor="#BFD0E6">
<td height="28" colspan="3" bgcolor="#FFFFFF"><br>
<div align="center">
<input type="submit" name="Submit" value=" บันทึกข้อมูล" class="button" style="cursor:pointer"/>
<input type="reset" name="Submit" value=" เคลียร์ข้อมูล" class="button" id="Submit" style="cursor:pointer"/>
<input type="button" name="Submit2" value="ปิดหน้าต่าง" onclick="javascript:parent.close();" class="CURSOR-HAND" id="Submit2" style="cursor:pointer"/>
<font color="#006633" size="2" face="Tahoma">
<input name="Research_code" type="hidden" id="Recode" value="<? echo $rs[Research_code]?>" />
</div>
</td>
</tr>
</table>
</form>
</fieldset>
<font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2">
</font></td>
</tr>
</table>
|