<!-- #include file="../../../include.asp" -->

<%
'<!-- 
'################################################
'   名称  :振替伝票の照会の親ウィンドウ     
'   作成日:2002/8/30
'   作成者:山崎
'   目的 :振替伝票を表示ための親ウィンドウ
'   概要  :
'################################################
'-->
%>


<% 
main()

Sub main()

	Dim DenpyoNo, PageType
	DenpyoNo = Request("DenpyoNo")
	PageType = Request("PageType")

	Dim WndType, RouteType
	WndType = Request("WndType")
	RouteType = Request("RouteType")	

	Dim ShowDel
	ShowDel = Request("ShowDel")

%>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<link href="../../../binx/sj3web.css?<% = TimeUniq() %>" rel="stylesheet" type="text/css">
<title><% = AppTitle %></title>
<script language="JScript" src="../../../include.js?<% = TimeUniq() %>"></script>
<script language="JScript" src="../../../includesj.js?<% = TimeUniq() %>"></script>
<script language="JScript.Encode" src="../../../include_enc.js?<% = TimeUniq() %>"></script>
<script language="JScript.Encode" src="../../../includesj_enc.js?<% = TimeUniq() %>"></script>
<script type=""text/javascript"" src="../../../javascript.js?<% = TimeUniq() %>"></script>
</head>
<SCRIPT LANGUAGE="JavaScript">
<!--
	HomeAlias = "<% = HomeAlias %>";
	HomeAliasSL = "<% = HomeAliasSL %>";
	ExitFlg = 1;
-->
</SCRIPT>


<frameset rows="*,0" framespacing="0" border="0" frameborder="0"> 
  <frame name="main" src="fk_nyukinsyukin_view_main.asp?RouteType=<% = RouteType %>&WndType=<% = WndType %>&PageType=<% = PageType %>&DenpyoNo=<% = DenpyoNo %>&ShowDel=<% = ShowDel %>&<% = TimeUniq() %>" scrolling="no" noresize>
  <frame name="printout" id="fk_nyukinsyukin_view_print.asp?RouteType=<% = RouteType %>&WndType=<% = WndType %>&PageType=<% = PageType %>&DenpyoNo=<% = DenpyoNo %>&ShowDel=<% = ShowDel %>&<% = TimeUniq() %>">
  <noframes>
  <body onkeydown="if(ExitFlg==2)ExitFlg=3;">

  <p>このページにはフレームが使用されていますが、お使いのブラウザではサポートされていません。</p>

  </body>
  </noframes>
</frameset>

</html>
<%
End Sub
%>