0

下面的搜索表单代码需要打开一个颜色框窗口,里面有 html 搜索结果。它在重定向到搜索结果页面时按原样工作,但我想将搜索结果放在颜色框中。

我需要的是搜索表单中的代码,在最底部,可以做到这一点。谢谢!

<form class="form" action="http://mydomain.com/?UserName=" method="get">
            <input type="text" id="search" name="UserName" value="UserName" onfocus="if (this.value == 'UserName') {this.value = '';}" onblur="if (this.value == '') {this.value = 'UserName';}">
<input type="submit" value="Search" id="submit"></form>
4

0 回答 0