Thanks for the reply.
I changed all self to top.frames.body (the frame is called body that I want to search from)
strFound=top.frames.body.find(str);
if (strFound && !window.getSelection().anchorNode) strFound=top.frames.body.find(str)
if (!strFound) {...
Hi all,
I´ve found following JavaScript code on this page
<script language="JavaScript">
<!--var TRange=null
function findString (str) {
if (parseInt(navigator.appVersion)<4) return;
var strFound;
if (window.find) {
// CODE FOR BROWSERS THAT SUPPORT window.find...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.