ส่งงานสัปดาห์ที่ 11
Quote from uthai on 07/10/2020, 09:53:48<html>
<head>
<title> week 11 java script ตอนที่ 2 </title>
<meta charset ="utf-8">
<style>
.box1
{
border: 0.05px solid #000000;
width: 500px;
height: 500px;
}
.box2
{
position: relative;
border: 0.05px solid #00FF00;
width : 200px;
height :200px;
}
.box3
{
position: relative;
left : 202px;
top: -202px;
border: 0.05px solid #0000ff;
width : 200px;
height :200px;
}
#bt1
{
width:100px;
height:50px;
}
.box4
{
position: relative;
left : 50px;
top: -150px;
border: 2px solid #0000ff;
border-radius: 25px;
width : 50px;
height :50px;
}
</style></head>
<body>
<h3> การจัดการรูปแบบของหน้าต่างเว็บ </h3>
<div class = "box1" >
<div class ="box2">
<p> Volt =</p>
<p> Current =</p>
<p> Power =</p>
</div>
<div class = "box3">
<p id ="V1">220</p>
<p id ="I1">10</p>
<p id = "P1">----</p>
<button onclick = "calculate()" id="bt1" > คำนวณ </button>
</div><div class = "box4" id="box4">
</div>
<button onclick = "mov_L()"> เคลื่อนที่ไปทางซ้าย </button>
<button onclick = "mov_R()"> เคลื่อนที่ไปทางขวา </button></div>
<script>
var n=50;
function mov_L()
{
var box4 = document.getElementById("box4");
n = n-10;
box4.style.left = n;
}
function mov_R()
{
var box4 = document.getElementById("box4");
n = n+10;
box4.style.left = n;
}
function calculate()
{
var v1 = parseInt(document.getElementById("V1").innerHTML);
var i1 = parseInt(document.getElementById("I1").innerHTML);
var p1 = document.getElementById("P1");
p1.innerHTML = v1*i1;
p1.style.color = '#ff0000';
p1.style.fontSize='15px';}
</script>
</body></html>
<html>
<head>
<title> week 11 java script ตอนที่ 2 </title>
<meta charset ="utf-8">
<style>
.box1
{
border: 0.05px solid #000000;
width: 500px;
height: 500px;
}
.box2
{
position: relative;
border: 0.05px solid #00FF00;
width : 200px;
height :200px;
}
.box3
{
position: relative;
left : 202px;
top: -202px;
border: 0.05px solid #0000ff;
width : 200px;
height :200px;
}
#bt1
{
width:100px;
height:50px;
}
.box4
{
position: relative;
left : 50px;
top: -150px;
border: 2px solid #0000ff;
border-radius: 25px;
width : 50px;
height :50px;
}
</style>
</head>
<body>
<h3> การจัดการรูปแบบของหน้าต่างเว็บ </h3>
<div class = "box1" >
<div class ="box2">
<p> Volt =</p>
<p> Current =</p>
<p> Power =</p>
</div>
<div class = "box3">
<p id ="V1">220</p>
<p id ="I1">10</p>
<p id = "P1">----</p>
<button onclick = "calculate()" id="bt1" > คำนวณ </button>
</div>
<div class = "box4" id="box4">
</div>
<button onclick = "mov_L()"> เคลื่อนที่ไปทางซ้าย </button>
<button onclick = "mov_R()"> เคลื่อนที่ไปทางขวา </button>
</div>
<script>
var n=50;
function mov_L()
{
var box4 = document.getElementById("box4");
n = n-10;
box4.style.left = n;
}
function mov_R()
{
var box4 = document.getElementById("box4");
n = n+10;
box4.style.left = n;
}
function calculate()
{
var v1 = parseInt(document.getElementById("V1").innerHTML);
var i1 = parseInt(document.getElementById("I1").innerHTML);
var p1 = document.getElementById("P1");
p1.innerHTML = v1*i1;
p1.style.color = '#ff0000';
p1.style.fontSize='15px';
}
</script>
</body>
</html>
Uploaded files:Quote from 62122090109 on 07/10/2020, 11:46:19นาย อัษราวุฒิ เจริญวัย 62122090109
ส่งงาน Week 11 java soript ตอนที่2
นาย อัษราวุฒิ เจริญวัย 62122090109
ส่งงาน Week 11 java soript ตอนที่2
Quote from 62122090107 on 07/10/2020, 11:47:32นาย วิชิต พุฒพิม 62122090107
นาย วิชิต พุฒพิม 62122090107
Uploaded files:Quote from 62122090105 on 07/10/2020, 11:48:06ภานุวัฒน์ บุญเกิด 62122090105
ภานุวัฒน์ บุญเกิด 62122090105
Uploaded files:Quote from 62122090111 on 07/10/2020, 11:48:40นางสาวเพ็ญนภา สุธรรมมา 62122090111
ส่งงาน week 11 java sript ตอนที่ 2
นางสาวเพ็ญนภา สุธรรมมา 62122090111
ส่งงาน week 11 java sript ตอนที่ 2
Uploaded files:Quote from 62122090113 on 07/10/2020, 11:50:02นายกฤษดา ดินแดง 62122090113
ส่งงาน week 11 java sript ตอนที่ 2
นายกฤษดา ดินแดง 62122090113
ส่งงาน week 11 java sript ตอนที่ 2
Uploaded files:Quote from 62122090127 on 07/10/2020, 11:50:39นายอนุวัฒน์ นุสนธิ์
62122090127
นายอนุวัฒน์ นุสนธิ์
62122090127
Uploaded files:Quote from 62122090110 on 07/10/2020, 11:51:29นางสาว ปริญญาพร ไขแสง 62122090110
ส่งงาน week 11 java script ตอนที่ 2
นางสาว ปริญญาพร ไขแสง 62122090110
ส่งงาน week 11 java script ตอนที่ 2
Uploaded files: