<head>
<meta http-equiv= "Content-type" content= "text/html"; Charset=utf-8 ">
<title>11</title>
</head>
<body>
<script language= "JavaScript" >
function Sumnum ()
{
var sumvalue
C=eval (Cc.value);
A=eval (Aa.value);
B=eval (Bb.value);
if (isNaN (a))
{a=0}
if (isNaN (b))
{b=0}
if (isNaN (c))
{b=0}
sumvalue = a+b+c;
self[' zong '].value =sumvalue;
}
</script>
<select id= "CC" >
<option value= "Sumnum" (); > value is 60</option>
<option value= "0" "Sumnum ();" > value is 0</option>
</select>
<input id= "AA" type= "text" size= "onkeyup=" Value=value.replace (/[^d.] /g, ""); Sumnum (); " >
<input id= "BB" type= "text" size= "onkeyup=" Value=value.replace (/[^d.] /g, ""); Sumnum (); " >
<input id= "zong" type= "text" size= "M" >
</body>
</html>
<script language= "JavaScript" >
function Sumnum () {
var sumvalue
C =parseint (document.getElementById (' cc '). Value)
a = parseint (document.getElementById (' AA '). Value)
b = parseint (document.getElementById (' BB '). Value)
if (isNaN (a))
{a = 0}
if (isNaN (b))
{b = 0}
if (isNaN (c))
{b = 0}
Sumvalue = a + B + C;
document.getElementById (' Zong '). Value = Sumvalue;
}
</script>
<select id= "CC" onchange= "Sumnum ()" >
<option value= > value is 60</option>
<option value= "0" > value is 0</option>
</select>
<input id= "AA" type= "text" size= "onkeyup=" Value=value.replace (/[^d.] /g, ""); Sumnum (); " >
<input id= "BB" type= "text" size= "onkeyup=" Value=value.replace (/[^d.] /g, ""); Sumnum (); " >
<input id= "zong" type= "text" size= ">"
<title>11</title>
<body>
<script language= "JavaScript"
Function sumnum ()
{
Var sumvalue;
var c = parsefloat (document.getElementById ("CC"). Value) | | 0;
Var b = parsefloat (document.getElementById ("BB"). Value) | | 0;
Var a = parsefloat (document.getElementById ("AA"). Value) | | 0;
sumvalue = a+b+c;
document.getElementById ("Zong") .value =sumvalue;
}
</script>
<select id= cc " onchange=" Sumnum (); "
<option value= > value is 60</option>
<option value= "0" > value is 0</option>
</select>
<input id= "AA" type= "text" size= "M" Onkeyup= "Value=value.replace (/[^d.) /g, ""); Sumnum (); "
<input id= "BB" type= "text" size= " onkeyup=" Value=value.replace (/[^d.] /g,''); Sumnum (); "
<input id= "Zong" type= "text" size= "
</body>