Merhaba
bir emlak scriptinde arama ve emlak eklerken şöle bi hata var mesela
İl seç diyor MErsin seçiyorum ilçeyi seçecem ama ilçeler çıkmıyor
alta sarı renkde sayfada hata diyor
ne gibi bi çözümü olabilir hangi dosyada hata olabilir bilgilendirirseniz sevinirim
emlak scripti arama hatası
4
●473
- 15-12-2010, 10:25:28
- 15-12-2010, 11:02:03Kimlik doğrulama veya yönetimden onay bekliyor.JS'de sorun var gibi ama İE bazen boyle şakalar yapabilir başka bi browser denenizmi?
- 15-12-2010, 11:27:37include/ajax.php?GetEstateShowTownship=2&SelectClass=Defau ltSelectMenu&LangID=1&CityID=189
Failed to load resource
chromede denedim hata olarak bunu gösteriyor - 15-12-2010, 11:30:22include/ajax.php?GetEstateShowTownship=2&SelectClass=Defau ltSelectMenu&LangID=1&CityID=189 altini cizdigim kisim kopyalama hatasımı yoksa orada oylemi?
- 15-12-2010, 13:14:16Normalde birleşik orası
chromede ajax.php de sorun var diyor ajax.phpyide aşağı koydum ?
<? /* author : email, msn : */ session_start(); include("all.php"); header("Content-Type: text/xml; charset=UTF-8"); $LangName = GetName("select * from t_lang where ID='".$_GET['LangID']."'","Name"); if (isset($_GET['GetImage'])) { echo "<a href=\"javascript:popImage('images/estate/".$_GET['ImageName']."_big.jpg','RESİM','middle_center',true,false)\"><img src=\"images/estate/".$_GET['ImageName']."_normal.jpg\" onload=\"remove_loading()\" border=\"0\"></a>"; } if (isset($_GET['GetTownShip'])) { echo GetSelectListGlobal("TownShip", "".$_GET['SelectClass']."", "".GetName("select * from t_page_lang where PageLang='".$LangName."' and LangVar='Selected'", "LangName")."", "", "select * from t_properties where PageType='TownShip' and ParentID='".$_GET['CityID']."' and Visible='1' order by Seq asc", "ID", "Name", "onChange=\"SelectTownShip()\""); } if (isset($_GET['GetEstateShowTownship'])) { echo GetSelectListGlobal("EstateTownShip", "".$_GET['SelectClass']."", "".GetName("select * from t_page_lang where PageLang='".$LangName."' and LangVar='Selected'", "LangName")."", "", "select * from t_properties where PageType='TownShip' and ParentID='".$_GET['CityID']."' and Visible='1' order by Seq asc", "ID", "Name", "onChange=\"EstateSelectTownShip()\""); } ?>