Difference between revisions of "Sandbox"

From Organic Design wiki
m
 
(268 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<html>
+
{{video|odysee|ukraine-crisis-what-you-re-not-being/9af844f8248198fa22ae472d7002423e3389a3ec|300|right}}
<script type="text/javascript">
 
function submitOnEnter(field,e) {
 
var key;
 
if(window.event) key = window.event.keyCode;
 
else if(e) key = e.which;
 
else return true;
 
if (key == 13) {
 
field.form.submit();
 
return false;
 
} else return true;
 
}
 
</script>
 
<form>
 
<select onkeypress="return submitOnEnter(this,event)">
 
<option>AAA</option>
 
<option>BBB</option>
 
<option>CCC</option>
 
</select>
 
 
 
<input type="submit" value="submit" />
 
</form>
 
</html>
 

Latest revision as of 13:50, 17 February 2023