Is it there a javascript function to open the lightbox popup? I've seen in the code the Lightbox.start() function, but it is too related to html anchor.
I need to pass some extra parameters to the URL of the html page that I want to be opened in the lightframe popup. Those parameters depends on user activity (they comes from a google map), so I can't add those parameters to the href of the anchor at pageload because I don't already have them.
A javascript function to open the popup would do the trick.
Any suggestsions?