RE: Javascript and Perl Problem

2003-06-01 Thread Peter Fleck
)"; whichEl.clip = tempStr; } if (gecko) { whichEl.style.visibility = "visible"; } else { whichEl.visibility = "visible"; } } -Original Message- From: Peter Fleck [mailto:[EMAIL PROTECTED] Sent: Friday, May

Re: Javascript and Perl Problem

2003-06-01 Thread drieux
On Friday, May 30, 2003, at 10:09 US/Pacific, Peter Fleck wrote: [..] I just finished optimizing the javascript for display on multiple browsers and it's working fine for static pages. [..] I forget who mentioned it, but making sure that your 'hearTo' documents are appropriately single quoted is

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'

RE: Javascript and Perl Problem

2003-05-31 Thread Ken Lehman
One issue I ran into was using Here document without single quotes print <mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 1: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 working c

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: Perl problem:(

2003-02-14 Thread Wiggins d'Anconia
t wrote: Hello all:) You have been greaet helps to me in the past, and im hoping you can help now:) A friend of mine is in a class learning perl and her script keeps getting an error that there is a bracket missing on line 190. When i looked at it, all i could see was the nested statement problem

RE: Perl problem:(

2003-02-14 Thread Greg Smith
gt; From: t [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 4:05 PM > To: [EMAIL PROTECTED] > Subject: Perl problem:( > > > Hello all:) > > You have been greaet helps to me in the past, and im hoping you > can help now:) A friend of mine is > in a class le

Perl problem:(

2003-02-14 Thread t
Hello all:) You have been greaet helps to me in the past, and im hoping you can help now:) A friend of mine is in a class learning perl and her script keeps getting an error that there is a bracket missing on line 190. When i looked at it, all i could see was the nested statement problem i had