Hi Daved,
One option is to use a basic javascript call
alert(‘your alert’);
but a lot of people do not like how they display. Another (maybe better) option, depending on what and how you are trying to notify the user of, is the PhoneGap/Cordova API, they have alerts, confirm, prompts, as well as some sample code.
http://docs.phonegap.com/en/2.9.0/cordova_notification_notification.md.html#Notification