Click to See Complete Forum and Search --> : Button for Ctrl-F in IE


johngerry
11-14-2003, 08:01 AM
Looking to create a button that when clicked will bring up IE's Edit|Find dialog.

Any ideas?

thanks

JohnG

diamonds
12-29-2003, 09:24 AM
http://javascript.internet.com/messages/find-in-page.html

fredmv
12-29-2003, 03:26 PM
Welcome to the forums.

I'm not sure if it's possible to open the actual "find in page" dialog in IE, but it is in Mozilla:<a href="#" onclick="find();">Find in This Page...</a>