Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 66447

Re: Showing a box depending on which is selected in a checkbox

$
0
0

Also, your use of else in general is incorrect.

To place multiple commands in the same block use curly brackets, like this:

 

if (condition1) {

     command1;

     command2;

     command3;

} else if (condition2) {

     command4;

     command5;

} else {

     command6;
}


Viewing all articles
Browse latest Browse all 66447

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>