Small, simple change - use GET instead of POST to allow results to be easily bookmarkable.
http://cfcunit.gruden.int/index.cfm?event=runTest&testClassName=kempstrang.model.tests.AllTests&runnerType=HTML
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">
Log in to post a comment.
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">