[cut]
> Sorry, that's not right.
>
> What I have to begin with is button A only.
> User clicks button A.
> In the onclick event for button A I have a function that creates
> button B. The function that creates button B attaches an onclick
> event to button B. After button B is created (while still in the
> onclick event handler) I need to add another function to button B's
> onclick event.
ok, maybe I'm close to understand :)
do you know create a new button? (You can think of creating hidden and
showing on event)
make me see how you could make it...
Then, if I understood correctly, while we are creating/showing the new
button, we must to associate to own onclick 1/2 function|s, is it right?
when the second? together?


|