This is control looks like drop down box.And on focus of this i need to show one px of border.I can able to achive this effect on mouse over of this control but not on tab click
praveenn
Posts
-
Reg focus problem in user control -
Reg focus problem in user control:)I have user control, which has been developed using ASCX page. I have used one tag and some table tags inside the tag (I am not using any HTML input controls.) And I have registered above user control in test page where I have HTML input controls along with this. And the controls order goes like this textbox, usercontrol,select box…etc My question is: Is it possible to get the focus to this user control using tab key in the keyboard like focus on button or image? and is it possible to get onBlur,onFocus events for this user control? Thanks Praveen
-
Reg problem in using hhctrl.ocx in IE 6.0vHI Iam using hhctrl.ocx control to close the main window and opens the another window the code is follows like this : function openwin() { splashWin = window.open("Login.aspx" , "LogonOn", "resizable=no,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,width=326,height=210") window.focus(); closes.Click() } function shutdown(){ window.focus(); closes.Click(); } this above code works perfectly with IE 5.5v ,but the same is not working with IE 6.0.The error that iam receiving is "This operation can only function within HTML help" Do i need to install any latest version of hhctrl.ocx control,which might solve this problem? any suggestions please? Thx Praveen Praveen Chennai