Navigate And Find
<html> <head> <script language="JavaScript"> function function1() { window.external.NavigateAndFind('http://www.java2s.com', 'Java', ''); } </script> </head> <body> <input id=myB type="button" value="Navigate and Find" onclick="function1();"> Go </body> </html>