[]
Siteme eklediğim Google Özel Arama Motoru ara butonu çalışmıyor.
Merhaba arkadaşlar,
Başlıkta da görüldüğü gibi google özel arama motoru oluşturdum ve bana verdiği kodu aynen siteye ekledim fakat siteyi açtığımda ara butonuna tıklanmıyor. Yandaki x tuşuna basıldığında kutucuğa yazılanları siliyor fakat ara butonu fıs. Html dışında çok fazla kod bilgim de yok acaba javascript ile ilgili bir sorun mu?
Başlık da çok tırt olmuş idare edin artık.
Başlıkta da görüldüğü gibi google özel arama motoru oluşturdum ve bana verdiği kodu aynen siteye ekledim fakat siteyi açtığımda ara butonuna tıklanmıyor. Yandaki x tuşuna basıldığında kutucuğa yazılanları siliyor fakat ara butonu fıs. Html dışında çok fazla kod bilgim de yok acaba javascript ile ilgili bir sorun mu?
Başlık da çok tırt olmuş idare edin artık.
bi adres neyim görseydik
- arafa (22.02.12 16:24:59)
- ahmet demir (22.02.12 16:36:07)
dostum ufaktan inceledim. aşağıdaki html kodu ben de sorunsuz çalıştı. anladığım kadarıyla sen tasarımda oynamalar yapmak istiyorsun ama salt hali bu şekilde sorunsuz çalışıyor.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"www.w3.org">
<html xmlns="www.w3.org">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Hello World - Google Web Search API Sample</title>
<script src="www.google.com"
type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
//<!
google.load('search', '1');
function OnLoad() {
// Create a search control
// create a search control
var searchControl = new google.search.SearchControl(null);
// add in a full set of searchers
searchControl.addSearcher(new google.search.LocalSearch());
searchControl.addSearcher(new google.search.WebSearch());
searchControl.addSearcher(new google.search.VideoSearch());
searchControl.addSearcher(new google.search.BlogSearch());
searchControl.addSearcher(new google.search.NewsSearch());
searchControl.addSearcher(new google.search.ImageSearch());
searchControl.addSearcher(new google.search.BookSearch());
searchControl.addSearcher(new google.search.PatentSearch());
// tell the searcher to draw itself and tell it where to attach
// Note that an element must exist within the HTML document with id "search_control"
searchControl.draw(document.getElementById("searchcontrol"));
// execute an inital search
}
google.setOnLoadCallback(OnLoad);
//]]>
</script>
</head>
<body>
<div id="searchcontrol">Loading</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"www.w3.org">
<html xmlns="www.w3.org">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Hello World - Google Web Search API Sample</title>
<script src="www.google.com"
type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
//<!
google.load('search', '1');
function OnLoad() {
// Create a search control
// create a search control
var searchControl = new google.search.SearchControl(null);
// add in a full set of searchers
searchControl.addSearcher(new google.search.LocalSearch());
searchControl.addSearcher(new google.search.WebSearch());
searchControl.addSearcher(new google.search.VideoSearch());
searchControl.addSearcher(new google.search.BlogSearch());
searchControl.addSearcher(new google.search.NewsSearch());
searchControl.addSearcher(new google.search.ImageSearch());
searchControl.addSearcher(new google.search.BookSearch());
searchControl.addSearcher(new google.search.PatentSearch());
// tell the searcher to draw itself and tell it where to attach
// Note that an element must exist within the HTML document with id "search_control"
searchControl.draw(document.getElementById("searchcontrol"));
// execute an inital search
}
google.setOnLoadCallback(OnLoad);
//]]>
</script>
</head>
<body>
<div id="searchcontrol">Loading</div>
</body>
</html>
- arafa (22.02.12 16:53:25)
sabah yaptım yaptım olmadı. aynı şeyi şimdi deniyorum oluyor. sorun halloldu. ne desem bilmiyorum.
- ahmet demir (23.02.12 08:20:47 ~ 15:08:58)
1