Nortel Web Center Portal Installation And Administration Manual page 581

Nortel symposium web center portal software: user guide
Hide thumbs Also See for Web Center Portal:
Table of Contents

Advertisement

July 2004
custLogOn()
Parameters:
None.
Description:
This function checks for the browser's cookie setting, creates a cookie named
Symposium Web Center Portal_StartPage, and expires in an hour.
Code:
function custLogOn()
{
if (isCookieEnable())
{
Portal_StartPage and expire in an hour.
Portal_StartPage";
html/login.html';
}
else
{
enabled.\n Please enable the browser cookie and come back
again!");
}
Installation and Administration Guide
// Create a cookie name _Symposium Web Center
var exp = new Date();
exp.setTime(exp.getTime() + (60*60*1000));
var cookieName = "_Symposium Web Center
var cookieValue = window.location.href;
setCookie(cookieName, cookieValue, exp);
window.location = '/Symposium Web Center Portal-
// Cookie is not enabled on browser
alert("This page requires browser cookies to be
Customizing the Customer Interface
581

Advertisement

Table of Contents
loading

This manual is also suitable for:

Symposium web center portal

Table of Contents