mark stanton - 2005-01-11

Logged In: YES
user_id=328185

Sorry - I should mention one further thing. The only thing
that needs to change here is around line 25 of
classSelection.cfm:

<form action="index.cfm?event=runTest" method="post"
enctype="application/x-www-form-urlencoded">

...becomes...

<form action="index.cfm" method="GET">

<input type="hidden" name="event" value="runTest">