Hi,
i have four textbox and one button. when i enter the enter key in textbox it focus to button click .i have use this code
{
document.getElementById(loginbutton).click();
}
it is work in ie but not in ff and chrome.