Re: Hidden fields and Perl

2002-04-29 Thread drieux
On Monday, April 29, 2002, at 12:46 , ray wrote: Sorry about the original response - typed at what I thought was an idea - should have read your code in more depth... > print " name=\"delLink\">\n"; I assume that song_admin.cgi is suppose to catch them > print ""; > print ""; > > > print

Re: Hidden fields and Perl

2002-04-29 Thread drieux
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 ""; > print ""; > print ""; > > > print ""; > print " name=\"delLink\">\n"; wouldn't you rather have this as a POST [..] hence not trying to

Hidden fields and Perl

2002-04-29 Thread ray
What I am trying to do is develop a manager for albums and songlist. I have gotten most of it done. However, here I am having problems with Perl keeping the values set via a form hidden field. -- this is how the link looks when the script is called.. song_admin.cgi?name=Test&file=Test.txt&artis