|
|
|
สอบถามเรื่อง textbox ส่งค่าไปอีก textbox อัตโนมัติ |
|
|
|
|
|
|
|
ครับ ขอบคุณครับ
มันคือคำถาม ?
เขียนอะไรแบบใหนไว้มั่งแล้วครับ
แล้วติดปัญหาตรงใหน
ถ้าอยากได้คำตอบที่ถูกต้องช่วยเอาโค้ดมาวางด้วย เผื่อจะมีคนเข้าใจคำถาม และหาคำตอบให้ได้
และเป็นส่วนที่จะได้รู้ว่า DEV ยุคใหม่ ได้มีความมุมานะพยายามแล้วมันติดปัญหา
แค่พิมพ์ความต้องการ โค้ดมันไม่ได้ลอยมาเองดอก ออเจ้า
|
|
|
|
|
Date :
2018-03-17 06:31:04 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขออภัยด้วยครับ โค๊ดอยู่คนละที่ครับเมื่อคืนโพสผ่านมือถือทิ้งไว้ เป็นมือใหม่ครับ
มันเป็น form สมัครสมาชิกครับ ประมาณว่ากรอกไอดีช่องที่ 1 เป็นตัวเลข ช่องที่ 2 รับตัวเลข 3-4ตัวหลังมาเองเลย ส่วนช่องที่ 3 รับจากช่องที่ 1 มาทั้งหมดครับ ขอบคุณครับ
<form id=register_frm method=post autocomplete=off>
<fieldset>
<p><label class="g-input icon-id"><input type=text name=register_id id=register_id maxlength=255 placeholder="{LNG_id}"></label></p>
<p><label class="g-input icon-password"><input type=password name=register_password id=register_password maxlength=10 placeholder="{LNG_Password}"></label></p>
<p><label class="g-input icon-user"><input type=text name=register_name id=register_name maxlength=150 placeholder="{LNG_Name}"></label></p>
</fieldset>
<button type=submit disabled class="button login wide" id="register_submit">{LNG_Register}</button>
</fieldset>
</form>
|
|
|
|
|
Date :
2018-03-17 08:59:13 |
By :
1090449737763993 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เมื่อกรอกข้อมูลในช่องกรอกแล้ว จะให้คอมทำอะไรต่อไปยังไง
ก็ต้องมาดูคุณสมบัติของช่องกรอกข้อมูล มันมีอะไรที่สามารถรับรู้ได้ว่ากรอกข้อมูลเสร็จแล้ว
เมื่อมันรับรู้แล้วจะทำอะไรต่อไป ต้องมี function มาลองรับหรือเปล่า
ถ้าคุณมีพื้นฐานทีดีก็น่าจะคิดตรงนี้ได้ ถ้ายังไม่มีพื้นฐานก็ขอแนะนำให้ไปอ่านตัวอย่างและทำตามตัวอย่างให้มากๆ
ให้รู้ว่า flow control มันมายังไงไปยังไงก่อน ค่อยมาคิดงานเอง
https://www.thaicreate.com/php.html
|
|
|
|
|
Date :
2018-03-17 09:44:52 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบว่าผมพิมพ์ช่องแรก เสร็จหรือไม่เสร็จ ช่องที่2กับ3มันใส่ข้อมูลตามเลย
ส่วนเรื่องการตัดตัวเลขไว้ทีหลังครับ
|
|
|
|
|
Date :
2018-03-17 16:12:50 |
By :
1090449737763993 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ event onkeyup หรือ onkeypress ศึกษาข้อแตกต่างแล้วเลือกใช้ให้เหมาะสม
|
|
|
|
|
Date :
2018-03-17 17:16:05 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบนี้รึป่าวครับ
http://sideproject.in.th/130576.html
Code (PHP)
<!doctype html>
<html ng-app>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<title>ThaiCreate No.130576</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="row">
<div class="col-md-12">
<h1>ThaiCreate No.130576</h1>
<label for="substr3">เอา 5 ตัวหน้า</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="">Number</span>
</div>
<input type="text" class="form-control" ng-model="no1">
<input type="text" class="form-control" value="{{no1.substr(0,5)}}">
<input type="text" class="form-control" value="{{no1}}">
</div>
<br> <br>
<label for="substr3">เอา 5 ตัวหลัง</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="">Number</span>
</div>
<input type="text" class="form-control" ng-model="no1">
<input type="text" class="form-control" value="{{no1.substr(-5)}}">
<input type="text" class="form-control" value="{{no1}}">
</div>
</div>
</div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>
|
|
|
|
|
Date :
2018-03-17 17:42:52 |
By :
pramuan_thaicreate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แนะนำนะครับ ให้ Download เป็น File มาเป็นไว้ใน path web จะดีกว่าอ้างอิงจาก rel link เดี๋ยวความชิห...จะเกิดขึ้นภายหลังครับ
|
|
|
|
|
Date :
2018-03-19 09:00:14 |
By :
dudesaranyu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|