Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URGENT HELP this will test you

Status
Not open for further replies.

hoppy2

Programmer
Joined
Sep 14, 2003
Messages
8
Location
AU
Hi guys,

As everyone knows there is a simple "add to favorites" javascript that you can put on your page for clients to add your page to their IE favorites folder.

Q. Is there some javascript that will allow a person to open
Edit Find (on This Page)...Ctrl+F (as on IE task bar)
just by clicking on a a href link on my page.

Thanks
Hoppy
 
Not in IE. In Netscape you could call window.find(), but IE doesn't support it. You'll have to write your own using text ranges.

Never be afraid to share your dreams with the world.
There's nothing the world loves more than the taste of really sweet dreams.
 
well it didn't test my keyword search abilities.

I feel like I just opened & read a spam email :-(







hint: search for find dialog box


Posting code? Wrap it with code tags: [ignore]
Code:
[/ignore][code]CodeHere
[ignore][/code][/ignore].
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top