chash sucks.

This commit is contained in:
Paul S. Ferrell 2009-10-06 14:16:47 -06:00
parent b840cb03f6
commit 5dc4055f3c
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ if (fields.has_key('num')):
''' % int(fields['num'].value)
print '''
<form method="get" action="two.py">
<form method="get" action="2.cgi">
Enter an integer: <input name="num" type="text" size="10" />
</form>
</div>

View File

@ -47,7 +47,7 @@ else:
<h2>SALE: %s</h2>
<p>Use the order form below to place an order.</p>
<form method="get" action="3.py">
<form method="get" action="3.cgi">
How many would you like?
<select name="quantity">
<option value="12">12</option>

View File

@ -50,7 +50,7 @@ else:
<h2>SALE: %s</h2>
<p>Use the order form below to place an order.</p>
<form method="post" action="4.py">
<form method="post" action="4.cgi">
How many would you like?
<select name="quantity">
<option value="12">12</option>