<% theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF ' Check for error messages Dim errorType, errorMsg errorType = Request.QueryString("error") errorMsg = Request.QueryString("msg") %>
Add New Application
Back to Applications
<% If errorType <> "" Then If errorType = "INVALID_INPUT" Then Response.Write("
Invalid Input! Please check your data and try again.
") ElseIf errorType = "INVALID_ID" Then Response.Write("
Invalid ID! Selected support team is invalid.
") ElseIf errorType = "DATABASE_ERROR" Then Response.Write("
Database Error: " & Server.HTMLEncode(errorMsg) & "
") End If End If %>
Direct URL to launch or access the application
Network path to installation files or download URL
Network path to documentation or documentation website URL
Place image file in ./images/applications/ folder. Leave blank for default icon.
Application Flags
Visibility

Cancel
<% objConn.Close %>