Can someone help me in my Multi search box?

Asked By 30 points N/A Posted on -
qa-featured

I'm trying to create a multi search box for my website which is not complicated to use and just a single CSS or HTML code.  I'm using the line <input type="hide" name="type" value="page" />.  Problem is types of post are the ones being searched when page is used as value.  Can someone help me in creating a multi search box?

SHARE
Answered By 5 points N/A #154182

Can someone help me in my Multi search box?

qa-featured

Hello,

For creating multi search box that will open your input text in multiple tabs as a result of search you can try with code in the attachment below. This code is HTML and contains javascript. In When somebody click on submit form, javascript function will run the searching of the text. Text who is written in the search box will be searched in search engines that you put in the script. Search engines in this code are: Google, Yahoo and Bing. You can add more that you want example Ebay, Amazon, Wikipedia etc.

Regards,
Williamson Mellisa

Related Questions