Hi,
with this little piece of coding (I've changed the names of the text fields):
<SELECT NAME="NumberOf" onChange="TheTotalSumOf.value=((NumberOf.value) *
(<%=ThePrice%>))">
When a number is chosen in the dropdown, the total sum is shown in the
textfield named "TheTotalSumOf". This works fine in IE but not in NS (except
from version 7.1).
As I figure a lot of people still use NS-versions from 4.* and upwards.
Does anybody have a clue how to change this script, making it function in
earlier NS?
With best regards,
Lis Rosenqvist,
Sweden
with this little piece of coding (I've changed the names of the text fields):
<SELECT NAME="NumberOf" onChange="TheTotalSumOf.value=((NumberOf.value) *
(<%=ThePrice%>))">
When a number is chosen in the dropdown, the total sum is shown in the
textfield named "TheTotalSumOf". This works fine in IE but not in NS (except
from version 7.1).
As I figure a lot of people still use NS-versions from 4.* and upwards.
Does anybody have a clue how to change this script, making it function in
earlier NS?
With best regards,
Lis Rosenqvist,
Sweden