Hello there, i have a textbox, i fill the textbox with a date from a _javascript_ popup calendar, im using the like this

Event.observe('myTextBoxId', 'change', function(){ alert('epale!');});

and is not working, if i put the alert inside the input element in the onchange attribute it works, is that a prototype bug?

--
//
//   Ing. Francisco J. Calderón S.
//   [EMAIL PROTECTED]
//   Usuario de GNU/Linux  nº 349529
//   Maracay, Venezuela
//
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to