Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amss /
modules /
cabinet /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
cabinet_set.php
19.32
KB
-rwxr-xr-x
ctr_document.php
23.71
KB
-rwxr-xr-x
ctr_document_mobile.php
22.58
KB
-rwxr-xr-x
ctr_tray_set.php
20.18
KB
-rwxr-xr-x
permission.php
8.3
KB
-rwxr-xr-x
private_document.php
23.2
KB
-rwxr-xr-x
private_document_mobile.php
21.8
KB
-rwxr-xr-x
private_tray_set.php
15.15
KB
-rwxr-xr-x
search_document.php
5.94
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : private_document_mobile.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); $user=$_SESSION['login_user_id']; if(!(isset($_REQUEST['person_switch']))){ $_REQUEST['person_switch']=""; } if(!(isset($_GET['add_index']))){ $_GET['add_index']=""; } echo "<br>"; if(!(($index==1) or ($index==2) or ($index==5))){ echo "<table width='50%' border='0' align='center'>"; echo "<tr align='center'><td><font color='#006666'><strong>ตู้เอกสารส่วนบุคคล</strong></font></td></tr>"; echo "</table>"; } //ส่วนเพิ่มข้อมูล if($index==1){ $sql = "select * from cabinet_file where cabinet_id='$_REQUEST[cabinet_id]' and tray_id='$_REQUEST[tray_id]' and file_id='$_REQUEST[file_id]' "; $dbquery = mysqli_query($connect,$sql); $ref_result = mysqli_fetch_array($dbquery); echo "<form Enctype = multipart/form-data id='frm1' name='frm1'>"; echo "<Center>"; echo "<Font color='#006666' Size='3'><B>เพิ่มเอกสาร</B></Font><br />"; echo "<Font color='#006666' Size='2'><B>แฟ้ม$ref_result[file_name]</B></Font>"; echo "</Cener>"; echo "<Br><Br>"; echo "<Table width='50%' >"; echo "<Tr align='left'><Td align='right'>ชื่อเรื่อง </Td><Td><Input Type='Text' Name='doc_subject' Size='25'></Td></Tr>"; echo "<Tr align='left'><Td align='right'></Td><Td><Input Type='radio' Name='status' value='0' checked> เผยแพร่</Td></Tr>"; echo "<Tr align='left'><Td align='right'></Td><Td><Input Type='radio' Name='status' value='1'> ไม่เผยแพร่</Td></Tr>"; echo "<Tr align='left'><Td align='right'>เอกสาร </Td><Td><input type='file' name='myfile1' size='26'></Td></Tr>"; echo "<Input Type=Hidden Name='cabinet_id' Value='$_REQUEST[cabinet_id]'>"; echo "<Input Type=Hidden Name='tray_id' Value='$_REQUEST[tray_id]'>"; echo "<Input Type=Hidden Name='file_id' Value='$_REQUEST[file_id]'>"; echo "<Br>"; echo "</Table>"; echo "<Br>"; echo "<INPUT TYPE='button' name='smb' value='ตกลง' onclick='goto_url(1)'> <INPUT TYPE='button' name='back' value='ย้อนกลับ' onclick='goto_url(0)'>"; echo "</form>"; } //ส่วนยืนยันการลบข้อมูล if($index==2) { echo "<table width='800' border='0' align='center'>"; echo "<tr><td align='center'><font color='#990000' size='4'>โปรดยืนยันความต้องการลบข้อมูลอีกครั้ง</font><br></td></tr>"; echo "<tr><td align=center>"; echo "<INPUT TYPE='button' name='smb' value='ยืนยัน' onclick='location.href=\"?option=cabinet&task=main/private_document_mobile&index=3&id=$_REQUEST[id]&page=$_REQUEST[page]&cabinet_id=$_REQUEST[cabinet_id]&tray_id=$_REQUEST[tray_id]&file_id=$_REQUEST[file_id]\"'> <INPUT TYPE='button' name='back' value='ยกเลิก' onclick='location.href=\"?option=cabinet&task=main/private_document_mobile&index=7&page=$_REQUEST[page]&cabinet_id=$_REQUEST[cabinet_id]&tray_id=$_REQUEST[tray_id]&file_id=$_REQUEST[file_id]\"'"; echo "</td></tr></table>"; } //ส่วนลบข้อมูล if($index==3){ $sql_unlink = "select * from cabinet_main where id='$_REQUEST[id]'"; $dbquery_unlink = mysqli_query($connect,$sql_unlink); $result_unlink = mysqli_fetch_array($dbquery_unlink ); //ป้องกันการลบที่ไม่ใช่เจ้าของ if($result_unlink['person_id']==$user){ $sql = "delete from cabinet_main where id='$_REQUEST[id]'"; $dbquery = mysqli_query($connect,$sql); unlink("modules/cabinet/upload_files/$result_unlink[doc_name]"); } $index=7; } //ส่วนเพิ่มข้อมูล if($index==4){ $sizelimit = 20000*1024 ; //ขนาดไฟล์ที่ให้แนบ 20 Mb. /// file $myfile1 = $_FILES ['myfile1'] ['tmp_name'] ; $myfile1_name = $_FILES ['myfile1'] ['name'] ; $myfile1_size = $_FILES ['myfile1'] ['size'] ; $myfile1_type = $_FILES ['myfile1'] ['type'] ; $array_last1 = explode("." ,$myfile1_name) ; $c1 =count ($array_last1) - 1 ; $lastname1 = strtolower ($array_last1 [$c1] ) ; if ($myfile1<>"") { if ($lastname1 =="doc" or $lastname1 =="docx" or $lastname1 =="rar" or $lastname1 =="pdf" or $lastname1 =="xls" or $lastname1 =="xlsx" or $lastname1 =="zip" or $lastname1 =="jpg" or $lastname1 =="gif" or $lastname1 =="ppt" or $lastname1 =="pptx") { $upfile1 = "" ; }else { $upfile1 = "-ไม่อนุญาตให้ทำการแนบไฟล์ $myfile1_name<BR> " ; } If ($myfile1_size>$sizelimit) { $sizelimit1 = "-ไฟล์ $myfile1_name มีขนาดใหญ่กว่าที่กำหนด<BR>" ; }else { $sizelimit1 = "" ; } } // check file size file name if ($upfile1<> "" || $sizelimit1<> "") { echo "<div align='center'>"; echo "<B><FONT SIZE=2 COLOR=#990000>มีข้อผิดพลาดเกี่ยวกับไฟล์ของคุณ ดังรายละเอียด</FONT></B><BR>" ; echo "<FONT SIZE=2 COLOR=#990099>" ; echo $upfile1 ; echo $sizelimit1 ; echo "</FONT>" ; echo " <input type=\"button\" value=\" แก้ไข \" onClick=\"javascript:history.go(-1)\" ></CENTER>" ; echo "</div>"; exit () ; } if ($myfile1<>"" ) { $timestamp = mktime(date("H"), date("i"),date("s"), date("m") ,date("d"), date("Y")) ; //timestamp เวลาปัจจุบัน $ref_id = $user.$timestamp ; $myfile1name=$ref_id.".".$lastname1 ; if(copy ($myfile1, "modules/cabinet/upload_files/".$myfile1name)){ $rec_date=date("Y-m-d H:i:s"); $sql = "insert into cabinet_main (file_id, tray_id, cabinet_id, cabinet_type, doc_subject, doc_size, doc_name, doc_type, status, person_id, rec_date) values ( '$_POST[file_id]', '$_POST[tray_id]', '$_POST[cabinet_id]', '2' , '$_POST[doc_subject]', '$myfile1_size', '$myfile1name', '$lastname1', '$_POST[status]', '$user', '$rec_date')"; $dbquery = mysqli_query($connect,$sql); } unlink ($myfile1) ; } echo "<script>document.location.href='?option=cabinet&task=main/private_document_mobile&index=7&cabinet_id=$_REQUEST[cabinet_id]&tray_id=$_REQUEST[tray_id]&file_id=$_REQUEST[file_id]'; </script>\n"; } //ส่วนฟอร์มแก้ไขข้อมูล if ($index==5){ echo "<form id='frm1' name='frm1'>"; echo "<Center>"; echo "<Font color='#006666' Size=3><B>แก้ไข</B></Font>"; echo "</Cener>"; echo "<Br><Br>"; $sql = "select * from cabinet_main where id='$_REQUEST[id]'"; $dbquery = mysqli_query($connect,$sql); $ref_result = mysqli_fetch_array($dbquery); echo "<Table width='50%'>"; echo "<Tr align='left'><Td align='right'>ชื่อเรื่อง </Td><Td><Input Type='Text' Name='doc_subject' Size='70' value='$ref_result[doc_subject]'></Td></Tr>"; if($ref_result['status']==1){ $status_check0=""; $status_check1="checked"; } else{ $status_check0="checked"; $status_check1=""; } echo "<Tr align='left'><Td align='right'></Td><Td><Input Type='radio' Name='status' value='0' $status_check0> เผยแพร่</Td></Tr>"; echo "<Tr align='left'><Td align='right'></Td><Td><Input Type='radio' Name='status' value='1' $status_check1> ไม่เผยแพร่</Td></Tr>"; echo "<Tr><Td align='right'>แฟ้มเอกสาร </Td>"; echo "<td><div align='left'><Select name='file_id' size='1'>"; $sql_file = "select * from cabinet_file where cabinet_id='$_REQUEST[cabinet_id]' and tray_id='$_REQUEST[tray_id]' order by file_id"; $dbquery_file= mysqli_query($connect,$sql_file); echo "<option value = ''>เลือก</option>" ; While ($result_file = mysqli_fetch_array($dbquery_file)){ if($result_file[file_id]==$_REQUEST[file_id]){ echo "<option value=$result_file[file_id] selected>$result_file[file_name]</option>" ; } else{ echo "<option value=$result_file[file_id]>$result_file[file_name]</option>" ; } } echo "</select>"; echo "</div></td></tr>"; echo "</Table>"; echo "<Br />"; echo "<Input Type=Hidden Name='id' Value='$_REQUEST[id]'>"; echo "<Input Type=Hidden Name='cabinet_id' Value='$_REQUEST[cabinet_id]'>"; echo "<Input Type=Hidden Name='tray_id' Value='$_REQUEST[tray_id]'>"; echo "<Input Type=Hidden Name='page' Value='$_REQUEST[page]'>"; echo "<INPUT TYPE='button' name='smb' value='ตกลง' onclick='goto_url_update(1)'> <INPUT TYPE='button' name='back' value='ย้อนกลับ' onclick='location.href=\"?option=cabinet&task=main/private_document_mobile&index=7&page=$_REQUEST[page]&cabinet_id=$_REQUEST[cabinet_id]&tray_id=$_REQUEST[tray_id]&file_id=$_REQUEST[file_id]\"'"; echo "</form>"; } //ส่วนปรับปรุงข้อมูล if ($index==6){ $sql_unlink = "select * from cabinet_main where id='$_REQUEST[id]'"; $dbquery_unlink = mysqli_query($connect,$sql_unlink); $result_unlink = mysqli_fetch_array($dbquery_unlink ); //ป้องกันการแก้ไขที่ไม่ใช่เจ้าของ if($result_unlink['person_id']==$user){ $sql = "update cabinet_main set doc_subject='$_POST[doc_subject]', status='$_POST[status]', file_id='$_POST[file_id]' where id='$_POST[id]'"; $dbquery = mysqli_query($connect,$sql); } $index=7; } //ส่วนการดูเอกสาร if ($index==7){ //ส่วนของการแยกหน้า $pagelen=20; // 1_กำหนดแถวต่อหน้า $url_link="option=cabinet&task=main/private_document_mobile&index=7&cabinet_id=$_REQUEST[cabinet_id]&tray_id=$_REQUEST[tray_id]&file_id=$_REQUEST[file_id]"; // 2_กำหนดลิงค์ $sql = "select * from cabinet_main where cabinet_type='2' and cabinet_id='$_REQUEST[cabinet_id]' and tray_id='$_REQUEST[tray_id]' and file_id='$_REQUEST[file_id]'"; // 3_กำหนด sql $dbquery = mysqli_query($connect,$sql); $num_rows = mysqli_num_rows($dbquery ); $totalpages=ceil($num_rows/$pagelen); if(!(isset($_REQUEST['page']))){ $_REQUEST['page']=""; } if($_REQUEST['page']==""){ $page=$totalpages; if($page<2){ $page=1; } } else{ if($totalpages<$_REQUEST['page']){ $page=$totalpages; if($page<1){ $page=1; } } else{ $page=$_REQUEST['page']; } } $start=($page-1)*$pagelen; if(($totalpages>1) and ($totalpages<6)){ echo "<div align=center>"; echo "หน้า "; for($i=1; $i<=$totalpages; $i++) { if($i==$page){ echo "[<b><font size=+1 color=#990000>$i</font></b>]"; } else { echo "<a href=$PHP_SELF?$url_link&page=$i>[$i]</a>"; } } echo "</div>"; } if($totalpages>5){ if($page <=3){ $e_page=5; $s_page=1; } if($page>3){ if($totalpages-$page>=2){ $e_page=$page+2; $s_page=$page-2; } else{ $e_page=$totalpages; $s_page=$totalpages-5; } } echo "<div align=center>"; if($page!=1){ $f_page1=$page-1; echo "<<a href=$PHP_SELF?$url_link&page=1>แรก </a>"; echo "<<<a href=$PHP_SELF?$url_link&page=$f_page1>ก่อน </a>"; } else { echo "หน้า "; } for($i=$s_page; $i<=$e_page; $i++){ if($i==$page){ echo "[<b><font size=+1 color=#990000>$i</font></b>]"; } else { echo "<a href=$PHP_SELF?$url_link&page=$i>[$i]</a>"; } } if($page<$totalpages) { $f_page2=$page+1; echo "<a href=$PHP_SELF?$url_link&page=$f_page2> ถัด</a>>>"; echo "<a href=$PHP_SELF?$url_link&page=$totalpages> ท้าย</a>>"; } echo " <select onchange=\"location.href=this.options[this.selectedIndex].value;\" size=\"1\" name=\"select\">"; echo "<option value=\"\">หน้า</option>"; for($p=1;$p<=$totalpages;$p++){ echo "<option value=\"?$url_link&page=$p\">$p</option>"; } echo "</select>"; echo "</div>"; } //จบแยกหน้า $sql_file = "select * from cabinet_file where cabinet_id='$_REQUEST[cabinet_id]' and tray_id='$_REQUEST[tray_id]' and file_id='$_REQUEST[file_id]'"; $dbquery_file = mysqli_query($connect,$sql_file); $result_file = mysqli_fetch_array($dbquery_file); $sql = "select cabinet_main.id, cabinet_main.doc_subject, cabinet_main.doc_type, cabinet_main.doc_size, cabinet_main.doc_name, cabinet_main.status, cabinet_main.person_id, cabinet_main.rec_date, person_main.name, person_main.surname from cabinet_main left join person_main on cabinet_main.person_id=person_main.person_id where cabinet_main.cabinet_type='2' and cabinet_main.cabinet_id='$_REQUEST[cabinet_id]' and cabinet_main.tray_id='$_REQUEST[tray_id]' and cabinet_main.file_id='$_REQUEST[file_id]' order by id limit $start,$pagelen"; $dbquery = mysqli_query($connect,$sql); echo "<table width='100%' border='0' align='center'>"; echo "<Tr >"; echo "<Td colspan='7' align='right'><INPUT TYPE='button' name='smb' value='<<กลับไปตู้เอกสาร' onclick='location.href=\"?option=cabinet&task=main/private_document_mobile&person_switch=$_REQUEST[tray_id]\"'></Td></Tr>"; echo "<Tr bgcolor='#FFCCCC' align='center' ><Td width='70'>ที่</Td><Td>แฟ้ม</Td><Td>ชื่อเอกสาร</Td><Td width='80'>ประเภท</Td><Td width='100'>ขนาด (KB)</Td><Td width='140'>ผู้เก็บเอกสาร</Td><Td width='140'>วดป</Td></Tr>"; $N=(($page-1)*$pagelen)+1; //*เกี่ยวข้องกับการแยกหน้า $M=1; While ($result = mysqli_fetch_array($dbquery)){ $doc_size=ceil($result['doc_size']/1024); if(($M%2) == 0) $color="#FFFFC"; else $color="#FFFFFF"; if($result['status']==1){ $no_publish=" (<img src=images/publish_x.png border='0'>เอกสารไม่เผยแพร่)"; } else{ $no_publish=""; } echo "<Tr bgcolor=$color><Td align='center'>$N</Td><Td>$result_file[file_name]</Td>"; if(($result['status']==1) and ($result['person_id']==$user)){ echo "<Td><a href=modules/cabinet/upload_files/$result[doc_name] target='_blank'>$result[doc_subject]</a>$no_publish</Td>"; } else if(($result['status']==1) and ($result['person_id']!=$user)){ echo "<Td>$result[doc_subject]$no_publish</Td>"; } else{ echo "<Td><a href=modules/cabinet/upload_files/$result[doc_name] target='_blank'>$result[doc_subject]</a></Td>"; } echo "<Td align='center'>$result[doc_type]</Td><Td align='center'>$doc_size</Td><Td>$result[name] $result[surname]</Td><Td align='center'>$result[rec_date]</Td>"; echo "</Tr>"; $M++; $N++; //*เกี่ยวข้องกับการแยกหน้า } echo "</Table>"; } //ส่วนการแสดงผล if(!(($index==1) or ($index==2) or ($index==5) or ($index==7))){ ////////////////////เลือกลิ้นชักบุคลากร echo "<form id='frm1' name='frm1'>"; echo "<table width='100%' align='center'><tr><td align='right'>"; echo "เลือกลิ้นชัก "; echo "<Select name='person_switch' size='1' onchange='goto_display(1)'>"; echo '<option value ="" >เลือก</option>' ; $sql_person = "select * from person_main , cabinet_tray where person_main.person_id=cabinet_tray.tray_id order by person_main.name"; $dbquery_person = mysqli_query($connect,$sql_person); While ($result_person = mysqli_fetch_array($dbquery_person)){ if($_REQUEST['person_switch']!=""){ if($result_person[person_id]==$_REQUEST[person_switch]){ echo "<option value=$result_person[person_id] selected>$result_person[name] $result_person[surname]</option>"; } else{ echo "<option value=$result_person[person_id]>$result_person[name] $result_person[surname]</option>"; } } else{ if($result_person[person_id]==$user) { echo "<option value=$result_person[person_id] selected>$result_person[name] $result_person[surname]</option>"; } else{ echo "<option value=$result_person[person_id]>$result_person[name] $result_person[surname]</option>"; } } } echo "</select>"; //echo " <INPUT TYPE='button' name='smb' value='เลือก' onclick='goto_display(1)' class='entrybutton'>"; echo "</td></tr></table>"; echo "</form>"; ////////////////////////////////////////// $sql = "select cabinet_cabinet.id, cabinet_cabinet.cabinet_id, cabinet_cabinet.cabinet_name, cabinet_cabinet.cabinet_size, cabinet_cabinet.tray_size, cabinet_cabinet.cabinet_person, person_main.prename, person_main.name, person_main.surname from cabinet_cabinet left join person_main on cabinet_cabinet.cabinet_person=person_main.person_id where cabinet_cabinet.cabinet_type='2' "; $dbquery = mysqli_query($connect,$sql); echo "<table width='100%' border='0' align='center'>"; echo "<Tr bgcolor='#FFCCCC' align='center' ><Td width='70'>เลขที่ตู้</Td><Td >ตู้เอกสาร</Td><Td >ลิ้นชัก</Td><Td>แฟ้ม</Td><Td width='100'>ขนาด(MB)</Td><Td width='100'>%การใช้</Td><Td width='70'>จำนวน<br />เอกสาร</Td><Td width='70'>เปิดแฟ้ม<br />เอกสาร</Td></Tr>"; While ($result = mysqli_fetch_array($dbquery)) { $id = $result['id']; echo "<Tr bgcolor='#CCCCCC' align='center'><Td>$result[cabinet_id]</Td><td colspan='3' align='left'>$result[cabinet_name]</td><Td align='center'>$result[cabinet_size]</Td> <Td align='left'></Td>"; echo "<Td></Td><Td></Td><Td></Td></Tr>"; //ส่วนลิ้นชัก if($_REQUEST['person_switch']!=""){ $sql_tray = "select * from cabinet_tray where cabinet_id='$result[cabinet_id]' and tray_id='$_REQUEST[person_switch]' order by tray_id"; } else{ $sql_tray = "select * from cabinet_tray where cabinet_id='$result[cabinet_id]' and tray_id='$user' order by tray_id"; } $dbquery_tray= mysqli_query($connect,$sql_tray); While ($result_tray = mysqli_fetch_array($dbquery_tray)){ //หาการใช้พื้นที่ในลิ้นชัก $sql_tray_sum ="select sum(doc_size) as size_sum from cabinet_main where cabinet_type='2' and cabinet_id='$result[cabinet_id]' and tray_id='$result_tray[tray_id]' "; $dbquery_tray_sum= mysqli_query($connect,$sql_tray_sum); $result_tray_sum = mysqli_fetch_array($dbquery_tray_sum); $size_sum=($result_tray_sum['size_sum']/($result['tray_size']*1024000))*100; $size_sum=number_format($size_sum,3); //ส่วนของการแยกไปเพิ่มเอกสาร if(($_GET['add_index']==1) and ($result['cabinet_id']==$_REQUEST['cabinet_id']) and ($result_tray['tray_id']==$_REQUEST['tray_id'])){ if($size_sum<100){ echo "<script>document.location.href='?option=cabinet&task=main/private_document_mobile&cabinet_id=$_REQUEST[cabinet_id]&tray_id=$_REQUEST[tray_id]&file_id=$_REQUEST[file_id]&index=1';</script>\n"; } else{ echo "<script>alert('ลิ้นชักเต็ม ติดต่อผู้จัดการตู้เอกสาร');</script>"; echo "<script>document.location.href='?option=cabinet&task=main/private_document_mobile';</script>"; } } //จบส่วนแยก echo "<Tr bgcolor='#99FFFF' align='center'><Td></Td><td></td><td colspan='2' align='left'>ลิ้นชักเลขที่ $result_tray[tray_id] $result_tray[tray_name]</td><Td align='center'>$result[tray_size]</Td><Td align='right'>$size_sum%</Td><Td></Td>"; echo "<Td></Td><Td></Td>"; echo "</Tr>"; //จบส่วนลิ้นชัก //ส่วนแฟ้ม $sql_file = "select * from cabinet_file where cabinet_id='$result[cabinet_id]' and tray_id='$result_tray[tray_id]' order by file_id"; $dbquery_file= mysqli_query($connect,$sql_file); $F=1; While ($result_file = mysqli_fetch_array($dbquery_file)){ //นับเอกสารในแฟ้ม $sql_file_num="select count(id) as file_num from cabinet_main where cabinet_type='2' and cabinet_id='$result[cabinet_id]' and tray_id='$result_tray[tray_id]' and file_id=$result_file[file_id]"; $dbquery_file_num= mysqli_query($connect,$sql_file_num); $result_file_num = mysqli_fetch_array($dbquery_file_num); if(($F%2) == 0) $Fcolor="#FFFFFF"; else $Fcolor="#FFFFC"; echo "<Tr bgcolor='$Fcolor' align='center'><Td></Td><td></td><td></td><td colspan='3' align='left'>แฟ้มเลขที่ $result_file[file_id] $result_file[file_name]</td><Td>$result_file_num[file_num]</Td><Td><a href=?option=cabinet&task=main/private_document_mobile&index=7&cabinet_id=$result[cabinet_id]&tray_id=$result_tray[tray_id]&file_id=$result_file[file_id]><img src=images/b_browse.png border='0' alt='ดู'></Td>"; echo "</Tr>"; $F++; } //จบส่วนแฟ้ม } } echo "</Table>"; } ?> <script> function goto_url(val){ if(val==0){ callfrm("?option=cabinet&task=main/private_document_mobile"); // page ย้อนกลับ }else if(val==1){ if(frm1.doc_subject.value == ""){ alert("กรุณากรอกชื่อเรื่อง"); }else if(frm1.myfile1.value==""){ alert("กรุณาเลือกเอกสาร"); }else{ callfrm("?option=cabinet&task=main/private_document_mobile&index=4"); //page ประมวลผล } } } function goto_url_update(val){ if(val==0){ callfrm("?option=cabinet&task=main/private_document_mobile"); // page ย้อนกลับ }else if(val==1){ if(frm1.doc_subject.value == ""){ alert("กรุณากรอกชื่อเรื่อง"); }else{ callfrm("?option=cabinet&task=main/private_document_mobile&index=6"); //page ประมวลผล } } } function goto_display(val){ if(val==1){ callfrm("?option=cabinet&task=main/private_document_mobile"); } } </script>
Close