Networking

4

 

Using External Web-Hosted CGI Scripts

 

 

 

 

 

}

#Otherwise it was not a form request

#Send out an error message

if ($result == 0) {

print "Content-type: text/html\n\n

<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> <html>

<head>

<title>MySMB Login Failed</title>

<meta http-equiv=\"Cache-control\" content=\"no-cache\"> <meta http-equiv=\"Pragma\" content=\"no-cache\">

</head>

<body bgColor = '#c0d8f4'>

<h1 style=\"text-align: center;\">MySMB Login Failed</h1> <center>

Login must be performed through MySMB daemon. </center>

</body>

</html>

";

exit(0);

}

#Generate the output

print "Content-type: text/html\n\n

<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> <html>

<head>

<title>MySMB Login</title>

<meta http-equiv=\"Cache-control\" content=\"no-cache\"> <meta http-equiv=\"Pragma\" content=\"no-cache\"> <SCRIPT LANGUAGE=\"JavaScript\">

var blur = 0;

var starttime = new Date();

var startclock = starttime.getTime(); var mytimeleft = 0;

function doTime() { window.setTimeout( \"doTime()\", 1000 ); t = new Date();

time = Math.round((t.getTime() - starttime.getTime())/1000); if (mytimeleft) {

time = mytimeleft - time; if (time <= 0) {

window.location = \"$loginpath?res=popup3&uamip=$uamip&uamport= $uamport\";

}

}

if (time < 0) time = 0;

hours = (time - (time % 3600)) / 3600; time = time - (hours * 3600);

mins = (time - (time % 60)) / 60; secs = time - (mins * 60);

Cisco ISA500 Series Integrated Security Appliances Administration Guide

200

Page 200
Image 200
Casio ISA550WBUN3K9 manual Networking