]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/html/mat_con.html
3f4d37e41c7a35751fb03a9d09a9b98736337116
[helm.git] / helm / searchEngine / html / mat_con.html
1 <HTML>
2 <HEAD>
3 <SCRIPT language="Javascript">
4 function checkint(grado)
5         {
6         if (isNaN(grado))
7                 alert ("warning: you must enter a natural number in the grade box");
8         else if (Number(grado)<0|Number(grado)!=Math.floor(Number(grado))) alert ("warning: you must enter a natural number in the grade box");
9         }
10 parent.mcq="[Alias list] [Expr]";
11 parent.aggq();
12 </SCRIPT>
13 </HEAD>
14 <BODY>
15 </BODY>
16 </HTML>