...
HideElements | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
HTML |
---|
HTML |
---|
<script type="text/javascript">
AJS.toInit(function(){
if (AJS.params.remoteUser == ''){
window.location.href = '/display/IH/Guest+Home+Page';
} else {
window.location.href = '/display/IH/Authenticated+Home+Page';
}
});
</script> |