|
|
|
คลิ๊กลิงค์แล้วให้โชว์ popup เป็นปุ่ม OK, Cancel ต้องทำอย่างไรบ้างครับ |
|
|
|
|
|
|
|
javascript confirm หาครับหา
|
|
|
|
|
Date :
2011-06-28 23:02:54 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
<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>
Go to : JavaScript alert and confirm
|
|
|
|
|
Date :
2011-06-28 23:06:59 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ได้ว่าครับ แต่ผมชอบตอบแบบนี้ ชอบชี้โพรงให้กระรอก
|
|
|
|
|
Date :
2011-06-28 23:28:27 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนแรกว่าจะให้หาเอง แต่อาจจะได้กลับมาตอบอีกครั้ง ก็เลย ๆ ช่วยหาให้ล่ะกัน
|
|
|
|
|
Date :
2011-06-28 23:29:44 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|