Mar 12, 2002 #1 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>
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>
Mar 12, 2002 #2 Guest_imported New member Joined Jan 1, 1970 Messages 0 Mike Hall has solved this for NS and IE and has made it available as a cut-and-paste http://javascript.internet.com/messages/find-in-page.html Upvote 0 Downvote
Mike Hall has solved this for NS and IE and has made it available as a cut-and-paste http://javascript.internet.com/messages/find-in-page.html
Mar 13, 2002 Thread starter #3 CliveC Programmer Joined Nov 21, 2001 Messages 1,222 Location US 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 Upvote 0 Downvote
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