%@LANGUAGE = Javascript%> <% var Page = new String( Request.QueryString( "Page" )) //Get the page we are currently on var LastIndex = 0 //for paging, specifies the last index id of the last record var Param0 = new String( Request.QueryString( "Param0" ) ) if( Param0.toString() == "undefined" ) Param0 = "" else Param0 = "," + Param0 if ( Page.toString() == "undefined" ) Page = -1; Response.Buffer = false var Alias = Request.QueryString("Alias") var FrameID = Request.QueryString("FrameID" ) if ( Session("Authenticated") != "Yes" ) Response.Redirect("privacy/authentication.asp?../DBGPortal_Main.asp?" + Request.QueryString() ) %>
Loading data for <%=Alias%>, please wait . . . |
Followup - <%=Alias%> |
|
|
|
<% if ( Page != "0" && Page != -1 ) Response.Write("") if ( Page != -1 ) Response.Write("") %> | |
|
|
|