Can anyone help me... I have an asp page which has checkboxes which contain numeric values, each time the onclick event is triggered the values are caclulated (using javascript code supplied by tek-tips members)
But what I need to achieve is that one of the boxes has to be checked and disabled by default (I have done this so far) but the value needs to be calculated still. At the moment this calculation only happens on the onclick event but as the box is disabled by default this won't happen. What I need to know is how to trigger this javascript code without the onclick event happening on this one checkbox ?
But what I need to achieve is that one of the boxes has to be checked and disabled by default (I have done this so far) but the value needs to be calculated still. At the moment this calculation only happens on the onclick event but as the box is disabled by default this won't happen. What I need to know is how to trigger this javascript code without the onclick event happening on this one checkbox ?