-
Notifications
You must be signed in to change notification settings - Fork 12
/
search.html
34 lines (28 loc) · 1014 Bytes
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
</head>
<body>
<script type="text/javascript" language="javascript">
<!--
function addEngine()
{
if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function"))
{
window.sidebar.addSearchEngine(
"http://www.planet-php.net/planet-php.src", /* engine URL */
"http://www.planet-php.net/themes/img/planet-php.jpg", /* icon URL */
"Planet-PHP", /* engine name */
"Web" ); /* category name */
}
else
{
alert("Mozilla M15 or later is required to add a search engine.");
}
}
// -->
</script>
<p>
<small>Add Planet-PHP Search to Mozilla Search
tab <a href="javascript:addEngine()">here</a>!</small>
</p>
</body></html>