580
Nortel Networks Symposium Web Center Portal
Customizing the Customer Interface
Standard 2.0
Code:
Function isCookieEnable()
{
// 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)
return false;
else
return true;
}
else
{
// This is a IE
if (navigator.cookieEnabled)
return true;
else
return false;
}
}
Содержание Symposium Web Center Portal
Страница 2: ......
Страница 4: ......
Страница 6: ...vi Symposium Web Center Portal Publication history Standard 2 0 ...
Страница 12: ...xii Symposium Web Center Portal Contents Standard 2 0 ...
Страница 170: ...170 Nortel Networks Symposium Web Center Portal Installing and configuring the External Web server Standard 2 0 ...
Страница 192: ...192 Nortel Networks Symposium Web Center Portal Installing and configuring agent PCs Standard 2 0 ...
Страница 270: ...270 Nortel Networks Symposium Web Center Portal Symposium Web Center Portal Rules Administration Standard 2 0 ...
Страница 304: ...304 Nortel Networks Symposium Web Center Portal Symposium Web Center Portal Rules Administration Standard 2 0 ...
Страница 342: ...342 Nortel Networks Symposium Web Center Portal Symposium Web Center Portal Administrative tools Standard 2 0 ...
Страница 370: ...370 Nortel Networks Symposium Web Center Portal Managing Web Communications Standard 2 0 ...
Страница 540: ...540 Nortel Networks Symposium Web Center Portal Installation and configuration checklists Standard 2 0 ...
Страница 590: ...590 Nortel Networks Symposium Web Center Portal Customizing the Customer Interface Standard 2 0 ...
Страница 610: ...610 Nortel Networks Symposium Web Center Portal Dashboard utility Standard 2 0 ...
Страница 624: ...624 Nortel Networks Symposium Web Center Portal Installing the External Web server components on Linux Standard 2 0 ...
Страница 698: ...698 Nortel Networks Symposium Web Center Portal Glossary Standard 2 0 ...
Страница 708: ...Reader Response Form Reader Response Form ...
Страница 709: ......