如何使用搜索表单打开colorbox

时间:2013-05-03 09:06:40

标签: php html colorbox

下面的搜索表单代码需要打开一个带有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>

0 个答案:

没有答案