Hey guys
i had use Ajax using jquery.
Now i had one page and in that page their is one div, in which one page will be shown,
lets say
there is main-page.php and in that i have i had ajax-page.php [ which will shown in that div ].
Now ajax-page.php, is having some links and i want to open in that same div.
Currently the links of ajax-page.php is opening in new window.
so how to open ajax page links in ajax part?