Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<script type="text/javascript">

AJS.toInit(function(){
	if (AJS.params.remoteUser == ''){
		 window.location.href = '/display/IH/AuthenticatedGuest+Home+Page';      
	} else {
		window.location.href = '/display/IH/Authenticated+Home+Page';      
	}
});
</script>