I want a popup lightbox effect to show a page without refreshing from a link
I want to show a link named "contact-us" in my website which when click should popup dynamically and show the contact us form so that users can simply type in their enquires and send it without refreshing the whole pa开发者_如何学Pythonge
I want this to be done with the click of a button or link I prefer to do this with html, javascript, php
WORKING
when a link is clicked the javascript and html will show the lightbox effect or similar effect which loads a page from the server say for example contactus.html and then show it in the front without refreshing the whole page
Checkout http://fancybox.net/ which is a jQuery Lightbox tool. On the fancybox page checkout the IFrame example I think that is what you are looking for.
If you are using a javascript library like jquery or mootools, there are TONS of plugins( fancybox for jquery or ReMooz for MooTools for example) that will do this for you. It will save you a lot of headache.
i suggest to you jqueryui dialog with many features
精彩评论