posted 17 years ago
Hi,
The scenario is like this..
I have quote and company profile as two HTML tabs
In the left frame say iam entering quote symbol in the textbox.
If I am in quote tab and hit enter the right frame opens with the quote.
I also use symbolbox.select() to have the box highlighted, so that user can type quote without using mouse and tab. This works fine since the focus and highlight remains in the symbol box.
The problem is with company profile tab, when I enter a symbol and enter, the right side frame opens with a company profile. But in this page, there is a onload which will focus to the first hyperlink in the loaded page.
So the focus is shifted from symbol box to hyperlink. But due to IE constraint the symbol is still highlighted even though focus is on hyperlink.
If the right side page opens with a onLoad to shift the focus to a hyperlink, the expectation is that the hihglight should get removed automatically, but this does not happen.
I do not know beforehand whether the right side page which loads will have a onload function or not. so when the focus is not shifting the user should have the benefit of typing symbols without mouse or tab. If the focus shifts the highlight should go off and user to has to click on the textbox to bring back the focus.
Regards,<BR>V. Kishan Kumar