|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Calling the IE find dialog
Is it possible to call the 'find dialog' in the same way that the print dialog can be called.
Basically i would like the find box to appear using the OnLoad event. any help would be sweet thanks |
|
#2
|
||||
|
||||
|
As far as I know, IE does not have this capability. Netscape and Mozilla do. Opera, I dunno.
Here's the doco on the NS/Moz method: http://www.devguru.com/Technologies...f/win_find.html |
|
#3
|
|||
|
|||
|
Thanks stumpy. I need it to work for IE.
Never mind at least i can stop wasting time looking. cheers |
|
#4
|
||||
|
||||
|
Just an idea - you may be able to knock up a basic little JS searcher using textrange and the indexOf() method. Google 'em if you aren't sure what they are.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Calling the IE find dialog |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|