Share via


ASP Best Practices

Next Topic

Function in JScript

<% 
  //This is an example of a function.

  function calcMortgageRate() 
    { 
      
statement1statement2
 
    }
%>