HID ActivID Web Soft Token and Citrix XenApp User Manual

Page 8

Advertising
background image

ActivIdentity Web Soft Token Option for Citrix® XenApp™ | Integration Handbook

P 8

External Use | May 31, 2012 | © 2012 ActivIdentity

var temp = document.getElementById("AITokenArea").style.visibility;

return temp;

}

function AIhideToken(){

document.getElementById("AITokenArea").style.visibility = "hidden";

}

function AIshowToken(){

document.getElementById("AITokenArea").style.visibility = "visible";

}

function AIloadToken(){

var current = AIgetStyle();

if( current == "hidden" ) {

AIshowToken();

current = AIgetStyle();

}

if(navigator.appName=="Microsoft Internet Explorer"){

AIloadWebSoftTokenIE();

}else{

AIloadWebSoftTokenNoIE();

}

if( current == "hidden" ){

AIshowToken();

}

AIcheckApplet();

}

function AIcheckApplet() {

nAICounter=0;

Advertising