Hi Marc,<br><br><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">what will be your strategy on this (about avoiding code duplication)?<br>

<br><br></blockquote></div> I was able to do the first part of ajaxify the insert option in the db->structure. I basically used db_structure.php and db_structure.js files  for this modification. </div><div><br></div><div>
In db_structure.js file I have used the two action to handle this. </div><div><ol><li>$("td.insert_table a.ajax").live('click',function(event){})</li><li>$("#insertForm .insertRowTable input[value=Go], #buttonYes ").live('click', function(event) {})</li>
</ol>In first event I used to pop up a dialog which carries the "insert table" form and I don't think it need any modification. </div><div>Then the second event handles the action after clicking the "Go" buttons at the "InsertRowTable" tables and the "Go" button at the "actions_panel". Currently I'm using the same action logic for both button clicks because I cannot clearly identify the importance of options in the "actions_panel" at this pop up dialog box. Please clarify me on this issue. </div>
<div><br></div><div>Currently after inserting to a table using this ajax form, the "Rows" column in the "tablesForm" does not get update. I tried to a get a similar approach in my last task for that by collecting the echos of "tablesForm" in the db_structure.php to a variable and then send it via PMA_ajaxResponse() method. But since db_structure.php uses PMA_TableHeader() method to echo the headers of the table it is difficult to do that. So what do you prefer in this situation. </div>
<div><br></div><div>Please help me on these issues. Thank you. </div><div><br></div><div>Regards,</div><div>Thilanka.  </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div> </div><div><br>-- <br><div>
<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><div style="text-align:left">L G Thilanka Kaushalya     <br>Computer Science & Engineering,    <br><div style="color:rgb(80, 0, 80)">
University of Moratuwa,<br>Sri Lanka<span></span><br>                          <br></div></div>Connect with me at,<br>      Gmail        : <a href="mailto:lgtkaushalya@gmail.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@gmail.com</a><br>
      Twitter       : @thilanka_k<br>      Facebook  : Thilanka Kaushalya<br>      Yahoo       : <a href="mailto:lgtkaushalya@yahoo.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@yahoo.com</a></span></div>
<div>      Blog          : <a href="http://coders-view.blogspot.com/" target="_blank">http://coders-view.blogspot.com/</a></div><br><br>
</div>