>> No wonder Alexei V. Barantsev on Jul 8 said that,

AVB] Playing with CGI I have found that real behaviour of start_form
AVB] without parameters does not correspond to documentation.
AVB] 
AVB] >From the documentation:
AVB] 
AVB] The defaults are:
AVB]     method: POST
AVB]     action: this script
AVB]     enctype: application/x-www-form-urlencoded
AVB] 
AVB] >From the source code of startform:
AVB] 
AVB]     $method = $method || 'POST';
AVB]     $enctype = $enctype || &URL_ENCODED;
AVB]     $action = $action ? qq/ACTION="$action"/ : $method eq 'GET' ?
AVB]    'ACTION="'.$self->script_name.'"' : '';

Yes, it's empty. And when it is, according to HTML spec,
the default ACTION will be "this script".  So the doc is
just fine.


san
-- 
trabasLabs * [EMAIL PROTECTED] * http://www.trabas.com
Zero Point * [EMAIL PROTECTED] * http://www.zp.f2s.com
------------------------------------------------------
We are all alone....  --The X-Files

Reply via email to