_option("FullReceived").selected
the above code is just a partial. here are some examples of implementations:
assuming that it IS selected, i.e. expecting a "true" value to be returned:
_assert(_option("FullReceived").selected);
and if/else test:
if(_option("FullReceived").selected) {
...
} else {
...
}
IT, computer and programming tutorials and tips that i couldnt find anywhere else using google, from my daily work as a Senior Developer of solutions using Java and Linux.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment