Re: File Transfer / Client-side Perlscript / How?

2001-06-19 Thread $Bill Luebkert
Carl Campbell wrote: > > I'm working on an web-based project and I'm facing a challenging situation. > > I have been asked to come up with a way to transfer a bunch of files, > located in a certain folder of our client's workstations, to our FTP server, > so we can process them at the end of the

File Transfer / Client-side Perlscript / How?

2001-06-19 Thread Carl Campbell
I'm working on an web-based project and I'm facing a challenging situation. I have been asked to come up with a way to transfer a bunch of files, located in a certain folder of our client's workstations, to our FTP server, so we can process them at the end of the business cycle. The trick here i

RE: Regular expression question

2001-06-19 Thread Lee Goddard
how about   $file =~ s|\Qtop.location.href|//|sg; I want to replace "top.location.href" with "//" using regular expression, any clues?   eg string: if I find "top.location.href anywhere in .htm file then it should be replced by "//"   "if

Re: regex question...

2001-06-19 Thread Andy McKay
There is a recipe on matching ip addresses in the Rx Cookbook, that suggests using Damian Conway's Regexp::Common. http://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/59809 Cheers. -- Andy McKay. - Original Message - From: "Richard A. Evans" <[EMAIL PROTECTED]> To: "Perl-Win32 (E-mai

RE: Non-editable field?

2001-06-19 Thread Lee Goddard
Using javascript is more likely to be successful than using a TEXTAREA attribute: onBlur="thiselement.value=''" sorta thing. http://devedge.netscape.com -> manuals hth lee > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Huynh, Andy > Sent: 19 J

RE: Non-editable field?

2001-06-19 Thread James Coyle
how bout: $page =~ s/textarea/p/ig; $page =~ s/\/textarea/\/p/ig; You can use the 'disabled' attribute but that will not work in all browsers. You could try using javascript but that doesn't work if users have it disabled. If you want the functionality of a non-editable area, you should not be

Non-editable field?

2001-06-19 Thread Huynh, Andy
Hello all! I wonder that can I set non-editable for a textarea? thanks for your help and your time. Andy Quang Huynh Canon Information System [EMAIL PROTECTED] (949) 856-7159 ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveSta

RE: Permissions for opening files

2001-06-19 Thread scott [gts]
both approaches are what i'd suggest also... but a word of warning, make sure that you dont set restrictive permissions on any directories that your webserver needs. i set my personal drive at work to have only me as the owner, so when apache tried to start up as a service, it didnt have proper