When you go to the "Edit" menu in Internet Explorer there is an option to 'Find (On this page) Ctrl + F'....Is there a way that I could possibly invoke this command by pressing a button on my web page (for instance).

All I need to do is search for a string on the current page.

I've tried

window.find();

And also the variant

window.find(variable);

niether work in IE5 but do in Netscape.

Please help.

Thanks in advance.

Matt.