D-Link DSA-3100 User Manual - Page 84

Login ok

Page 84 highlights

DSA-3100 Airspot Public/Private Gateway User Manual Login ok Page My Login Success function popOne(url) { window.open(url,'','directories=0,height=200,width=440,resizable=0,scorllbar=0,status=0,men ubar=0'); } function logoff() { var example=window.confirm('Are you sure want to logout ?'); if(example) { window.close(); popOne('logoff.shtml?uid=&session='); } else { window.close(); popOne('popup11.shtml?uid=&session='); echo echo 77

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87

DSA-3100 Airspot Public/Private Gateway User Manual
77
</body>
</html>
Login ok Page
<?
include "../include/init.inc";
include "../include/function.inc" ;
$flogout_mode = getValue($db_path . "/flogout");
?>
<HTML>
<HEAD>
<title>My Login Success</title>
<script language="javascript">
function popOne(url)
{
window.open(url,'','directories=0,height=200,width=440,resizable=0,scorllbar=0,status=0,men
ubar=0');
}
function logoff()
{
var example=window.confirm('Are you sure want to logout ?');
if(example)
{
window.close();
popOne('logoff.shtml?uid=<?
echo
$uid;
?>&session=<?
echo
$session; ?>');
}
else
{
window.close();
popOne('popup11.shtml?uid=<?
echo
$uid;
?>&session=<?
echo
$session; ?>');