If you need assistance with this self assessment, please contact Healthy Diverse Populations at 943-0205 or diversity.services@albertahealthservices.ca.
| Register: | First time users must register to have access |
| Login: | |
| Forgot Password: | |
//Import the js file */ var nav4 = window.Event ? true : false; function processkeypress(e){ if (nav4){ var whichCode = e.which; } else { var whichCode = event.keyCode; } if (whichCode == 13){ if (document.captureEnter){ eval(document.captureEnter); } } } function enableCapture(){ if (window.Event) { document.captureEvents(Event.KEYDOWN) //if Navigator 4.X } document.onkeydown = processkeypress; } function disableCapture(){ if (window.Event) { document.releaseEvents(Event.KEYDOWN) //if Navigator 4.X } document.onkeydown = ''; } enableCapture(); // end hiding -->
If you need assistance with this self assessment, please contact Healthy Diverse Populations at 943-0205 or diversity.services@albertahealthservices.ca.
| Register: | First time users must register to have access |
| Login: | |
| Forgot Password: | |