KST014.inc
757 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
38
39
40
41
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
var SFlg = false;
function DoubleSubmit(){
if (SFlg){
alert("±þÅúÃæ");
return false;
}
SFlg = true;
return true;
}
function Tel_Trans(){
if (hissu_chk("¥á¡¼¥ë¥¢¥É¥ì¥¹",document.e_gru.email1.value)==false) {
document.e_gru.email1.focus();
return false;
}
if (mailadr_chk(document.e_gru.email1.value,document.e_gru.email2.value)==false) {
document.e_gru.email2.focus();
return false;
}
document.e_gru.action="KST014_1.php";
document.e_gru.method="POST";
document.e_gru.submit();
return false;
}
function move_top(){
document.e_gru.action="KST001.php";
document.e_gru.method="POST";
document.e_gru.submit();
return false;
}
-->
</SCRIPT>