Question about cgi forms (slightly OT)

2004-03-25 Thread mike
I am developing a cgi/DBI app which is nearly finished I have this one question The scenario I have a cgi generated form on a web-page, it consists of several records defined by a DB lookup. When I do Search in the web-browser, is there any way to get it to search the values in the fileds of

Re: Question about cgi forms (slightly OT)

2004-03-25 Thread WC -Sx- Jones
mike wrote: When I do Search in the web-browser, is there any way to get it to search the values in the fileds of the form? Currently all the values show up, but they dont seem to appear to be in scope for searching Show some code -- likely your logic is wrong -- if using CGI module then

Re: Question about cgi forms (slightly OT)

2004-03-25 Thread mike
On Thu, 2004-03-25 at 13:18, WC -Sx- Jones wrote: mike wrote: When I do Search in the web-browser, is there any way to get it to search the values in the fileds of the form? Currently all the values show up, but they dont seem to appear to be in scope for searching Show some

RE: Question about cgi forms (slightly OT)

2004-03-25 Thread Guay Jean-Sébastien
Hello, mike wrote: When I do Search in the web-browser, is there any way to get it to search the values in the fileds of the form? Currently all the values show up, but they dont seem to appear to be in scope for searching Show some code -- likely your logic is wrong -- if

Re: Question about cgi forms (slightly OT)

2004-03-25 Thread WC -Sx- Jones
mike wrote: This results in a html page of forms which is populated, I can tab through the fields, edit etc, but if I do a control F for instance, the values in the fields are not found. What I would like is for users to be able to search for a value and then go tothat record I was afraid that