• 15-12-2010, 10:25:28
    #1
    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
  • 15-12-2010, 11:02:03
    #2
    Kimlik 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:37
    #3
    include/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:22
    #4
    include/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:16
    #5
    Normalde 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()\"");
    	   }
    
    
    ?>