Registriert seit: 6. Apr 2005
10.109 Beiträge
|
Re: webbrowser and Find
3. Jun 2007, 13:38
Hi,
you only should start to search and highlight after the document is loaded and rendered. You can detect this state when you provide code for the event OnDocumentComplete(). There is absolutely no sense in looping through a list of urls without some means of control for the user.
Regards
|