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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -