JScript  

'default' can only appear once in a 'switch' statement

[This is preliminary documentation and subject to change]

You attempted to use the default statement more than once within a switch statement. The default case is always the last case statement in a switch statement (it is the fall-through case).

To correct this error

See Also

Switch | Controlling Program Flow | JScript Reserved Keywords