RE: Hidden field on a form in perl

2003-11-21 Thread Hanson, Rob
I'll see if I can explain it gently as you seem to be a gov't worker ;) There is no "perl" translation... you just aren't thinking about it in a web-app type of way. The sequence would look like this... 1. display page "A" to user 2. user submits page "A" with hidden form field 3. perl script pr

Hidden field on a form in perl

2003-11-21 Thread Derrick_Ballentine
I was wondering if anyone knows how to hide a field in a form so that it can be passed on to other forms, mainly for version number and some other information that i wish the user not to see and/or change. I know in HTML i could simply yet I've looked through the manpages and a few books and c

Re: msql + cgi form parse error

2003-11-21 Thread Wiggins d Anconia
> If someone could point me in the right direction... > I have a form on a system I am maintaining that works fine most of the > time, but sporadically spits out an error. Users hit the back button, > only to find that the data they had filled in is no longer in the form > (but sometimes it st

msql + cgi form parse error

2003-11-21 Thread Chris Cosner
If someone could point me in the right direction... I have a form on a system I am maintaining that works fine most of the time, but sporadically spits out an error. Users hit the back button, only to find that the data they had filled in is no longer in the form (but sometimes it stays). The sy