Installation and Administration Guide
581
July 2004
Customizing the Customer Interface
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())
{
// Create a cookie name _Symposium Web Center
Portal_StartPage and expire in an hour.
var exp = new Date();
exp.setTime(exp.getTime() + (60*60*1000));
var cookieName = "_Symposium Web Center
Portal_StartPage";
var cookieValue = window.location.href;
setCookie(cookieName, cookieValue, exp);
window.location = '/Symposium Web Center Portal-
html/login.html';
}
else
{
// Cookie is not enabled on browser
alert("This page requires browser cookies to be
enabled.\n Please enable the browser cookie and come back
again!");
}
Summary of Contents for Symposium Web Center Portal
Page 2: ......
Page 4: ......
Page 6: ...vi Symposium Web Center Portal Publication history Standard 2 0 ...
Page 12: ...xii Symposium Web Center Portal Contents Standard 2 0 ...
Page 370: ...370 Nortel Networks Symposium Web Center Portal Managing Web Communications Standard 2 0 ...
Page 610: ...610 Nortel Networks Symposium Web Center Portal Dashboard utility Standard 2 0 ...
Page 698: ...698 Nortel Networks Symposium Web Center Portal Glossary Standard 2 0 ...
Page 708: ...Reader Response Form Reader Response Form ...
Page 709: ......