Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- onEvent("age_dropdown", "click", function(event) {
- if (getNumber("age_dropdown")>= 13) {
- setText("result_label", "You are old enuf");
- } else {
- setText("result_label", "You are not old enough, scram!");
- }
- });
Add Comment
Please, Sign In to add comment