Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using a button to invoke FIND (Ctrl/F)

Status
Not open for further replies.

CliveC

Programmer
Joined
Nov 21, 2001
Messages
1,222
Location
US
Is it possible to use a button to invoke find. That is have the same effect as pressing CTRL/F.

example:

<html><body>
<button onClick='?????'>Find</button>
</body></html>
 
Many thanks posterdot, Just what I need.

As a matter of interest, however, can anyone think of a way to simulate a user keyboard event such as Ctrl+F
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top