How to show a notification
You can show a notification in your app using the
MessageBox included in the tools for Windows Phone 7. You need to call from your Javascript the next function:
window.external.Notify("ShowNotification(yourMessage)");
Replacing
yourMessage with your string.