hi
i'm working in application which use the library Mochikit; what i need
to do is adding one function to one button to make him also  go back
to page the user come from (something like history.go(-1))
the button is:
close_btn = SPAN({"class": "button close_run"}, "bouton1"),

and what he is doing now is this:

connect(close_btn, 'onclick', function(){
                addElementClass(close_run_btn, 'hidden');
                removeElementClass(close_info_div, 'hidden');
                findChildElements(close_info_div, ["input"])
[0].focus();
            });
actually i don't understand what he is doing now to be able to add
other function.
can somebody help me to understand better

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to