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