khokon53 2 years ago |
How to show searched word or sentence in search box after jump in result page.
comment |
Recent Comments (2)
salamonvikkas | 2 years ago |
Search: <*div id="search" name="top"><*form method="get" name="searchform" action="/search.html"><*input onfocus="searchfield_focus(this)" type="text" placeholder="Artist or Title Song" name="q" value="" style="height:20px;width:40%"/> <*input type="submit" value="Search" title="Search"/><*/form>
<*/div> Sentence: <*div class="wrapper">
<*div class="menu-home">
<*h2 class="title-menu">Keyword : :*GET(q);<*/h2>
reply |