$ele = "\r\n" ; //ตรงนี้ต้องีฃรู้ว่าข้อมูลที่ส่งมามีการแบ่งบรรทัดแบบไหน $xyz = explode($ele, $notepad);// $xyz จะเป็น array จะเอาไปวางตรงไหนก็แล้วแต่คุณ
<script language="javascript"> function fnccheck(e){ var t1; var t2; var i; var sum; t1=document.form1.text1.value.length;// นับจำนวน for (i = 0; i < t1; i++) { if (e.keyCode == 13) { t1=e.keyCode; }else{ t2=document.form1.text1.value; } } document.form1.total.value=t1; document.form1.tota2.value=t2; } </script> <form action="" method="post" name="form1"> <input type="text" name="text1" id="text1" onkeypress="return fnccheck(event)" autofocus="autofocus"/> <input type="text" name="tota1" id="total"/> <input type="text" name="tota2" id="tota2"/> </form>
<script language="javascript"> function fnccheck(e){ form1.tota1.value += '['+e.keyCode+']'; form1.tota2.value = e.target.length; } </script> <form action="" method="post" name="form1"> <input type="text" name="text1" id="text1" onkeypress="fnccheck(event)" autofocus="autofocus"/> <input type="text" name="tota1" id="total" disabled /> <input type="text" name="tota2" id="tota2" disabled /> </form>
<script language="javascript"> function fnccheck(e){ form1.tota1.value += '['+e.keyCode+']'; form1.tota3.value += String.fromCharCode(e.keyCode); if (e.keyCode==13) { form1.tota2.value += '['+e.keyCode+']'; } var Barcode = '['+e.keyCode+']'; var BarcodeResult = Barcode.split("[13]"); for(i = 0; i < BarcodeResult.length; i++){ if (e.keyCode==13){ var a="\r\n";}else{ a="";} form1.tota4.value += BarcodeResult[i] + a; form1.tota5.value += BarcodeResult[i] + a; form1.tota6.value += BarcodeResult[i] + a; form1.tota7.value += BarcodeResult[i] + a; } } </script> <form action="" method="post" name="form1"> <table width="100%" border="0" cellspacing="3" cellpadding="0"> <tr> <td colspan="4">Barcode<br /><input name="text1" type="text" autofocus="autofocus" id="text1" autocomplete="" onkeypress="fnccheck(event)" size="50"/></td> </tr> <tr> <td colspan="4">KeyCode<br /><input name="tota1" type="text" disabled id="tota1" size="150" /></td> </tr> <tr> <td colspan="4">Enter<br /><input name="tota2" type="text" disabled id="tota2" size="150" /></td> </tr> <tr> <td colspan="4">Decode<br /><input name="tota3" type="text" disabled id="tota3" size="150" /></td> </tr> <tr> <td>ID<br /><textarea name="tota4" id="tota4"cols="45" rows="20" disabled="disabled"></textarea></td> <td>Ref1<br /><textarea name="tota5" id="tota5"cols="45" rows="20" disabled="disabled"></textarea></td> <td>Ref2<br /><textarea name="tota6" id="tota6"cols="45" rows="20" disabled="disabled"></textarea></td> <td>Amount<br /><textarea name="tota7" id="tota7"cols="45" rows="20" disabled="disabled"></textarea></td> </tr> </table> </form>
function text1change(e){ form1.text2.focus(); } function text2change(e){ form1.text3.focus(); } function text3change(e){ form1.text4.focus(); }
<script language="javascript"> function text1change(e) { form1.text2.focus(); } function text2change(e) { form1.text3.focus(); } function text3change(e) { form1.text4.focus(); } </script> <form action="" method="post" name="form1"> <input type="text" name="text1" OnChange="text1change();" autofocus="autofocus" autocomplete="off"> <input type="text" name="text2" OnChange="text2change();"> <input type="text" name="text3" OnChange="text3change();"> <input type="text" name="text4" > </form> <? error_reporting(E_ERROR | E_PARSE); if ($_POST["text1"]!="") { echo "ID=".$_POST["text1"]."<br>"; echo "Ref1=".$_POST["text2"]."<br>"; echo "Ref2=".$_POST["text3"]."<br>"; echo "Amount=".$_POST["text4"]."<br>"; } ?>
<script language="javascript"> function text1change(e) { form1.text2.focus(); } function text2change(e) { form1.text3.focus(); } function text3change(e) { form1.text4.focus(); } function text4change(e) { document.form1.submit(); } </script> <form action="" method="post" name="form1" > <input type="text" name="text1" OnChange="text1change();" autofocus="autofocus" autocomplete="off"> <input type="text" name="text2" OnChange="text2change();" autocomplete="off"> <input type="text" name="text3" OnChange="text3change();" autocomplete="off"> <input type="text" name="text4" OnChange="text4change();" autocomplete="off"> </form> <?php error_reporting(E_ERROR | E_PARSE); if ($_POST["text1"]!="") { echo "ID=".$_POST["text1"]."<br>"; echo "Ref1=".$_POST["text2"]."<br>"; echo "Ref2=".$_POST["text3"]."<br>"; echo "Amount=".$_POST["text4"]."<br>"; } ?>
function text1keypress(e){ if(e.keycode==13){ text2.focus(); return false; // ยกเลิก key } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง