Navigate And Find : Window External « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- Window External
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>
Related examples in the same category