|
|
|
สอบถามการวางตำแหน่งจาวาสคริปหน่อยครับ พอดีผมใส่ java OK-Cancle ใส่แล้วมันขึ้นป๊อปอัพ พอคลิก Cancle มันก็ยังบันทึกลงฐานครับ |
|
|
|
|
|
|
|
Code (JavaScript)
<script type="text/javascript">
<!--
var answer = confirm ("ยืนยันการลงทะเบียน?")
if (answer)
window.location='my_register.php' //ทำหน้านี้
else
window.location='search.php'; //กลับหน้าเดิม
exit();
// -->
</script>
|
|
|
|
|
Date :
2012-12-27 11:57:03 |
By :
pudthaiiii |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณสำหรับคำแนะนำคับ
ลองทำวิธีนี้แล้วครับ แต่มันก็ยังบันทึกลงฐานเหมือนเดิมครับ
|
|
|
|
|
Date :
2012-12-27 12:54:46 |
By :
Mr.mee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หรือถ้ายังติดอยู่ให้ไปดู พวกคำสั่ง Javascript Confirm ตามนี้ครับ
Quote:<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<script language="JavaScript">
function chkConfirm()
{
if(confirm('Do you want to visit : https://www.thaicreate.com')==true)
{
alert('Going to https://www.thaicreate.com');
window.location = 'https://www.thaicreate.com';
}
else
{
alert('You selected to cancel.');
}
}
</script>
<input type="button" name="btnConfirm" value="Confirm" OnClick="chkConfirm()">
</body>
</html>
ที่มา
https://www.thaicreate.com/tutorial/javascript-alert-confirm.html
|
|
|
|
|
Date :
2012-12-27 13:28:10 |
By :
pudthaiiii |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับสำหรับคำแนะนำ
|
|
|
|
|
Date :
2012-12-27 21:24:38 |
By :
Mr.mee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|