How to construct a URL to open a iframe window with jQuery fancybox plugin (lightbox)
- by 111ron222
Hello,
In my web site there is home page, and all other pages open using fancybox window - with iframe.
I want to be able to construct a URL like www.example.org/About.html which will send the user to my website and will open the iframed page {About.html} within the fancybox window.
Thanks for help.