Server IP : 119.59.102.212 / Your IP : 3.22.217.190 Web Server : Apache/2 System : Linux narin 2.6.32-042stab142.1 #1 SMP Tue Jan 28 23:44:17 MSK 2020 x86_64 User : yangkam ( 1022) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/yangkam/domains/yangkam.go.th/public_html/coremain/module/webboard/ |
Upload File : |
<?php $navig['webboard']="กระดานสนทนา"; $navig['postq']="ตั้งประเด็น"; navigator($navig); echo "<br>"; bar_header("ตั้งประเด็น"); // Bar_Header fieldset_top("กระดานสนทนา"); ?> <center> <font class="Menu1"><b>เชิญตั้งประเด็นได้ที่นี่</b></font> </font> <br> <form method=post action="index.php?mod=post&path=webboard&id_post_web=2" name="add" id="add" onSubmit="return checkadd()"> <table border=0 cellpadding=0 cellspacing=0 width='95%' align=center> <tr height='40'> <td align=left width='20%'><img src='coremain/images/marker.gif'> <b>ประเด็นคำถาม</b></td> <td width="80%"><input type=text name="QTitle" maxlength=100 style="width: 100%;"></td> </tr> <?php text_editor("445", "260", "รายละเอียด", 2, $data['fulltexts']); // Text Editor ?> <tr height='40'> <td align=left><img src='coremain/images/marker.gif'> <b>ผู้ตั้งประเด็น</b></td> <td><input type=text name="QName" maxlength=50 value='<?php echo $_SESSION['name_post'] ?>' style="width: 100%;"></td> </tr> <tr height='40'> <td align=left><img src='coremain/images/marker.gif'> <b>อีเมล์</b></td> <td><input type=text name="QEmail" maxlength=50 value='<?php echo $_SESSION['name_email'] ?>' style="width: 100%;"></td> </tr> <tr height='40'> <td align=left><img src='coremain/images/marker.gif'> <b>รหัสลับ</b></td> <td><img src='coremain/module/webboard/login1_image.php' align='center' title='ป้อนตามที่เห็นในภาพ'></td> </tr> <tr height='40'> <td align=left><img src='coremain/images/marker.gif'> <b>ป้อนรหัสลับ</b></td> <td><input type=text name='from_pic'> <img src='coremain/images/bu.gif' title='ป้อนรหัสลับตามที่ปรากฏ' onmouseover=this.style.cursor='hand'></td> </tr> </table> <br> <?php button_text('ตั้งประเด็น', 'submit', 0) ?> <!--<input type=submit value="ตั้งประเด็น" onmouseover=this.style.cursor='hand'>--> </form> </center> <?php echo fieldset_down(); ?> <script language="javascript"> function checkadd() { if(document.add.QTitle.value=="") { alert("กรุณากรอก ประเด็นคำถาม !") ; document.add.QTitle.focus() ; return false ; } else if(document.add.QName.value=="") { alert("กรุณากรอกผู้ตั้งประเด็น!") ; document.add.QName.focus() ; return false ; } else if(document.add.from_pic.value=="") { alert("กรุณาป้อนรหัสลับตามที่ปรากฏ!") ; document.add.from_pic.focus() ; return false ; } else return true ; } </script>