|
|
|
สอบถามเกี่ยวกับ popup window แล้วให้หน้าหลักทำการรีไดเร็ก (Authentication) |
|
|
|
|
|
|
|
สร้าง session หรือ cookie เก็บ url หน้าเก่าเอาไว้
พอ login เสร็จก็ เรียก url นั้นมาใช้
|
|
|
|
|
Date :
2016-10-20 13:52:28 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
header("location:javascript://history.go(-1)");
|
|
|
|
|
Date :
2016-10-20 13:55:34 |
By :
dudesaranyu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โค้ดตัวอย่างเอามาให้ดูครับ ต้องแก้ไข หรือใส่ตรงไหนครับ
Code (PHP)
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>User Authentication</title>
<link rel="stylesheet" href="captiveportal-style.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<SCRIPT TYPE="text/javascript">
<!--
function submitpopup(myform){
window.open('', 'Logout','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=200');
myform.target='Logout';
return true;
}
//-->
</SCRIPT>
</head>
<body>
<form method="post" action="$PORTAL_ACTION$" class="login" onSubmit="submitpopup(this)">
<h1>User Authentication</h1>
<input type="text" name="auth_user" class="login-input" placeholder="Username" style="text-align:center" autofocus>
<input type="password" name="auth_pass" class="login-input" placeholder="Password" style="text-align:center">
<!--p class="login-p">OR</p>
<input type="text" name="auth_voucher" class="login-input" placeholder="Voucher Code" autofocus-->
<input type="submit" name="accept" value="LOGIN" class="login-submit">
</form>
</body>
</html>
|
ประวัติการแก้ไข 2016-10-20 14:25:07
|
|
|
|
Date :
2016-10-20 14:24:25 |
By :
akkaneetha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|