Click here to Skip to main content
15,897,090 members

Comments by Member 10066916 (Top 34 by date)

Member 10066916 20-Mar-14 2:57am View    
yes vick! this does work thank you very much...but when i reload my page the contents are seen again..I dont want them to be seen again..any idea how do i do this?
Member 10066916 1-Nov-13 10:37am View    
the sum doesn't seem to be appearing in the textbox
Member 10066916 1-Nov-13 10:37am View    
I tried this...its not working...
Member 10066916 30-Oct-13 13:29pm View    
I tried it out again..this seems to be working...but when i click on remove it still shows the same value..can someone help

function showCal(obj) {

var val = document.getElementById(obj.id).value;


if(val!='' && !isNaN(val) ){
var prvVal = document.getElementById('txt').value;
prvVal= (!isNaN(prvVal))?prvVal:0;
document.getElementById('txt').value = parseInt(prvVal) + parseInt(val);
}
}
</script>
Member 10066916 13-Oct-13 7:14am View    
The exact error is Insert statement conflicted with foreign key constraint.