Issue ctrl-f from within javascript for page without toolbars
CDNQuilter
6:06 pm on May 13, 2005 (gmt 0)
I have a page used by non-computer folks. It is full screen with no toolbars showing. I want to invoke the browser "Find in this Page" from within a javascript. How can I do this?
I tried to search this site for references to this topic but the search feature is not working for me!
Thanks in advance for any/all replies.
Jean
CDNQuilter
6:46 pm on May 13, 2005 (gmt 0)
OK I figured out that I can do this with window.find() in Netscape. How can I do it in IE?