For some reason this does not work, any ideas.
Sincerely,
Max
Thanks, That worked fine but when I run the code within a javascript nothing happens. I try to run the script by
calculate();
Any ideas?
/Max
I tried something very simple like
Tiggzi('tryckfall').text("hello")
but the text is not changed, any ideas?
/Max
I tried something like this
function(calculatekanaldim);
and a function calculatekanaldim containing
var input = Tiggr('kanaldiameter');
input = input/2;
Tiggr('tryckfall').text('input')
where kanaldiameter is the name of the select and tryckfall is the label.
Sincerely,
Max
I would like to grab information from a select menu, make some calculation based on this and present the result in a label. For some reason I failed totaly and wonder if someone could provide some help?
Sincerely
Max