<td align="center"><a rel="facebox" title="Click To Edit" href="test.php?RecordID=<?php echo $row['RecordID']; ?>&PersonnelID=<?php echo $row['PersonnelID']; ?>&Surname=<?php echo $row['Surname']; ?>&FirstName=<?php echo $row['FirstName']; ?>&LastName=<?php echo $row['LastName']; ?>&BranchName=<?php echo $row['BranchName']; ?>&DepartmentName=<?php echo $row['DepartmentName']; ?>&EducateDate=<?php echo $row['EducateDate']; ?>&DateIN=<?php echo $row['DateIN']; ?>&EducateName=<?php echo $row['EducateName']; ?>"><button class="btn btn-warning"><i class="icon-edit"></i> </button></td></a>
#facebox { position: absolute; top: -10; left: 0; z-index: 100; text-align: left; } #facebox .popup{ position:relative; border:3px solid rgba(0,0,0,0); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow:0 0 18px #000; -moz-box-shadow:0 0 18px #000; box-shadow:0 0 18px #000; } #facebox .content { display:table; width: 380px; padding: 10px; background: #fff; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; font-family: 'font'; } #facebox .content > p:first-child{ margin-top:0; } #facebox .content > p:last-child{ margin-bottom:0; } #facebox .close{ position:absolute; top:5px; right:5px; padding:10px; background:#FF0000; } #facebox .close img{ opacity:0.3; } #facebox .close:hover img{ opacity:1.0; } #facebox .loading { text-align: center; } #facebox .image { text-align: center; } #facebox img { border: 0; margin: 0; } #facebox_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; } .facebox_hide { z-index:-100; } .facebox_overlayBG { background-color: #000; z-index: 99; } .hoverbox { cursor: default; list-style: none; } .hoverbox a { cursor:pointer; } .hoverbox img { background: #fff; border-color: #aaa #ccc #ddd #bbb; border-style: solid; border-width: 1px; color: inherit; padding: 2px; vertical-align: top; width: 115px; height: 70px; margin-bottom:5px; }
<html> <head> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> หัวข้อการอบรม </title> <?php error_reporting( error_reporting() & ~E_NOTICE ); $PlaceINOUT="ภายใน"; ?> <?php if ($PlaceINOUT=="ภายใน"){?> คะแนนผ่าน <input type="text" name="criterion" id="criterion" min="0" max="100" placeholder="คะแนน" autocomplete="off" style="width: 45px; height:30px;" > ให้คะแนน<input type="text" name="score" id="score" min="0" max="100" placeholder="คะแนน" autocomplete="off" style="width: 45px; height:30px;" > <?php }else{ print "";//เป็นเท็จ ก็จะแสดงว่า Not is dogs } ?> <input type="radio" name="EducateResult" value="ผ่าน"<?=($row['EducateResult']=="ผ่าน"? 'CHECKED' : '')?> id="EducateResult_0" checked>ผ่าน <input type="radio" name="EducateResult" value="ไม่ผ่าน"<?=($row['EducateResult']=="ไม่ผ่าน"? 'CHECKED' : '')?> id="EducateResult_1">ไม่ผ่าน <script language="JavaScript"> let criterionElement = document.getElementById('criterion'); let scoreElement = document.getElementById('score'); let inputRadioPassed = document.getElementById('EducateResult_0'); let inputRadioFailed = document.getElementById('EducateResult_1'); criterionElement.addEventListener('keyup', autoCheckRadio); scoreElement.addEventListener('keyup', autoCheckRadio); function autoCheckRadio(event) { if (parseFloat(scoreElement.value) >= parseFloat(criterionElement.value)) { inputRadioPassed.checked = true; inputRadioFailed.checked = false; } else { inputRadioPassed.checked = false; inputRadioFailed.checked = true; } } </SCRIPT> </html>
Quote:Like the type attribute, this attribute identifies the scripting language in use. Unlike the type attribute, however, this attribute’s possible values were never standardized. The type attribute should be used instead.
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง