Sometimes we used to get requirements where we wants to move items from a multiple select box (list box) to another list box in the right and vice versa. Something like the picture below.
Tag Archives: input
Automatically Putting the Cursor in a Field
Automatically Putting the Cursor in a Field [ad code=1] <script type=”text/javascript”> document.forms.loginForm.kt_login_user.focus() </script>