Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Set focus resetting while in update panel and ajax modalpopup
Re: Set focus resetting while in update panel and ajax modalpopup
08-31-2009, 4:42 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Set focus resetting while in update panel and ajax modalpopup
Reply
Quote
Hi,
Try this way:
<script type=
"text/javascript"
>
function
CuteEditor_OnInitialized(editor)
{
var
txt=document.getElementById(
'<%= txtName.ClientID%>'
);
txt.focus();
}
</script>
Regards,
ken
View Complete Thread