Transport Page; Session Page - Colubris Networks CN3000 Administrator's Manual

Table of Contents

Advertisement

Chapter 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Customizing the public access interface - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Chapter 6

Transport page

<!-- Colubris -->
<!-- Default -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
window.open("","sessionwin","width=240,height=400,toolbar=0,location=0,directories=0,status=0,menubar=0
,scrollbars=1,resizable=1");
href="<%GetWelcomeUrl();%>">click here</a>.
href="<%GetSessionUrl();%>">click here</a>.</font></p>
</html>

Session page

<!-- Colubris -->
<!-- Default -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- iPass
<WISPAccessGatewayParam>
<AuthenticationReply>
<MessageType>120</MessageType>
<ResponseCode><% iPassGetLoginResponseCode(); %></ResponseCode>
<ReplyMessage><% GetRadiusReplyMessage(); %></ReplyMessage>
<LogoffURL><% iPassGetLogoffUrl(); %></LogoffURL>
</AuthenticationReply>
</WISPAccessGatewayParam>
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="refresh" content="1; URL=<%GetWelcomeUrl();%>" />
<title>Transport</title>
<script type="text/javascript">
//<![CDATA[
function opensessionwin(whichone) {
// Define the size of your remote window in pixels with "width" and "height."
remote =
if (remote.blur) remote.focus();
// Put the full url of your remote document where you see "URL".
remote.location.href = "<%GetSessionUrl();%>";
if (remote.opener == null) remote.opener = window;
remote.opener.name = "opener";
}
//]]>
</script>
</head>
<body onload="opensessionwin();" bgcolor="#FFFFFF">
<h4><font face="verdana, arial, helvetica" size="2">This should take 1 second...</font></h4>
<p><font face="verdana, arial, helvetica" size="2">If you are not redirected within a few seconds, please <a
If you have JavaScript disabled and the session page doesn't appear, please <a
</body>

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents