%
@ LANGUAGE = VBScript
%>
<%
Option Explicit
Dim intpage
' ********************* check for posting to the page
IF Request.Form("intpage") <>"" THEN
intpage = Request.Form("intpage")
intpage = intpage + 1
ELSE ' page did not pass counter, or first time user
intpage = 0
END IF
response.write "intpage=" & intpage & "
"
%>
|
|
|
| <% If intpage <> 2 Then %> | |
| <% If intpage < 3 Then response.write "" &_ "" Else response.write "" &_ "" End If %> | |