Wednesday, August 26, 2009

Cursor Focus Select

function CursorFocusSelect(object)

{

setTimeout("document.getElementById('"+object.id+"').focus();",1);

setTimeout("document.getElementById('"+object.id+"').select();",1);

//alert(object.name);

//alert(object.id)

//object.focus();

//object.select();

//document.form1.txtPhone.focus();

//form1.document.getElementById(object.id).focus();

//document.getElementById(object.id).focus();

}

No comments:

Post a Comment