showing jpg file to you so you can understand wht i want ?

hello,



i want to show the jpg file to you. so how i attached the jpg file ?





please reply as soon as possible


Hello,


you can send it support@dhtmlx.com or attach here (to answer).

Hello,

 i m sending you the jpg file  i wnat exact this things .

also i m sending you my code i am getting result  from ajax when i echo that response text . but it gives me empty result please reply me what i do and whenre i change

connector.php file

<?php     $res=mysql_connect("localhost","root","");
   mysql_select_db("kanibrainnew1");
   require_once("../dhtmlxConnector_php/codebase/grid_connector.php");
   $grid = new GridConnector($res);
   $grid->dynamic_loading(100);


$projID=$_REQUEST['projid'];


$grid->render_sql("select * from shot,shotTaskArtist where shotTaskArtist.projID = shot.projID and shot.projID='$projID' and shotTaskArtist.shotID = shot.shotID","shotID","shotID,shotStatus,taskID,TaskREF,task_note,mandays,userID,taskStatus,startDate,endDate,priority,naxt_sub,last_sub,actualMandays,supervisorName");
?>


sample.html  file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">



<link rel="stylesheet" href="http://localhost/tracker/include/css/one_col.css"  type="text/css" media="all">
       <link rel="stylesheet" href="http://localhost/tracker/include/css/tableDesign.css"  type="text/css" media="all">
       <link rel="stylesheet" href="http://localhost/tracker/include/css/bubbleCss1.css"  type="text/css" media="all">
       <link rel="stylesheet" href="http://localhost/tracker/include/css/bubbleCss2.css"  type="text/css" media="all">
       <link rel="stylesheet" href="http://localhost/tracker/include/css/ui.css" type="text/css" media="all">
       <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/autosuggest.css" />        <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/suggestUserID.css" />
      
       <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/ui.dropdownchecklist.css" />
       <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/demo.css" />
      
       <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/dhtmlgoodies_calendar.css" />
       <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/infoArtist.css" />
               <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/style.css" />       
       <link rel="stylesheet" type="text/css" href="http://localhost/tracker/include/css/table.css" />   
  

          
      
                            


  



   






  
  
  





  
 
  
 
 
       

    
  

   


 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
 
Home  Dailies Review  Elements  Folder Structure  ManDays Details  Upload Details  Upload Details Old  Download Details  Efficiency  Check Missing File  Artist List  About Anibrain    


 
  

 


 
  
  


  


  



  

  

  

 

         




























Probably the “connector.php?projid=”+selected_value script doesn’t return correct xml.


We have attached the file that allows to get details about the xml.


dhtmlxcommon_debug.zip (6.2 KB)