php - How to open colorbox using search form -
the search form code below needs open colorbox window html search results inside. works -as is- while redirecting search results page, put search results inside colorbox instead.
what need code inside search form, @ bottom, that. thank you!
<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>
Comments
Post a Comment