⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ref_cpf_header.php

📁 java支付系统原代码,包含所以功能模块.
💻 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" xml:lang='en' lang='en'>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>CPF Table</title>
<style type='text/css' media='screen'><!--
   #header1 { position:absolute; left:10px; top:11px; width:300px; color:black; font-size:150%; };
   #header2 { position:absolute; left:11px; top:12px; width:300px; color:red;  font-size:150%; };
 --></style>
<script Language='JavaScript' type='text/javascript'><!-- save_1 = new Image() save_1.src="image/save.gif"  save_2 = new Image() save_2.src="image/savex.gif"  print_1= new Image() print_1.src="image/print.gif"  print_2= new Image() print_2.src="image/printx.gif"  exit_1 = new Image() exit_1.src="image/exit.gif"  exit_2 = new Image() exit_2.src="image/exitx.gif" //--></script><script Language='JavaScript' type='text/javascript'><!--
function toPrint( )
{
   if ( window.myCPF ) {
      if ( !myCPF.closed ) {
         myCPF.focus();
         return false;
      }
   }
   window.close();
   myCPF = window.open('','master','scrollbars=yes,status=no,width=800,height=600,screenX=0,top=0,screenY=0,left=0' );
   myCPF.location.href = "print_cpf.php";
   return false;
}
--></script>
<style type='text/css' media='screen'><!--
   body { font-family:"Times New Roman", "Times", "Arial", "Helvetica", "sans-serif" }
//--></style>

</head>
<script Language="JavaScript" type="text/javascript"><!--
   parent.mainframe.location.href='ref_cpf_main.php';
//-->
</script>
<body bgcolor='#fff99d' bgProperties='fixed' >
<form action='/payroll/ref_cpf_header.php' method='post' name='DataEntry'>
<input type='hidden' name='tOption1' value='1'>
<input type='hidden' name='tOption2' value='1'>
<table><tr>
<td width='400'><div id='header1'>CPF Table</div>
<div id='header2'>CPF Table</div>
</td>
<td align='center'><input type='image' src='image/save.gif' name='save' alt='save' border='0' onclick=" parent.mainframe.tosubmit(); return false; " onmouseover="src=save_2.src" onmouseout="src=save_1.src" /> <td align='center'><input type='image' src='image/print.gif' name='print' alt='print' border='0' onclick=" toPrint(); return false; " onmouseover="src=print_2.src" onmouseout="src=print_1.src" /> <input type='image' src='image/exit.gif' name='exit' alt='exit' border='0' onclick=" parent.window.close(); " onmouseover="src=exit_2.src" onmouseout="src=exit_1.src" /></td>
</table>
<table><tr>
<td><input type='radio' value='1' name='Select1'  checked='checked' onclick=" document.DataEntry.tOption1.value='1'; submit(); " />Singaporean</td><td><input type='radio' value='1' name='Select1' onclick=" document.DataEntry.tOption1.value='2'; submit(); " />2nd year P.R.</td><td><input type='radio' value='1' name='Select1' onclick=" document.DataEntry.tOption1.value='3'; submit(); " />1st year P.R.</td></tr><tr><td width='130'><input type='radio' value='1' name='Select2'  checked='checked' onclick=" document.DataEntry.tOption2.value='1'; submit(); " />Up to 50</td><td width='130'><input type='radio' value='1' name='Select2' onclick=" document.DataEntry.tOption2.value='2'; submit(); " />above 50 to 55</td><td width='130'><input type='radio' value='1' name='Select2' onclick=" document.DataEntry.tOption2.value='3'; submit(); " />above 55 to 60</td><td width='130'><input type='radio' value='1' name='Select2' onclick=" document.DataEntry.tOption2.value='4'; submit(); " />above 60 to 65</td><td width='130'><input type='radio' value='1' name='Select2' onclick=" document.DataEntry.tOption2.value='5'; submit(); " />above 65</td></tr></table>
</form>
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -