focus on select

git-svn-id: file:///svn/phpbb/trunk@2199 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-02-20 02:48:49 +00:00
parent b58fca84e6
commit b7a60afbab

View file

@ -4,6 +4,7 @@
function refresh_username(selected_username)
{
opener.document.forms['post'].username.value = selected_username;
opener.focus();
}
//-->
</script>