
<script>
// — On “Page load” bring the _QUESTION field into focus ———————
$(document).ready( function () {
$(“#_QUESTION”).focus();
});

<script>
// — On “Page load” bring the _QUESTION field into focus ———————
$(document).ready( function () {
$(“#_QUESTION”).focus();
});
You must be logged in to post a comment.