[ic] Javascript Updating of Configured Price with Simple Options.

Jon Jensen interchange-users@interchange.redhat.com
Tue Nov 6 20:10:01 2001


On Tue, 6 Nov 2001, Fred Pope wrote:

> When we pass the tag:
> [item-options td=1 label=1 bold=1 price=4 js="OnUpdate=jsfunction()"]
> in the flypage
>
> I am assuming that we should now get the HTML output where the select boxes
> for the options would now read:
>
> <select name=mv_order_optionname OnUpdate=jsfunction()>

I believe what you want is:

> [item-options td=1 label=1 bold=1 price=4 extra="OnUpdate=jsfunction()"]

not js="...".

Jon