Reg problem in using hhctrl.ocx in IE 6.0v
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
HI 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