xref: /AOO42X/main/sd/res/webview/webview.asp (revision 729288913082b22390dd03362f110d3a1be0a55b)
1cdf0e10cSrcweir<%
2cdf0e10cSrcweir    Option Explicit
3cdf0e10cSrcweir    Response.Expires = 0
4cdf0e10cSrcweir%>
55b501c92SAndrew Rist<!--***********************************************************
65b501c92SAndrew Rist *
75b501c92SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
85b501c92SAndrew Rist * or more contributor license agreements.  See the NOTICE file
95b501c92SAndrew Rist * distributed with this work for additional information
105b501c92SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
115b501c92SAndrew Rist * to you under the Apache License, Version 2.0 (the
125b501c92SAndrew Rist * "License"); you may not use this file except in compliance
135b501c92SAndrew Rist * with the License.  You may obtain a copy of the License at
145b501c92SAndrew Rist *
155b501c92SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
165b501c92SAndrew Rist *
175b501c92SAndrew Rist * Unless required by applicable law or agreed to in writing,
185b501c92SAndrew Rist * software distributed under the License is distributed on an
195b501c92SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
205b501c92SAndrew Rist * KIND, either express or implied.  See the License for the
215b501c92SAndrew Rist * specific language governing permissions and limitations
225b501c92SAndrew Rist * under the License.
235b501c92SAndrew Rist *
245b501c92SAndrew Rist ***********************************************************-->
25cdf0e10cSrcweir
26cdf0e10cSrcweir<!-- #include file = "common.inc" -->
27cdf0e10cSrcweir
28cdf0e10cSrcweir<%
29cdf0e10cSrcweir    Session( "GIFID" ) = File_getDataVirtual( csFileCurrent, ".", ";" )( 0 )
30cdf0e10cSrcweir%>
31cdf0e10cSrcweir
32*72928891SJohn Bampton<html>
33cdf0e10cSrcweir
34*72928891SJohn Bampton<head>
35*72928891SJohn Bampton</head>
36cdf0e10cSrcweir
37*72928891SJohn Bampton<frameset rows="*,2" border="0" frameborder="0" framespacing="0">
38*72928891SJohn Bampton    <frame src="./show.asp" name="frame1" scrolling="yes"  resize marginwidth="0" marginheight="0" frameborder="0">
39*72928891SJohn Bampton    <frame src="./poll.asp" name="frame2" scrolling="no" noresize marginwidth="0" marginheight="0" frameborder="0">
40*72928891SJohn Bampton</frameset>
41cdf0e10cSrcweir
42*72928891SJohn Bampton<noframes>
43cdf0e10cSrcweir
44*72928891SJohn Bampton<body bgcolor="white">
45*72928891SJohn Bampton    <meta http-equiv="refresh" content="1;URL=./show.asp">
46*72928891SJohn Bampton</body>
47cdf0e10cSrcweir
48*72928891SJohn Bampton</html>
49