Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Navigate And Find

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