Code That Searches Websites.

Alright,

I’m looking for a code which searches (as example) wikipedia.com.

And also, if you know, a search bar code (?).

So yea, when I type in the search bar “empire state building” the describtion to it comes immediately, so it searches wikipedia for it.

Any Ideas?

Thanks

See:  http://docs.coronalabs.com/api/library/network/request.html

Most sites have a form that handles their search.  You would need to use network.request to send an HTTP POST request (you will have to reverse engineer their form paramters). 

See:  http://docs.coronalabs.com/api/library/network/request.html

Most sites have a form that handles their search.  You would need to use network.request to send an HTTP POST request (you will have to reverse engineer their form paramters).