<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Abhishek,</div><div class="gmail_quote"><br></div><div class="gmail_quote"><div>Mostly, it's better to discuss a new feature on this list or report an issue on github, before actually starting to implement it.</div></div><div class="gmail_quote"><br></div><div class="gmail_quote">On 17 October 2015 at 11:24, Abhishek Kanojia <span dir="ltr"><<a href="mailto:abhishekka3193@gmail.com" target="_blank">abhishekka3193@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Q.1 Is there any specific function defined for redirection of link<br>
using ajax ? Just working on a new feature stuck at point where<br>
redirection is to be made .I would like to know the name of  function<br>
and its usage already defined for ajax redirection from one link to<br>
another.<br>
<br></blockquote><div>For redirection, I think just having an anchor tag with href attribute populated using PMA_linkURL("external_url") function, should do. It will be redirected via url.php and links without any special class will automatically be served via AJAX in PMA. For details, see <a href="https://wiki.phpmyadmin.net/pma/Page_loader">https://wiki.phpmyadmin.net/pma/Page_loader</a><br></div><div> </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Q.2   For redirecting from one page to another say (from index.php to<br>
db_sql.php) , the parameters passed in url are "db","table", "server"<br>
and "token". I am able to access token parameter from session. how to<br>
access other parameters ?<br>
<br></blockquote><div>Look for git grep "PMA_commonParams.get"</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Q.3 How to display dismissible alert  (the one that is used to display<br>
a change in row) ?<br>
<br></blockquote><div>Look for git grep "PMA_ajaxShowMessage"</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Q.4 In which javascript file I should place my code so that it get<br>
included in each and every page ? I am using common.js file for this<br>
purpose .<br></blockquote><div> </div><div>Seems fine, but not sure as I don't know about your feature.</div><div> </div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Regards</div><div><br></div><div>Atul</div></div></div>
</div></div>