Skip to content

All Courses Listing ​

You can place a link on your website that shows all current courses in a list:

<a href="/ShowSchedule.awp?&Group=:FULL&Title=All+Courses">All Courses</a>

You can also specify the sort order of the listing by adding the Order statement to the href attribute. E.g. to sort by begin date in the above example, enter Order=3 in the url (Begins is the 3rd column in the list):

<a href="/ShowSchedule.awp?&Mode=GROUP&Group=:FULL&Title=All+Courses+by+Date&Order=3">All Courses by Date</a>