[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

checkbox focus in asp.net webform

radhakrishnan

2/9/2004 11:08:00 AM

Hello All,

I have a textbox and a checkbox in a webform. code is
written in javascript to set focus when enter key is pressed.

when focus is set to checkbox(it is not visiable whether focus is set or
not.But if the user press space bar the checkbox get selected and
deselected). In Textbox no problem because once the focus is set to textbox
the cursor blinks in the textbox.

How to do it?