i want to implement the javascript function of window.find(). but it is not working in internet explorer. what could be an alternative for this code ?
try this
function contains(strs) { return document.body.innerText.indexOf(strs) > -1; }