faqts : Computers : Programming : Languages : JavaScript : Event handling

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

25 of 30 people (83%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

can i have a form button envoke a ctrl-f with ie

Jan 18th, 2002 11:32
Juergen Thelen, terry dray,


No, you can't. With IE it is NOT possible to invoke the Ctrl+F find 
dialog box via JavaScript (as opposed to NN4).
But don't worry. What you can do, is using IE's findText() method 
instead (implemented with IE4)... :o)
Just have a look at:
msdn.microsoft.com/workshop/author/dhtml/reference/methods/findtext.asp
Sorry can't make it a direct link. Seems that FAQTS handles URLs 
exceeding one line not properly. Just copy and paste it into your 
browsers address bar...
Hth, Juergen