Re: Switch() Statement Not Working
- From: "Evertjan." <exjxw.hannivoort@xxxxxxxxxxxx>
- Date: 31 Jan 2006 19:15:24 GMT
Evertjan. wrote on 31 jan 2006 in comp.lang.javascript:
> wrote on 31 jan 2006 in comp.lang.javascript:
>
>> switch(b)
>> {
>> Case >=1.25 && <=1.30:
>> this.form.dlnt.value=.01;
>>
>
> It is all in the name:
>
> case is lowercase!
>
and give me a break:
you will have to use break;
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
.
- References:
- Switch() Statement Not Working
- From: rdavis7408
- Re: Switch() Statement Not Working
- From: Evertjan.
- Switch() Statement Not Working
- Prev by Date: Re: Animated "Loading..Please Wait" Popup
- Next by Date: Re: using setTimeout when using prototype
- Previous by thread: Re: Switch() Statement Not Working
- Next by thread: Re: Switch() Statement Not Working
- Index(es):
Relevant Pages
|