Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 15:52
On Wednesday 06 Aug 2003 3:55 pm, Dan Norcott wrote:
> > > /* Set up boolian variables to record the browser type */
>
> > Why booleans?
> So he can do specific stuff maybe? If ie6 then do this, if eskimo2 the=
n do
> that, etc.
Yes, but why Booleans? Booleans are for *independent* yes / no things.
You can't be both IE6 and Eskimo2 simultaneously, can you?