<div class="gmail_quote"><div>Hi Marc,</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
First, are you using Firebug to debug this? In Firebug with Firefox 4 I<br>
can see that at my first attempt to create a table from the navi panel,<br>
there is a js error in the Ajax logic of jQuery. Maybe using a "get"<br>
this way with jQuery is not supported.<br>
<br></blockquote><div><br></div><div>I'm using firebug but I didn't noticed that error message. I'll try to correct that. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I made a suggestion in this thread, about running jQuery in the context<br>
of another frame. For an example, look at the last line of<br>
js/server_privileges.js.<br>
<br>
Other points:<br>
<br>
- to simplify the code, instead of selecting $('#newtable') and then<br>
looking for the ajax class on the a element, you could put the ajax<br>
class directly on the newtable id and select $('#newtable.ajax')<br>
<br>
- watch your indentations (for example in navigation.php)<br>
<br>
- you are creating the div id="create_table_dialog" in the "if" and also<br>
in the "else" so its creation should be moved before the "if"<br>
<br>
- in navigation.php, try calling js/messages.php after calling<br>
js/functions.js<br>
<br>
- when creating js variables, use var; for example, instead of<br>
url = $('#newtable a').attr("href");<br>
var url = $('#newtable a').attr("href");<br>
<br>
this way, the variable appears in Firebug and is easier to follow<br>
<div><div></div><div class="h5"><br><br></div></div></blockquote><div><br></div><div>Thank for the above tips you pointed out. I'll work on that and correct them. </div><div><br></div><div>Regards,</div><div>Thilanka. </div>
</div><br clear="all"><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>