Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<SELECT name="lstOp">
<OPTION value="987!654!321!0">All</OPTION>
<!--- The above is something very unlikely to be in the
list, that's while we'll use it --->
<OPTION value="alcin">Alcin</OPTION>
<OPTION value="batin">Batin</OPTION>
</SELECT>
<CFIF form.lstOp is not "987!654!321!0">
</CFIF>