Attachment 189309
How can i pass the the bookname to google search and display the results please help
Printable View
Attachment 189309
How can i pass the the bookname to google search and display the results please help
One way is mimicking a when you do a search using Google, look at the URL it creates. As an example, I searched for "Moby Dick" just take the first part of the URL, which is https://www.google.com/search?q=moby+dick (it puts + where there are spaces, so you'll need to replace them when creating the search URL) assign the href that search url and that will display a Google search for the book name.