How to set address for WebSession ErrorDialog

The language reference page on WebSession talks about localizable strings for the ErrorDialog but does not explain how to change the default values, It also does not mention setting an address for the message if the user clicks the Send button. Where does the message go?

The localizable strings should already be in your App class, and the error goes to the Session.JavascriptError event.

Thank you Greg