我想让我的搜索按钮在html中搜索我的网站=)

时间:2013-12-25 10:40:06

标签: html

如何让我的搜索按钮环顾我的网站以查找特定页面?这是我目前的网站代码:

<center><in <center><img src= file:///C:/Users/User/Desktop/aminisgay/lol/googlelogo1997.jpg alt="lol" width="351" height="113"></center> <center><input name="q" type="search" title="Search" placeholder="Search" autofocus="" required=""></center>

<form action="file:///C:/Users/User/Desktop/aminisgay/lol/SearchResults.html" name=f>

<title> Website </title>

<center><input type="submit" title="Search" value="Search" accesskey="s"></center>


<center><h1> <a href="file:///C:/Users/User/Desktop/aminisgay/lol/About.html">About</a><h1></center>

<center><h2><font color="red">Subscribe for updates!</font></h2></center>

<center><p>© SuperboySR | 2013<p></center>

<link rel="stylesheet" type="text/css" href="SimpleCSS.css"

我不确定是否需要所有代码。

2 个答案:

答案 0 :(得分:1)

一种简单的方法是使用Google Custom Search。这使您可以在特定网站上指向Google搜索。

这不需要您网站的任何特殊服务器端代码。但这确实意味着您在获取更改之前依赖Google来为您的网页编制索引。

答案 1 :(得分:0)

如果您想搜索您的网站(静态/动态)。您需要在服务器中的所有文件上使用DTSearch。一旦单击匹配任何文件,您需要返回perticuler页面的URL。

希望这对你有所帮助。请提供具体解决方案的更多信息。

谢谢,

Roshan