huzefa086
12-08-2011, 11:03 AM
Hello
I have downloaded this lightbox2.03a.zip
But i want to open iframe inside the lightbox popup on load of the body.
I do not want any anchor or HREF.
I have done this with this function :
function initLightbox() { myLightbox = new Lightbox();
var firstLight;
if(firstLight=document.getElementById('the_first'))
firstLight.onclick.apply(firstLight);
}
Event.observe(window, 'load', initLightbox, false);
But this is for the anchor and images, I am not able to open iframe inside this.
Can anyone please help
Thanks in advance
I have downloaded this lightbox2.03a.zip
But i want to open iframe inside the lightbox popup on load of the body.
I do not want any anchor or HREF.
I have done this with this function :
function initLightbox() { myLightbox = new Lightbox();
var firstLight;
if(firstLight=document.getElementById('the_first'))
firstLight.onclick.apply(firstLight);
}
Event.observe(window, 'load', initLightbox, false);
But this is for the anchor and images, I am not able to open iframe inside this.
Can anyone please help
Thanks in advance