2012-02-17 5 views
2

내 웹 페이지에서 이미지로 직접 검색 할 수 있습니까?자신의 웹 페이지에서 이미지로 검색 Google

"http://thegalaxyguide.com/galaxy/sun/ultra_violet_sun.gif"와 같은 URL을 삽입 한 다음 Google로 리디렉션하고 결과를 확인합니다.

내가이

<form method="get" action="http://images.google.com/searchbyimage" 
    <input type="text" /> 
    <input type="submit" value="Search" /> 
    </form> 

을 시도했지만 그냥 ...

답변

1

이 수행

<form method=get action='http://www.google.co.in/searchbyimage'> 
<input type=text name=image_url value='https://www.google.com/intl/en_com/images/srpr/logo3w.png'> 
<input type=hidden name='encoded_image' value='' /> 
<input type=hidden name='image_content' value='' /> 
<input type=hidden name='filename' value='' /> 
<input type=hidden name='num' value='10' /> 
<input type=hidden name='hl' value='en' /> 
<input type=hidden name='authuser' value='0' /> 
<input type=hidden name='bih' value='638' /> 
<input type=hidden name='biw' value='1366' /><br> 
<input type=submit name='biw' value='search' /> 
</form> 
+0

덕분에 자신의 구글의 페이지 "이미지로 검색 할"것입니다! 완벽한 작품 – Lasse

관련 문제