Displaying NHL Division Standings

This webpage allows you to view the standings of a division from the NHL.

Choose the division you wish to see.


A data file has the following format: the first line contains the names of the columns in the data file. Each remaining line contains tab-separated information about a single team, e.g.,

#Name    GP  W  L  OTL
Boston   14  8  3  3
Buffalo  14  8  3  3
Montreal 12  8  2  2
Toronto  15  6  5  4
Ottawa   14  6  6  2

The script called from the form above will calculate the number of points each team has.


© 2008 DFStermole
Created 9 Nov 2009
Last Modified 9 Nov 2008