<%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' Reference SDK ' _wform_reference_sdk.asp ' ' This page is designed to be loaded into a
' It will create a modal dialog and do all of its work within that '===================================================== %> <% Option explicit Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- Dim bLoggedIn, bAuthorised '------------ Constants Declaration ----------- '------------ Variable Init ------------------- bLoggedIn = objAccessControl.UserLogedIn bAuthorised = canActionControlInProject("AddSdk") '---------------------------------------------- %>
  <%If NOT bLoggedIn Then%> <%ElseIf NOT bAuthorised Then %> <%Else%> <%End If%>
You are not logged inYou are not Authorized to perform this actionNOTE: You can only reference a released SDK.
SDK
Version
Mode <%=Quick_Help("del_help")%>