Author: chrisz
Date: Sun Jan 25 08:55:24 2009
New Revision: 7768
Modified:
Webware/trunk/WebKit/Examples/Error.py
Log:
Better use post method in form.
Modified: Webware/trunk/WebKit/Examples/Error.py
==============================================================================
--- Webware/trunk/WebKit/Examples/Error.py (original)
+++ Webware/trunk/WebKit/Examples/Error.py Sun Jan 25 08:55:24 2009
@@ -19,7 +19,7 @@
self.writeln('<p>About to raise an error...</p>')
raise error
self.writeln('''<h1>Error Test</h1>
-<form action="Error">
+<form action="Error" method="post">
<p><select name="error" size="1">
<option selected>StandardError</option>
<option>SystemError</option>
|