% ' ' %> <% main() Sub main() If Not(SessionCheck()) Then Exit Sub End If Dim BunsyoSyuruiCD, SenpoBunsyoSyuruiCD Dim SyoruiMei, SenpoSyoruiMei Dim NyusyukoKubun BunsyoSyuruiCD = Request("BunsyoSyuruiCD") SenpoBunsyoSyuruiCD = Request("SenpoBunsyoSyuruiCD") NyusyukoKubun = Request("NyusyukoKubun") Dim KozaKubun Dim SenpoFlg SenpoFlg = 0 If SenpoBunsyoSyuruiCD <> "" Then SenpoFlg = 1 End If Dim title, DefSenpoBunsyoSyuruiCD If BunsyoSyuruiCD = "BN" Then title = "口座開設" title = "一括口座開設" DefSenpoBunsyoSyuruiCD = "BA" ElseIf BunsyoSyuruiCD = "BO" Then title = "預入" DefSenpoBunsyoSyuruiCD = "BB" ElseIf BunsyoSyuruiCD = "BP" Then title = "引出" DefSenpoBunsyoSyuruiCD = "BC" ElseIf BunsyoSyuruiCD = "BQ" Then title = "振込" DefSenpoBunsyoSyuruiCD = "BD" ElseIf BunsyoSyuruiCD = "BR" Then title = "小切手入金" DefSenpoBunsyoSyuruiCD = "BE" ElseIf BunsyoSyuruiCD = "BS" Then title = "手形取立" DefSenpoBunsyoSyuruiCD = "BF" ElseIf BunsyoSyuruiCD = "BT" Then title = "手形割引" DefSenpoBunsyoSyuruiCD = "BG" End If If SenpoBunsyoSyuruiCD = "" Then SenpoBunsyoSyuruiCD = DefSenpoBunsyoSyuruiCD End If Dim Msg Msg = Request("Msg") %> <% = HtmlHeader("") %>
<% Response.Write(HtmlDesign(1)) Response.Write(HttpL1(3)) Response.Write(HttpL2("会社選択" ,"tblbtn( '/" & HomeAlias & "/user/bk/')", "銀行", "tblbtn( '/" & HomeAlias & "/user/bk/menu_b.asp')", "窓口業務" , "tblbtn( '/" & HomeAlias & "/user/bk/menu_b2.asp')", title, "", "", "", "", "")) Response.Write(HttpL3("", "", "", "", "", "","","" , "", "", "", "", "", "", "", "")) Response.Write(HttpL3_1("一括開設する", "SubmitCheck()", "", "", "", "", "", "", "", "")) Response.Write(HttpL3_2("","" , "", "", "", "", "", "", "", "")) ' If SenpoBunsyoSyuruiCD = "" Then ' Response.Write(HttpL3_2("先方一覧","tblbtn( 'fb_uketsukesyori_ichiran.asp?BunsyoSyuruiCD=" & BunsyoSyuruiCD & "&SenpoBunsyoSyuruiCD=" & DefSenpoBunsyoSyuruiCD & "')" , "", "", "", "", "", "", "", "")) ' Else ' Response.Write(HttpL3_2("一覧表示","tblbtn( 'fb_uketsukesyori_ichiran.asp?BunsyoSyuruiCD=" & BunsyoSyuruiCD & "')" , "", "", "", "", "", "", "", "")) ' End If Dim subtitle If SenpoBunsyoSyuruiCD <> "" Then subtitle = "先方書類" End If Response.Write(HttpL4(title, subtitle & "一覧表示")) Response.Write(HttpL5(Msg)) %>