如何在现有 div 中显示 Google 自定义搜索结果?

发布于 2024-11-27 11:31:04 字数 464 浏览 3 评论 0原文

我想将 Google 自定义搜索引擎集成到我的网站中。我有两层:

<div id="left-column"></div>
<div id="right-column"></div>

我想将搜索框放置在 左列 中,所有其他菜单链接也放置在其中,而我想将结果放置在 右列 中代码>.然而,在右栏中,当不使用搜索时,会显示一些其他内容材料。

当输入搜索查询时,我希望结果出现在右列中,删除显示的内容。

customSearchControl.draw('right-column', options);

在绘制搜索框时尝试过;但它删除了内容材料。

我怎样才能做我想做的事?

I want to integrate the Google Custom Search Engine in my website. I have two layers:

<div id="left-column"></div>
<div id="right-column"></div>

I want to place the search box in the left-column where all other menu links are also placed, while I want to place the results in the right-column. However, In the right-column, some other contents materials are displayed when search is not used.

When a search query is input, I want that the results appear in the right-column, removing the displayed contents materials.

I tried

customSearchControl.draw('right-column', options);

when the search box is drawn; but it erased the contents materials.

How may I do what I want?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文