Re: Loading files...

2003-05-31 Thread Chad A Gard
On Thursday, May 29, 2003, at 05:15 PM, Nicholas Davey wrote: Where I have put the [file X] I want to include an external file (relative to my script) that I can manipulate seperate from the main script. For instance, file 1 would be a navigation bar, and file 2 would be each file I want to loa

Javascript and Perl Problem

2003-05-31 Thread Peter Fleck
I have some complex (at least to me) javascript on a perl-generated page that's not working correctly. The same javascript works fine on a static page. I should mention that some javascript is working on the dynamic page but it's not doing what it's supposed to do. Before I post any code, I'm

RE: Javascript and Perl Problem

2003-05-31 Thread Ken Lehman
One issue I ran into was using Here document without single quotes print

Weekly list FAQ posting

2003-05-31 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

RE: Javascript and Perl Problem

2003-05-31 Thread ted . weston
You have some code for us to view? .ted -Original Message- From: Peter Fleck [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 12:09 PM To: [EMAIL PROTECTED] Subject: Javascript and Perl Problem I have some complex (at least to me) javascript on a perl-generated page that's not work

Help creating HTML for immediate output, and more than once

2003-05-31 Thread Martin Lomas
Hi All, I hope someone here could help me ... I know Perl, HTML and Javascript quite well, but CGI not at all. I'm writing a simple file-upload Perl script. I have all the form and file handling stuff done. I want the script to write an HTML message to the user's browser before the upload begi

Re: Help creating HTML for immediate output, and more than once

2003-05-31 Thread Andrew Brosnan
On 5/30/03 at 2:13 PM, [EMAIL PROTECTED] (Martin Lomas) wrote: > Hi All, > > I hope someone here could help me ... I know Perl, HTML and > Javascript quite well, but CGI not at all. > > I'm writing a simple file-upload Perl script. I have all the form and > file handling stuff done. I want the s

Re: Help creating HTML for immediate output, and more than once

2003-05-31 Thread Randal L. Schwartz
> "Martin" == Martin Lomas <[EMAIL PROTECTED]> writes: Martin> I hope someone here could help me ... I know Perl, HTML and Martin> Javascript quite well, but CGI not at all. This question has also been asked (and answered) on the perl.beginners list. Not nice to repost it without saying that

Looking for form mail attachment script.

2003-05-31 Thread Sara
I am looking for a pre-written CGI Form script, which is capable of sending mails with attachment from my desktop etc. I have seen an example of this script sometimes back in the group. Any ideas? TIA, Sara.

Looking for form mail attachment script.

2003-05-31 Thread Sara
I am looking for a pre-written CGI Form script, which is capable of sending mails with attachment from my desktop etc. I have seen an example of this script sometimes back in the group. Any ideas? TIA, Sara.

checkbox

2003-05-31 Thread anthony
Hi, i have a question, i have 5 checkbox with the same names, but different values, now is it possible to get all the values that the user check, or does each box needs to have different time, it would be a lot better for me (programming wise) if all the box have the same name but can have differe

Multiple checkboxes

2003-05-31 Thread anthony
Hi, I thought i have posted the same topic here, but i don't see it anywhere. Anyhow, i have multiple checkboxes with the same name i,e now i'm using the module "use CGI qw(:standard)"; #!/usr/bin/perl use CGI qw(:standard); Now if someone checks the boxes one and three , or all three, I can'

Re: Looking for form mail attachment script.

2003-05-31 Thread zentara
On Wed, 28 May 2003 02:57:47 -0700, [EMAIL PROTECTED] (Sara) wrote: >I am looking for a pre-written CGI Form script, which is capable of sending mails >with attachment from my desktop etc. >I have seen an example of this script sometimes back in the group. >Any ideas? I think you need to be a li