Use javascript to launch fb

Page: 1

Author Post
theprodigy
Guest
I have some links that when clicked call a javascript function. The function is ajaxing some info to the server, and based on what the server responds with, I either will be redirecting them to another page, or pop up a floatbox.

I see in your code that you have a function called start, but it seems to accept an anchor tag so that it can get all the necessary options. How can I launch the floatbox from javascript? And is there a way to just pass in an array of options for this single call or maybe pass in the options via url parameters?
Administrator
Registered: Aug 2008
Posts: 3382
fb.loadAnchor as described in the docs.
theprodigy
Guest
oh crap, my bad. I saw the loadAnchor in the docs, but for some reason it hit my brain as tagAnchor. My apologies.

Page: 1