%@ Language=VBScript %> <% option explicit dim mstrShowConfirm dim mstrShowError dim mstrShowLogError mstrShowConfirm = Request.QueryString("ShowConfirm") if mstrShowConfirm = "" then mstrShowConfirm = "none" mstrShowError = Request.QueryString("ShowError") if mstrShowError = "" then mstrShowError = "none" mstrShowLogError = Request.QueryString("ShowLogError") if mstrShowLogError = "" then mstrShowLogError = "none" %>
|
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||