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;">>    2. For "*Table options*"  if I add the ajax behavior to submit the<br>

<div class="im">>       form without reloading the page I may need to replace all the<br>
>       table parameters which are currently embedded with the "*href*"<br>
>       attributes in the whole page. As an example it I change the table<br>
>       name from "actor" to "actor1" using "*Table options*" I may need<br>
>       to change the "*href*" of all four links in "*Table maintenance*"<br>
>       and "*Delete data or table*" to actor1 by using ajax. Is it okay<br>
>       to do that.<br>
<br>
</div>Yes.<br></blockquote><div><br></div><div>I tried to work with this feature. I faces following problems with that.  </div><div><ol><li>Currently the logic is handled under the "<b>if (isset($_REQUEST['submitoptions']))</b>" section in tbl_operations.php file. If I apply the ajax submission which submits the form without reloading the page, to this form I need to get the whole form as the response for the submission and replace it with the current form, because we don't know what values get changed. For getting the form as a response I need to get the html content of the updated "<b>Table operations</b>", so it will not be a small json response like in other cases (ex: in "Alter table oder by" ajax submission it retrieves a small json response with the message). So it will be costly for the operation. </li>
<li>Then if we used this form to rename the table (ex: "actor" to "actor1") we need to change each an every place where we use the actor name such as links in Top menu container, hidden fields in all the form within this page which carries the table name (ex: <meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: 'dejavu sans mono', monospace; font-size: 11px; white-space: pre-wrap; -webkit-text-size-adjust: none; "><input type="hidden" name="table" value="actor"></span>. If not we have to replace whole page with the update page using ajax, but this is costly. </li>
</ol>So I think it is better to leave this option with the normal form submission without converting it to ajax submission. What is your idea on that. </div><div><br></div><div>Regards,</div><div>Thilanka. </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>