Hey!
Where can I get a script that will search through the contents of my site.
Printable View
Hey!
Where can I get a script that will search through the contents of my site.
SendKeys "^f", True
or get the source of the page:
Text2.Text = web.Document.documentElement.innerhtml
and then use instr to search