Page loading stalls under Netscape 4.72 for Linux

2001-06-09 Thread Gary Nielson
Hi, I am noticing -- so far only under Netscape 4.72 for Linux -- that pages I have running under epocgi.pl do not fully load. They stall out at about 99% loading and I have to hit the Stop button to stop the load process. The page never completely loads, with a "Transfer Interrupted!" statement

Problem getting a javascript to load

2001-06-09 Thread Gary Nielson
Hi, I am having difficulty getting a javascript to load using Embperl-1.3.2 under Redhat 5.2 and perl 5.004_04, loading pages through epocgi.pl. At the bottom of base.epl, I place this: which calls a javascript file which calls several other files: HM_Arrays.js HM_ScriptDOM.js HM_ScriptIE4.

DBIx::Recordset::DBSeq

2001-06-09 Thread Jochen Lillich
Hi, I'd like to use DBIx::Recordset::DBSeq for the sequencing of generic primary keys in a PostgreSQL (Pg) database. But I encountered two problems: 1. DBSeq uses "LOCK TABLE xy WRITE" to get a write lock. With Pg, this doesn't work, because the SQL command has another syntax there -- Pg d

The Request Record

2001-06-09 Thread David Lloyd
How "secure" is the request record which is shunted around various parts of EmbperlObject? Obviously you would still encrypt any sensitive data which you'd added to it, but I'd surmise that it's possibly a little more secure than using hidden form fields. (Because anyone can just view the source