Novell ACCESS MANAGER 3.1 SP1 - IDENTITY SERVER Manual page 300

Identity server guide
Table of Contents

Advertisement

function onloadhandler()
{
}
function showhideTab(divid)
{
}
function subtabchange(divid)
{
}
function showHelp()
{
"toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=ye
s,width=500,height=500");
300 Novell Access Manager 3.1 SP1 Identity Server Guide
g_cardContainer = document.getElementById("cardcontainer");
g_curSubtab
= document.getElementById("loginsubtab");
g_curTab
= document.getElementById("authtab");
g_curCard
= document.getElementById("selectedCard0");
var element1 = document.getElementById(divid);
if(element1.style.display == "none")
{
element1.style.display = "block";
g_curTab.style.display = "none";
g_curTab = element1;
}
var element1 = document.getElementById(divid);
var element2 = g_curSubtab;
element1.className = "selx";
if (element1.id != element2.id)
{
element2.className = "unselx";
}
g_curSubtab = element1;
var helpURL = "login.html";
if (g_curSubtab.id == "fedsubtab")
helpURL = "<%=handler.getHelp("federations.html")%>";
else if (g_curSubtab.id == "myprofile")
helpURL = "<%=handler.getHelp("myprofile.html")%>";
else if (g_curSubtab.id == "sharing")
helpURL = "<%=handler.getHelp("sharing.html")%>";
else if (g_curSubtab.id == "loginsubtab")
helpURL = "<%=handler.getHelp("userlogin.html")%>";
else if (g_curSubtab.id == "newcardsubtab")
helpURL = "<%=handler.getHelp("newcard.html")%>";
else if (g_curSubtab.id == "logTicketsubtab")
helpURL = "<%=handler.getHelp("logticket.html")%>";
var w;
w = window.open(helpURL, "nidsPopupHelp",

Advertisement

Table of Contents
loading

This manual is also suitable for:

Access manager 3.1 sp1

Table of Contents