TOP005.inc
894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
function schedule(syain_cd,intseq){
document.e_gru.intseq.value=intseq;
document.e_gru.syain_cd.value=syain_cd;
document.e_gru.intdelflg.value=0;
document.e_gru.action = "TOP001.php";
document.e_gru.method="POST";
document.e_gru.submit();
}
function change(syain_cd,intseq){
document.e_gru.intseq.value=intseq;
document.e_gru.syain_cd.value=syain_cd;
document.e_gru.intdelflg.value=1;
document.e_gru.action = "TOP001.php";
document.e_gru.method="POST";
document.e_gru.submit();
}
function move_top(strDate){
if (document.e_gru.intGmflg.value==1){
document.e_gru.action="TOP002.php";
document.e_gru.method="POST";
document.e_gru.submit();
return false;
}
else{
document.e_gru.strwkdate.value=strDate;
document.e_gru.action="TOP000.php";
document.e_gru.method="POST";
document.e_gru.submit();
return false;
}
}
-->
</SCRIPT>