I have a simple site where the top content is a navigation tab with two navigation lists: Web and Image. Under the navigation tab i have a google custom search search element/ba
I think you can basically create your own Google Image search form. The most important thing to know is that the URL for image search looks like:
http://www.google.com/search?site=imghp&tbm=isch&q=Glee
(Where "Glee" is your search term).
Here's a simple example of how the form would be, HTML:
<h1>Google Image Search</h1>
<input type = "text" id = "srchterm"/>
<button type = "button" onclick = "reDirect();">Search!</button>
JavaScript:
function reDirect() {
window.location = 'http://www.google.com/search?site=imghp&tbm=isch&q=' + document.getElementById('srchterm').value;
}
Hope that helped you in any manner!
have a look at this url:
http://www.google.com/search?tbm=isch&q=queen