HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/PSAproduction2/jobSQL.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<?php
//	header("Content-Type: text/html; charset=big5");

?>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5"><title>Job Report</title>


<script language="JavaScript" src="calendar_db.js"></script>
<link rel="stylesheet" href="calendar.css">

<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />

<body>

  <basefont face="Verdana">
  
  <!-- link calendar files  -->

  <p>&nbsp;</p>
<table width="100%" cellspacing="0" cellpadding="5">
  <tr>
	<td></td>
</tr>
<tr>
	<td bgcolor="Navy"><font color="White" ><b>Job Report</b></font></td>
</tr>


</table>

<p>
<form name="testform" action="pSearch.php" method="POST">

  <table width="400" border="0" align="left" cellpadding="0" cellspacing="0">
    <tr>
      <td height="43" scope="col"><h3>Job id:�G
        <input name="barcode" type="text"  size="30" maxlength="200" />
      </h3></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
 


		  <table>
		  <tr><td>date:<input type="text" name="date_s" /></td><td>
	<script language="JavaScript">
	new tcal ({
		// form name
		'formname': 'testform',
		// input name
		'controlname': 'date_s'
	});
	</script>~<input type="text" name="date_e" />
	<script language="JavaScript">
	new tcal ({
		// form name
		'formname': 'testform',
		// input name
		'controlname': 'date_e'
	});

	</script></td></tr>
		  
		  
	  <tr>
	    <td><input type="submit" value="search" /></td>
      </tr>
  </table>
	<p>&nbsp;</p>
</form>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("pressmenu1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</html>