4

How can i get the find bar text in a browser and is there any way to raise an event when the text is changed inside findbar.
My Intention behind this is assigning the value to a Local variable on findbar change.

Exception
  • 7,173
  • 18
  • 78
  • 128
  • 2
    What exactly do you mean by find bar? Do you mean the address bar or the bar for searching through a page you get on Ctrl-F? – Tikhon Jelvis Nov 24 '11 at 04:11

1 Answers1

2

I'm not sure it's going to help but here are two other posts that might help.

Handle URL anchor change event in js

How can I detect an address bar change with JavaScript?

Community
  • 1
  • 1
Renato Gama
  • 14,702
  • 11
  • 52
  • 86