NETGEAR ProSafe WFS709TP Software Administration Manual page 209

Smart wireless switch
Hide thumbs Also See for ProSafe WFS709TP:
Table of Contents

Advertisement

To localize the authentication failure message, replace the following text (it is just a few
lines below the
<div id="errorbox" style="display: none;">
</div>
with the script below.
You will need to translate the Authentication Failed error message into your local
language and add it into the script below where it states
<script>
{
var q = window.location.search;
var errmsg = null;
if (q && q.length > 1) {
q = q.substring(1).split(/[=&]/);
for (var i = 0; i < q.length - 1; i += 2) {
if (q[i] == "errmsg") {
errmsg = unescape(q[i + 1]);
break;
}
}
}
if (errmsg && errmsg.length > 0) {
switch(errmsg) {
case "Authentication Failed":
localized_msg="Authentication Failed";
break;
default:
localised_msg=errmsg;
break;
Internal Captive Portal
WFS709TP ProSafe Smart Wireless Switch Software Administration Manual
tag):
<body>
v1.0, June 2007
localized_msg="..."
.
C-9

Advertisement

Table of Contents
loading

Table of Contents