﻿
/****************************************************************************************
 * eo.web.js: 
 * common functions to support essential objects web controls.
 *
 * This module includes the following functions:
 * 
 * on_button_clicked(): event handler for the message box 'on click' button events. 
 *
 ****************************************************************************************/
 

/*  
 * - description -
 * 
 * - history -
 * 7/15/10 - created (pjl)
 */

function user_name_focus(msgBox, buttonIndex)
{	
	document.getElementById('<%=UserName.ClientID%>').focus()
}