
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Keppel Seghers - Sales Enquiry</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="imagetoolbar" content="no">
<link rel="stylesheet" href="../inc/css/default.css" type="text/css">
<link rel="stylesheet" href="../inc/css/style.css" type="text/css">
<script type="text/javascript" src="../inc/js/jsClientUtils.js"></script>
<script language="JavaScript">
<!--

function checkform(thisform) {
    if (!TextValidation    (thisform,"cname",      "Name",       3,100,true))  { return false; }
    if (!EmailValidation(thisform,"cemail","E-mail",true)) return (false);
    if (!TextValidation    (thisform,"subject", "Subject",  3, 200,true))  { return false; }
    if (!TextValidation    (thisform,"content",      "Content",       3, 9999,true))  { return false; }
    return true;
}

function add_file(id, i) { 
  if (i > 2)
  {
    alert('3 File Attachments is allowed only.');
  }
  else
  {
    if (document.getElementById(id + '_' + i).innerHTML.search('uploadinputbutton') == -1) {
      document.getElementById(id + '_' + i).innerHTML = '<input type="file"  class="textstyle" style="height:20px" name="file' + i + '"/><br /><span id="' + id + '_' + (i+1) + '"><input type="button" class="buttonstyle" value="&#28155;&#21152;&#21478;&#19968;&#20010;&#38468;&#21152;&#25991;&#20214;" onClick="add_file(\'' + id + '\', ' + (i+1) + ');" /><\/span>\n';
    }
  }
}
//-->
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td colspan="2">
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <form action="/action/careerformaction.asp?jobID=13" method="post" name="careerForm" enctype="multipart/form-data" onsubmit="return checkform(this)">
          <input type="hidden" name="JobTitle" value="" />
          <input type="hidden" name="JobReference" value="" />
          <input type="hidden" name="JobLocation" value="" />
          <input type="hidden" name="JobCompany" value="" />
          <input type="hidden" name="JobDepartment" value="" />
          <tr valign="top">
            <td width="20%"><b>&#22995;&#21517;</b></td>
            <td width="2%">:</td>
            <td><input type="text" name="cname" class="textstyle" style="width:200px" /></td>
          </tr>
          <tr valign="top">
            <td width="20%"><b>&#30005;&#37038;</b></td>
            <td width="2%">:</td>
            <td><input type="text" name="cemail" class="textstyle" style="width:200px" /></td>
          </tr>
          <tr valign="top">
            <td width="20%"><b>&#22791;&#27880;</b></td>
            <td width="2%" valign="top">:</td>
            <td><textarea name="remarks" cols="60" rows="10" style="width:400px;height=150px"></textarea></td>
          </tr>
          <tr valign="top">
            <td width="20%"><b>&#38468;&#21152;&#25991;&#20214;</b></td>
            <td width="2%" valign="top">:</td>
            <td><input type="file" class="textstyle" maxsize="20971520" name="file0" style="height:20px" /><br />
                <span id="file_1"><input class="buttonstyle" type="button" onClick="javascript:add_file('file', 1);" value="&#28155;&#21152;&#21478;&#19968;&#20010;&#38468;&#21152;&#25991;&#20214;" /></span>
            </td>
          </tr>
          <tr>
            <td colspan="3">&nbsp;</td>
          </tr>
          <tr>
            <td width="20%">&nbsp;</td>
            <td width="2%">&nbsp;</td>
            <td><input type="submit" name="Submit" class="buttonstyle" value="&#25552;&#20132;" /></td>
          </tr>
        </form>
      </table></p>
    </td>
  </tr>
  <tr>
</table>
</body>
</html>
