I need a way to pass parameters to an event handler function other than just the e.
I'm declaring the handler as such: Event.observe('regmenu', 'mouseover', togglein, false);

I need a way to pass parameters to the togglein function. I'm getting tripped up by the fact that the event object is getting automatically passed.

--
Yehuda Katz
Web Developer
(ph)  718.877.1325
(fax) 718.686.4288
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to