Thanks to tobyodavies for guiding the way.
To achieve an alert message based on the mobile device's orientation you need to implement the following script within the function setHeight() {
if(window.innerHeight > window.innerWidth){
alert("Please view in landscape");
}