Connecting Tech Pros Worldwide Forums | Help | Site Map

search engine...

Member
 
Join Date: Dec 2006
Posts: 47
#1: Dec 7 '08
hello
i didnt really know where to post this..can you tell me if there is any way i can submit a query to a search engine without using its interface?

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Dec 7 '08

re: search engine...


Not with HTML, but you can, for example, use the Google search API from JavaScript (Ajax), Flash, PHP, Java or any other server-side scripting language.
clain's Avatar
Member
 
Join Date: Feb 2007
Location: Chennai, INDIA
Posts: 68
#3: Dec 9 '08

re: search engine...


use small ajax script.. if you see Google .. its submitting the search result as query string.. use the same thing with your search term.. and get the results in the same java script object... !!! But i will not personally recommend to do it..

as in one way or another its a for of hacking... so don't do it !! i just want you to know that .. there are 'n' number of ways to do it...

also you can use Google API ... i think you need to sign up for that... and its free.
numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,573
#4: Dec 9 '08

re: search engine...


Or you can experiment with the WWW::Mechanize module in Perl and use it to submit the search item to the form (which is essentially what it is).

Since this is not an html/css related question, I am moving this to the Miscellaneous forum.

Regards,

Jeff
Member
 
Join Date: Dec 2006
Posts: 47
#5: Dec 23 '08

re: search engine...


thank you all! i ll do this,,,
Reply