Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<script>
try {
selectElem.QueryInterface(Ci.nsISelectElement);
selectElem.getOptionIndex(null, 0, true);
} catch (e) {
}
</script>
<!DOCTYPE html>
<script>
try {
selectElem.QueryInterface(Ci.nsISelectElement);
selectElem.getOptionIndex(null, 0, true);
} catch (e) {
}
</script>