Forum Discussion

Ravik's avatar
Ravik
Super Contributor
12 years ago
Solved

How to get result on focus lost

Hi Team,



I have a Web Based application, my Application shows result on focus lost from a control.

(Enter keyword and press Tab/Enter key, On Press of Tab/Enter, result appearing) but when I am trying to get this, by using VBScript, I am not able to find it.

Could you help me, how can I do this ?

  • Hi Ravi,


     


    Does the result appear on a pop-up window? Could you please describe in more detail? Several screenshots may shed light on the expected behavior.


     

3 Replies

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Ravi,


     


    Does the result appear on a pop-up window? Could you please describe in more detail? Several screenshots may shed light on the expected behavior.


     

  • Ravik's avatar
    Ravik
    Super Contributor
    In our application, we have divided page in two part.



    1- Filter criteria part

    2- Result grid



    In our filter criteria, we user some text boxes. when we supplies any value in text box and press either [Tab], [Space], [Enter] button, we get result in, Result grid.



    Suppose that we have 3 text box on filter criteria, >> now I have enter "Ravik" on first text box and press Tab >> it's gives the rusult on result grid.



    (In Scripting trying to search it's not provied me result, )