From 0f7314ea019a42e202346fc429330f1e8dfa9b7d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 30 May 2005 08:13:34 +0000 Subject: r7093: - added a new Form() ejs object for producing simple forms. - tidied up the html generation a bit (This used to be commit ddccf6d2f5c4757111010e3116b41e379a7dc2dd) --- swat/esptest/exception.esp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'swat/esptest/exception.esp') diff --git a/swat/esptest/exception.esp b/swat/esptest/exception.esp index abea890d98..cfd0f312fa 100644 --- a/swat/esptest/exception.esp +++ b/swat/esptest/exception.esp @@ -5,16 +5,10 @@
-
<% if (request['REQUEST_METHOD'] == "POST") { - /* if they cancelled then take them back to the list of tests */ - if (form['submit'] == "Cancel") { - redirect("/"); - } - function TestFunction(arg1, arg2) { return "OK"; } -- cgit