ASP Best Practices

Previous Topic Next Topic

Function in JScript
<% 
  //This is an example of a function.

  function calcMortgageRate() 
    { 
      statement1 
      statement2 
    }
%>

© 1997-1999 Microsoft Corporation. All rights reserved.