小编Day*_*tar的帖子

带有自定义表单的Google CSE

我的页面顶部有一个GET表单,但尚未配置.我所拥有的就是:

    <div class="top-search">
        <form  method="get" id="searchform" action="#">
            <div>
                <input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
                <input type="submit" id="searchsubmit" value=" " />
            </div>
        </form>
    </div>
Run Code Online (Sandbox Code Playgroud)

如何操纵此操作才能使用Google CSE?

html php forms search-engine google-custom-search

2
推荐指数
1
解决办法
1667
查看次数

标签 统计

forms ×1

google-custom-search ×1

html ×1

php ×1

search-engine ×1