<html dir="ltr">
<!-- TWO STEPS TO INSTALL FIND IN PAGE:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var NS4 = (document.layers);
var IE4 = (document.all);
var win = this;
var n = 0;
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0) alert(str + " was not found on this page.");
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
else {
if (n > 0) {
n = 0;
findInPage(str);
}
else
alert(str + " was not found on this page.");
}
}
return false;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<form name=search onSubmit="return findInPage(this.string.value);">
Find in Page
<input name=string type=text size=15 onChange="n = 0;">
<input type="submit" value="Search" name="B1"></form>
<!-- Script Size: 1.54 KB -->
<p><a href="mailto:[email protected]">[email protected]</a> </p>
<p>A new and simple Persian weblog for All Iranians :
<a href="http://Pc4All.persianblog.com">http://Pc4All.persianblog.com</a></p>
<div>
The First Persian Graphic , Web and Multimedia Reference :
<a title="http://www.majidonline.com" href="http://www.majidonline.com">
http://www.majidonline.com</a></div>
<div>
The Professional PHP Hosting :
<a title="http://www.persianservices.com" href="http://www.persianservices.com">
http://www.persianservices.com</a></div>
<div>
Webmaster Tools :
<a title="http://tools.majidonline.com" href="http://tools.majidonline.com">
http://tools.majidonline.com</a></div>
<p>&nbsp;</p>
<p>Age Khoshetun oomade Be anjomane FrontPage dar site Agha Majid bezanid! </p>
</html>