You'd need the parenthesis tho (amazing I left those off, considering how
much I love them).

function departmentOnchange() {

On 6/12/07, Dinner wrote:
>
> On 6/12/07, Will Tomlinson wrote:...
>
> > Any ideas anyone?
>
>
> I don't use qForms... but if you want to add another event to
> the "onchange" of the select, you can just put the current
> function inside another function, and then call that. Like:
>
> function departmentOnchange {
> objForm.Tier6.populate(stcTiers[objForm.Tier7.getValue()], null, null,
> stcBlank);
> yourFunctionCallToMxAjax();
> }
> </script>
> <select name="department" id="department" onchange="departmentOnchange()">
>
> ...
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280900
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to