Re: Print Text

2002-04-12 Thread Michael Kelly
On 4/11/02 1:35 PM, Christopher Veilleux <[EMAIL PROTECTED]> wrote: Hi Chris, > I have a web page that has a multiline textbox. > > I would like to have the client be able to print only what is in the text > box. > > How can I do that? The first way that comes to mind is having a button on th

RE: Source for comparative analysis

2002-04-12 Thread David Gray
> a) php AFAIK, overly simplified, PHP is non-M$ ASP. > b) java servlets - with say tomcat My only experience with servlets and JSP is that they are extremely annoying to use in production because any changes made to content require the entire server to be restarted... On the other

Source for comparative analysis

2002-04-12 Thread drieux
volks, I am new to implementing perl CGI, and I am reading up on the mod_perl as well as the Apache Module book... What I would be interested in understanding are performance/maintenance issues of staying in this path as opposed to a) php b) java servlets - with say tomcat

Re: Preview data

2002-04-12 Thread Kris G Findlay
exellent Jenda .. thats spot on. exactly what i was looking for. thanx to you all for your help it was much apreciated - Kris G Findlay http://www.knight-shift.com - Original Message - From: "Jenda Krynicky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, A

Password protecting a folder?

2002-04-12 Thread octavian Rasnita
Hi all, Is it possible to password protect a folder in Windows 2k/Apache 1.33? If yes, could you give me some hints? I would like to create a username/password. Thank you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Windows 98 - PWS and Perl

2002-04-12 Thread Kamali Muthukrishnan
Thanks a bunch, I am a little confused still. Where will I find the properties of PWS ? I can go to C:\Inetpub and right click to go to properties. But there is not any "Advanced" there - just 3 tabs - General, Sharing and web sharing. I have tried to change stuff in these tabs and it has no

RE: Preview data

2002-04-12 Thread Nikola Janceski
again.. you should have used the CGI module... it would have no problems with that. #!perl use strict; use warnings; use CGI qw(:standard); print header(); if(param()){ print param('crap'), p(); } else { print start_form(); my $crap = 'here is a quote "

Re: Preview data

2002-04-12 Thread Kris G Findlay
ok exact problem !! Example data inputed via form : 'here is a quote "this Quote".' # which is passes to variable $document if i use hidden fields in a html form to store these variables while the page displays a preview eg print "" the html page returned displays corectly and all data is i

Preview data

2002-04-12 Thread Kris G Findlay
i'm writing a script that takes data submited by a form and adds it to a mysql database but i would like to be able to preview the data as it is to be displayed before final submission to database. i have tried using hidden form fields within a prieview page but have a problem of these fields

Print Text

2002-04-12 Thread Christopher Veilleux
I have a web page that has a multiline textbox. I would like to have the client be able to print only what is in the text box. How can I do that? Chris -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Windows 98 - PWS and Perl

2002-04-12 Thread Josue Garayua
Hi: You need to allow your cgi folder to be executed. Again go to the properties of PWS. Go to the Advanced section and click in your cgi folder (if you don't have this folder create one). With this selected, click "Edit Properties" and see the Access to this folder. This should be Execute & Scri