What you can do is embed a facebox link on your page as usual but that's hidden to begin with. Then when the time comes to automatically "click" on it, you'd call the code:
Code:
jQuery('a#faceboxlink[rel*=facebox]').facebox()
where #faceboxlink would be the facebox link with that ID. When to call the above depends on how the rest of your page is set up.
You may also want to look at this page, which shows how to integrate Facebox with another script, for some ideas: http://www.dynamicdrive.com/dynamici...uppliment4.htm
Bookmarks