guif Posted August 5, 2008 Share Posted August 5, 2008 hi! I have some links into my php but all my links are opened in a new window: <a href="lib/consultas.php?accion=B">link2</a><br> and I have a DIV that it's call information. Is it possible to open consultas.php into my DIV?? very thanks! Quote Link to comment Share on other sites More sharing options...
vikramjeet.singla Posted August 5, 2008 Share Posted August 5, 2008 you can do this by ajax.... you can place onclick event on consultant link and call consultant.php file thorugh ajax call and update information div with the response.... Quote Link to comment Share on other sites More sharing options...
guif Posted August 5, 2008 Author Share Posted August 5, 2008 i see this post: http://codesnippets.joyent.com/posts/show/602 thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.