hi techies
i am using html inputbox , which is inside update panel i need the cursor to be set focused on that inputbox once the page is loaded so i called a function as follows
< body onload="javascript:document.Default.UserInputTextBox.focus();" >
but i getting the following Javascript error,
Microsoft JScript runtime error: 'document.Default.UserInputTextBox' is null or not an object
please help on this