<!DOCTYPE html>
<html>
<body>
<p>AO-1s</p>
<form>
<input type="radio" name="coffee" value="0">1s<sup>1</sup><br>
<input type="radio" name="coffee" value="0.3">1s<sup>2</sup><br>
<br>
<input type="button" onclick="myFunction1()" value="Xem Kết quả">
<br><br>
<input type="text" id="order" size="50">
</form>
<script>
function myFunction1() {
var coffee = document.forms[0];
var txt = "";
var i;
for (i = 0; i < coffee.length; i++) {
if (coffee[i].checked) {
z_array= new Array();
z_array[1]=0;
z_array[2]=0.3;
txt = txt + coffee[i].value + " ";
AO_1s=coffee[i].value;
}
}
document.getElementById("order").value = "Hằng số chắn của AO-1s: "+"σ(1s)=" + txt
}
</script>
<br/>
Điền vào số Z:
<form>
<input id="solieu" type="text" name="n" size="30" maxlength="3" value=""> <br>
<input type="reset" value="Reset" onclick="n.focus()">
</form>
Nhấn để xem kết quả:
<button onclick="myFunction2()">Tính năng lượng AO E(1s)</button>
<p id="demo"></p>
<p id="demo2"></p>
<script>
function myFunction2() {
var x = document.getElementById("solieu").value;
z=x;
Z_hd = z-AO_1s;
n1=1;
n2=2;
n3=3;
n4=3.7;
n5=4;
n6=4.2;
var E_AO_1s= -13.6*(Z_hd*Z_hd)/(1*1) ;
// In ra màn hình
document.getElementById("demo").innerHTML ="Giá trị năng lượng AO 1s là: "+ E_AO_1s+"eV";
document.getElementById("demo2").innerHTML ="Giá trị năng lượng AO 1s là: "+ E_AO_1s+"eV";
}
</script>
</body>
</html>
<html>
<body>
<p>AO-1s</p>
<form>
<input type="radio" name="coffee" value="0">1s<sup>1</sup><br>
<input type="radio" name="coffee" value="0.3">1s<sup>2</sup><br>
<br>
<input type="button" onclick="myFunction1()" value="Xem Kết quả">
<br><br>
<input type="text" id="order" size="50">
</form>
<script>
function myFunction1() {
var coffee = document.forms[0];
var txt = "";
var i;
for (i = 0; i < coffee.length; i++) {
if (coffee[i].checked) {
z_array= new Array();
z_array[1]=0;
z_array[2]=0.3;
txt = txt + coffee[i].value + " ";
AO_1s=coffee[i].value;
}
}
document.getElementById("order").value = "Hằng số chắn của AO-1s: "+"σ(1s)=" + txt
}
</script>
<br/>
Điền vào số Z:
<form>
<input id="solieu" type="text" name="n" size="30" maxlength="3" value=""> <br>
<input type="reset" value="Reset" onclick="n.focus()">
</form>
Nhấn để xem kết quả:
<button onclick="myFunction2()">Tính năng lượng AO E(1s)</button>
<p id="demo"></p>
<p id="demo2"></p>
<script>
function myFunction2() {
var x = document.getElementById("solieu").value;
z=x;
Z_hd = z-AO_1s;
n1=1;
n2=2;
n3=3;
n4=3.7;
n5=4;
n6=4.2;
var E_AO_1s= -13.6*(Z_hd*Z_hd)/(1*1) ;
// In ra màn hình
document.getElementById("demo").innerHTML ="Giá trị năng lượng AO 1s là: "+ E_AO_1s+"eV";
document.getElementById("demo2").innerHTML ="Giá trị năng lượng AO 1s là: "+ E_AO_1s+"eV";
}
</script>
</body>
</html>
Đăng nhận xét