Nortel Web Center Portal Installation And Administration Manual page 580

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

Advertisement

Customizing the Customer Interface
Code:
{
// check which browser is used (netscripe or IE)
var myBrowser = navigator.appName.substr(0,3);
if (myBrowser == "Net")
{
// This is a Netscape browser
var cookieName = "_Symposium Web Center
Portal_CookieCheck";
var cookieValue = "checkCookie";
setCookie(cookieName, cookieValue);
// Check to see if able to create cookie
var myCookie = getCookie(cookieName);
if (myCookie == null)
else
}
else
{
}
}
580
Function isCookieEnable()
return false;
return true;
// This is a IE
if (navigator.cookieEnabled)
return true;
else
return false;
Nortel Networks Symposium Web Center Portal
Standard 2.0

Advertisement

Table of Contents
loading

This manual is also suitable for:

Symposium web center portal

Table of Contents