Redirect a query to multiple search engines with one form and javascript
You are lazy, want to search in multiple search engines with one click? Try this form.
<form name="cw"> <input type=hidden name=mod value=metasearch> <input name="q" id="q" /> <input type=submit value="Search!"><br> <a href="javascript:location.href='http://google.com/search?q='+cw.q.value">Google</a> | <a href="javascript:location.href='http://php.net/'+cw.q.value">php.net</a> | <a href="javascript:location.href='http://google.com/images?q='+cw.q.value">Image</a> | <a href="javascript:location.href='http://google.com/news?q='+cw.q.value">News</a> | <a href="javascript:location.href='http://search.dmoz.org/cgi-bin/search?search='+cw.q.value">Dmoz</a> | <a href="javascript:location.href='http://www.download.com/3120-20_4-0.html?qt='+cw.q.value">Download</a> | <a href="javascript:location.href='http://en.wikipedia.org/wiki/Special:Search?search='+cw.q.value">Wikipedia</a> | <a href="javascript:location.href='http://www.cafewebmaster.com/?term='+cw.q.value">Cafewebmaster</a> </form>
Similar entries
- DropDown / Rollover Menu with pure CSS / HTML
- Web2 Style CSS Dynamic Menu with Arrows and Background-Images
- Pure CSS Mouseover Menu without Javascript
- Upload multiple images with PHP
- Redirect webpages with HTML, PHP, .htaccess, Java+Script, CGI-Perl, ASP.NET and ColdFusion
- WebSearch
- Bing vs. Google: a small comparison
- Basic HTML Table with rounded corners
- Smart Multi-Uploader and Thumbnail Creator from GIF/ JPEG/ PNG with PHP
- Comparison of free Shopping Carts - 2009
- Register Globals Emulator for PHP
- Web Application Security Papers
- Url manipulation with mod_rewrite and php-catcher for beginners
- How to hide / encrypt CCK Email field with JS against spammer
- Web2 style secure & flexible free php contact form with easy setup
- When will Wolfram-Alpha be online?
- Search in text files recursively with PHP - Grep
- Add to Facebook Block for Drupal
- need help for customizing PHP-grep files search
- Mouseover images with CSS

Post new comment