ASP Autofill RFC [WAS Re: Sticky forms for Apache::ASP]

2000-08-24 Thread Joshua Chamas
Paul Lindner wrote: Hi, We've worked out a solution to get sticky form fields inside Apache::ASP We use HTML::FillinForm and a custom tag to get the desired behaviour. Put this is in global.asa: I have thought about integrating this form autofill functionality into Apache::ASP with

Sticky forms for Apache::ASP

2000-08-16 Thread Paul Lindner
Hi, We've worked out a solution to get sticky form fields inside Apache::ASP We use HTML::FillinForm and a custom tag to get the desired behaviour. Put this is in global.asa: sub fillin { my $args = shift; my $html = shift; my $fif = new HTML::FillInForm; my $output = $fif-fill(