syntax error: invalid default XML namespace
hi,
i receiving syntax error default value in switch function. error receiving "invalid default xml namespace 60 @ line 61"
these variables:
var v = this.getfield("1").value;
var x = this.getfield("2").value;
var y = this.getfield("3").value;
this line:
default:
app.alert("must select");
break;
}
all want default value hide var x & y or have app alert saying client needs complete part if var v = no
very new switch functions apologize if rookie mistake.
the source of problem in code didn't show.
More discussions in JavaScript
adobe
Comments
Post a Comment