This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Function in JScript
<% //This is an example of a function. function calcMortgageRate() { statement1statement2 } %>