%@ LANGUAGE = VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Dim intpage, ranWizard, thispage thispage = "wizard" If Request.Form("counter") <>"" Then intpage = Request.Form("counter") If Request.Form("Back") <> "" Then call BACK_OnClick Else intpage = intpage + 1 End If ElseIf request("nav") <> "" then intpage = request("nav") ElseIf request("intpage") <> "" Then intpage = intpage + 1 Else intpage = 0 End If %>
<% If request.Form("personal") <> "" Then %> <% myinfo.ranWizard=-1 %> <% End If %>