Subversion Repositories DevTools

Rev

Rev 5506 | Rev 6370 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
3
'=====================================================
3
'=====================================================
-
 
4
'   _wform_rename_version.asp
4
'                  Rename Version
5
'   Rename Version
5
'               --- PROCESS FORM ---
6
'   --- PROCESS FORM ---
6
'=====================================================
7
'=====================================================
7
%>
8
%>
8
<%
9
<%
9
Option explicit
10
Option explicit
10
' Good idea to set when using redirect
11
' Good idea to set when using redirect
11
Response.Expires = 0  ' always load the page, dont store
12
Response.Expires = 0  ' always load the page, dont store
-
 
13
Dim bInIframe : bInIframe = True
12
%>
14
%>
13
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/conf.asp"-->
14
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/globals.asp"-->
15
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/formating.asp"-->
16
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/qstr.asp"-->