in reply to Re: get parameter from html page
in thread get parameter from html page

Do not do this!

The proper, secure, standards-compliant way to retrieve HTML form parameters is to use the CGI module.

As for the OP, try the following: