Re: Sessions with Postgres

2001-07-24 Thread Gerald Richter
Hi, > > here are first my comments: > > - it's a little bit confusing how many things I need to specify when > installing Apache::SessionX, I'm not sury whether I need any File stuff > etc - I mean I know I'm going to use Postgres, but new users will > probably need a bit more explanations in th

Re: forms autofill with javascript

2001-07-24 Thread Gerald Richter
> I have a problem with Embperl 1.3.1, with the following code: > > onKeyDown="if (this.value.length > 110) this.value = > this.value.substring(0, 110);" > onKeyUp="if (this.value.length > 110) this.value = this.value.substring(0, > 110);" > > > > > > The first textarea does not autofill, and th

Re: optStripCR

2001-07-24 Thread Gerald Richter
Ilia, sorry I forget to answer this... > > wrapping the endforeach up one line is not an option for me. The example I > gave is a simple one. Imagine many embperl constructs all on one line. > ...but you can always put your line breaks inside the [ ] blocks, e.g. (not all one line): [+ sprint

forms autofill with javascript

2001-07-24 Thread Jack Cushman
I have a problem with Embperl 1.3.1, with the following code: The first textarea does not autofill, and the second one does. Is this a bug? Has it been fixed in a later version? Thanks, --Jack Cushman - To unsubscribe, e-m