This was inspired by a post over on the forum.
This is for Server 2012 R2 and 2016.
Full customisation wrap here.
The code you add to onload.js would be something like:
if ( document.getElementById("hrdArea") ) {
window.alert("Some message");
}
This would only pop-up on the HRD screen.
This is a JavaScript Alert.
A Confirm would let the user enter "OK" or "Cancel". (What would the point be?).
A Prompt would let the user enter a value but you wouldn't be able to use it other than maybe further customising the screen.
Note: Use at own risk.
Enjoy!
No comments:
Post a Comment