<%@ page import = "com.citrix.nfuse.*, java.util.Random" contentType="text/html; charset=ISO-8859-1" %> <% try { %> <%! String nfuseKey; %> <%! int lowerbound, upperbound, i; %> <% // No need to do this in JSP 1.0 and above. 'session' will be a pre-defined object. %> <%! HttpSession session; %> <% session = request.getSession(true); Random rnums = new Random(); lowerbound = 35; upperbound = 96; nfuseKey = ""; for (int i=0;i<512;i++) { nfuseKey = nfuseKey + (char)((Math.abs(rnums.nextInt()) % 61) + 35); } session.putValue("nfuseKeyString", nfuseKey); App app = new App(); PropertiesKeys propKey = new PropertiesKeys(); if (app.guestLoginOnly()) { response.sendRedirect("frameset.jsp"); } %> e-know.net - ASP - Chat - hosting - websites - mail

Welcome to our ASP Demo.

Before you go any further you will need a unique password, this is free and easy to acquire, all  you have to do is fill in some simple details and you will be sent your password as soon as your details are approved.  Click here to register.

Demo Knowledge Base The Demo Knowledge base

Click here to view our demo knowledge base, from here you will be able to find comprehensive instructions and tips on how to use the demo room.

About our ASP Demo

In this example of an Intranet environment, you can actually open sample documents in live applications and download additional information about the services provided from e-know.net Limited.

  • If you need more info on our demo room then please consult our knowledge base.

If you do not have a valid password for the e-know.net Limited Demonstration Room Environments, please click here and register.  Registration is simple and fast, however a valid email address is required.  If you do not have a mail account you can contact us for manual registration.

Simply click on any of the applications icons and you'll instantly be running the application you selected through your browser.

Please note that some menu items could be disabled, and applications could time out for security reasons.

To ensure a quality demo experience for everyone, please be advised that e-know.net IT administrators may monitor demo system user activity.


Want to learn more about ASP?

  • If you wish to learn more about the software we offer then please select a package from the bar on the right.
  • If you're not convinced then please take a look at our services section, there you will learn more about the power of e-know.net

 

 

Member login

<%= propKey.getStaticString("Help") %>

<%= propKey.getStaticString("Welcome") %>

You are about to experience the power of e-know.net's application portal technology. e-know.net offer the ability to integrate and publish interactive applications into any standard Web browser.

This email address info@e-know.net is for demo system issues only. For Technical Support please call +44 (0)871 223 1222 or (0)1952 236 236 for Sales/Reception, lines are open from 8am till 6pm GMT.

<%= propKey.getStaticString("MessageCenter") %>

<% out.println(""); out.println(propKey.getStaticString("MessageCenter1")); out.println(""); %>
<% String loginError = request.getParameter("NFuse_loginErrorId"); if ( loginError != null && loginError.length() > 0) { String loginErrorString = (String)session.getValue("NFuse_applistError"); if (loginErrorString != null && loginErrorString.length() > 0) { out.println(""); out.println(loginErrorString); out.println(""); session.putValue("NFuse_applistError", ""); } } %> <%@ include file="install.jsp" %>
<%@ include file="/incs/menu_demo.inc"%>
<% } catch (Exception e) { System.out.println("catch ERROR"); } %>