한문폰트

사람살이 2009. 9. 23. 09:25

석산 황흥수 선생님께서 필요로 하여

추석에 장성으로 배달해야할

한문 폰트....
Posted by 황인성

바로 이러한 형태로 검색을 할 수 있는데요. 고급검색인 셈이죠.

구글 검색창에다가 "노래제목" intitle:index.of mp3 -html -htm -php -asp -txt -pls

이런식으로 검색하면, mp3가 검색됩니다. 국내음악원 검색이 잘 안되지만, 해외 팝송의 거의 다 검색이 됩니다.

http://www.google.com/search?hl=en&q=%22lady+gaga%22+intitle%3Aindex.of+mp3+-html+-htm+-php+-asp+-txt+-pls

아래에 제목만을 삽입하는 검색창을 하나 만들어봤습니다.

소스코드는 아래와 같습니다.

 
<script language="javascript">
function doSearch() {

 //document.all.searchg.q.value = '"' + document.all.searchg.q_.value + '" ((intitle:index.of mp3) | ("index of" + "mp3") | ("index of" + inurl:mp3) | ("index of" + intitle:mp3)) -html -htm -php -asp -txt -pls';
 document.all.searchg.q.value = '"' + document.all.searchg.q_.value + '" intitle:index.of mp3 -html -htm -php -asp -txt -pls';
 return true;
}
</script>

<form onSubmit="return(doSearch());" name="searchg" method="get" action="http://www.google.com/search" target="_blank">
<input type="hidden" name="q" value="">
<input class="small_text" type="text" name="q_" size="42" maxlength="255" value="">
<input class="small_text"  type="submit" name="sa" value="Search">

Posted by 황인성


ㅋㅋㅋ

맞아 난 마누라가 두명 이었어!!!!


Posted by 황인성