Python CGI programming

seung-won hwang shwang5 at students.uiuc.edu
Thu Feb 1 15:27:49 EST 2001


Hello, I tried a python CGI programming example in 'learning python'
and the msg as follows says that the address is incorrect though
I specified the address of .py file correctly. Any help would be
greatly appreciated. Thanks! (I attached my .html file just in case,
after the error mesg)


---
The page cannot be displayed 
The page you are looking for cannot be displayed because the address is
incorrect.  

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, check that it is entered
correctly.

Open the www-sal.cs.uiuc.edu home page and then look for links to the
information you want. 
Click  Search to look for information on the Internet. 



HTTP 405 - Resource not allowed
Internet Explorer  

--
<FORM METHOD=POST
ACTION="http://www-sal.cs.uiuc.edu/~shwang5/feedback.py">
<UL><I>Please fill out the entire form:</I></UL>
<CENTER><TABLE WIDTH="100%" >
<TR><TD ALIGN=RIGHT WIDTH="20%">Name:</TD>
    <TD><INPUT TYPE=text NAME=name SIZE=50 VALUE=""></TD></TR>
<TR><TD ALIGN=RIGHT>Email Address:</TD>
    <TD><INPUT TYPE=text NAME=email SIZE=50 VALUE=""></TD></TR>
<TR><TD ALIGN=RIGHT>Mailing Address:</TD>
    <TD><INPUT TYPE=text NAME=address SIZE=50 VALUE=""></TD></TR>
<TR><TD ALIGN=RIGHT>Type of Message:</TD>
<TD><INPUT TYPE=radio NAME=type CHECKED VALUE=comment>comment 
    <INPUT TYPE=radio NAME=type VALUE=complaint>complaint</TD></TR>
<TR><TD ALIGN=RIGHT VALIGN=TOP>Enter the text in here:</TD>
    <TD><TEXTAREA NAME=text ROWS=5, COLS=50 VALUE="">
        </TEXTAREA></TD></TR>
<TR><TD></TD>
<TD><INPUT type=submit name=send value="Send the feedback!"></TD></TR>
</TABLE></CENTER>
</FORM>




More information about the Python-list mailing list