On Monday, April 29, 2002, at 12:46 , ray wrote: [..] > here are the hidden fields that get their values once the &parseform sub > is > done.. > > print "<input type=\"hidden\" name=\"name\" value\"$nameHead\">"; > print "<input type=\"hidden\" name=\"file\" value\"$filename\">"; > print "<input type=\"hidden\" name=\"artists\" value\"$Artist\">"; > > > print "</head><body bgcolor=ffffff>"; > print "<form method=\"GET\" action=\"song_admin.cgi\" > name=\"delLink\">\n"; wouldn't you rather have this as a POST [..] hence not trying to set up the really long URI schema??? ciao drieux ---Thread Previous