tmyonline Posted July 9, 2010 Share Posted July 9, 2010 Guys: I would like to create a functionality so that when I click on a link, it will launch and display a form on top of the existing page instead of navigating away to a new page. This form should be displayed at the center of the screen with a certain width and height. How do I achieve this ? I'm not clear whether this is a PHP or JavaScript question. Hope to hear from you. Thanks a lot. Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted July 9, 2010 Share Posted July 9, 2010 This would need to be done via Javascript. The easiest way (IMHO) would be to use a Javascript library like jQuery and use a modal window. I will move this to the Javascript area (originally in the PHP area). Ken Quote Link to comment Share on other sites More sharing options...
tmyonline Posted July 9, 2010 Author Share Posted July 9, 2010 Thanks Ken. Would you be a little more comprehensive. What is IMHO and what is modal window ? I did use a little of JQuery in the past but not too much. Thanks again. Hope to hear/receive suggestions from other developers as well. Thanks a lot. Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted July 9, 2010 Share Posted July 9, 2010 You would want to use the modal form dialog box. The jQuery and jQuery User Interface are quite good with lots of examples and demos. Ken 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.