)";
whichEl.clip = tempStr;
}
if (gecko) {
whichEl.style.visibility = "visible";
} else {
whichEl.visibility = "visible";
}
}
-Original Message-
From: Peter Fleck [mailto:[EMAIL PROTECTED]
Sent: Friday, May
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
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'
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
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
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
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
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