Re: [Catalyst] HTML::FormHandler onchange event

2012-09-24 Thread Dimitar Petrov
Or you could ptobably generate them on the fly without reloading the page? On Sep 24, 2012 9:17 PM, "Rob Brown" wrote: > Hi Gordon, > > Not quite the best place to be asking, but you want something like... > > > > HTML::FormHandler allows you to set javascript actions in the field > definitions.

Re: [Catalyst] HTML::FormHandler onchange event

2012-09-24 Thread Rob Brown
Hi Gordon, Not quite the best place to be asking, but you want something like... onChange="parent.location='/retailers/?retailer='+this.options[this.selectedIndex].value"> HTML::FormHandler allows you to set javascript actions in the field definitions. Email me directly if ya want some extr

[Catalyst] HTML::FormHandler onchange event

2012-09-24 Thread gorste
Hi Is this the right mailing list to asked a question about FormHandler? What is the best way to do a onchange event on a select drop down? I have a drop down of male and female and a drop down of male clothes sizes and female clothes sizes if I choose male I only want to show male clothes