Thanks for the help it solved the problem.

Message: 8
Date: Mon, 10 Jan 2005 16:05:59 -0800
From: "Patric Michael" <[EMAIL PROTECTED]>
Subject: Re: [Tutor] CGI problem
To: tutor@python.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII

Hi David...

You need to explicitly name your form element to
"inputkey" to make 
your current code work correctly. ( Based on what you
have shown 
below.)

Or, to make the code correct, change "inputkey" to
"language".

Remember that the name in each form element becomes
the key in the 
key/value pairs sent via POST or GET. 

Patric


        
        
                
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to