gpt4 book ai didi

search - 如何将集成的 Google 搜索添加到我的网站?

转载 作者:行者123 更新时间:2023-12-04 01:24:38 24 4
gpt4 key购买 nike

基本上我有一个网站。我有一个正确设置的站点地图,所以我假设谷歌知道我的所有页面。我在一些网站上看到,搜索表单会指向一个带有原始网站外壳的页面,但结果显然是由 Google 提供的。与codinghorror.com 的搜索类似,但他的结果并未显示在他的网站布局中。

知道我在说什么或如何实现这一目标吗?

最佳答案

2008 年 11 月:点赞 this (但你会发现更多 up-to-date 2012 example here )

<form method="get" action="http://www.google.com/search">

<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox" name="sitesearch"
value="askdavetaylor.com" checked /> only search Ask Dave Taylor<br />
</td></tr></table>
</div>

</form>
为了在单独的框架中显示结果,您有 this site举个例子。
那将是这样的:
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<script language="javascript" type="text/javascript">
function showFrame () {
var e = document.getElementById("if1");
e.style.visibility = "visible" ;
}
</script>
</head>

<body>
<p> </p>
<p>
<span id="spSearch" onclick="showFrame()">Search</span>
</p>
<p> </p>
<p><iframe name="I1" id="if1" width="100%" height="254" style="visibility:hidden" src="http://www.google.co.uk">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe></p>
</body>
</html>

关于search - 如何将集成的 Google 搜索添加到我的网站?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/275153/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com