Hello! QdlatY wrote: > > Hello! > > I need to pass index parameter to script executed by post method (via > form) > > I tried to use following code: > > <form action="newpost.cgi?index=1" method="post"> > > But this won't work > (fieldstorage doesn't have "index" property) Ok. Thanks. Solution is to create input with "hidden" type and "index name. Yours QdlatY