www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / diagipow.html
index 92142c7..f21335c 100755 (executable)
                   <TBODY>
                      <script language="javascript">
 <!-- hide
-//var brdId = '<%ejGet(boardID)%>';
+//var brdId = '<%ejGetJS(boardID)%>';
 var dispName = '';
-if ('<%ejGet(numEnet)%>' == '1') {
+if ('<%ejGetJS(numEnet)%>' == '1') {
    document.writeln("<TR><TD class='hd' width='250'>Test your Ethernet Connection: </TD>");
    document.writeln("<TD><B><%ejGetOther(diagnostic, 1)%></B>&nbsp;</TD>");
    document.writeln("<TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
 } else {
-   dispName = getUNameByLName('<%ejGet(boardID)%>' + '|eth0');
+   dispName = getUNameByLName('<%ejGetJS(boardID)%>' + '|eth0');
    document.writeln(" <TR><TD class='hd' width='250'>Test your " + dispName + " Connection: </TD>");
    document.writeln(" <TD><B><%ejGetOther(diagnostic, 1)%></B>&nbsp;</TD>");
    document.writeln(" <TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
-   dispName = getUNameByLName('<%ejGet(boardID)%>' + '|eth1');
+   dispName = getUNameByLName('<%ejGetJS(boardID)%>' + '|eth1');
    document.writeln("<TR><TD class='hd' width='250'>Test your " + dispName + " Connection: </TD>");
    document.writeln("<TD><B><%ejGetOther(diagnostic, 18)%></B>&nbsp;</TD>");
    document.writeln("<TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
 }
-if ('<%ejGet(enblUsb)%>' == '1') {
+if ('<%ejGetJS(enblUsb)%>' == '1') {
    document.writeln("<TR><TD class='hd'>Test your USB Connection: </TD>");
    document.writeln("<TD><B><%ejGetOther(diagnostic, 13)%></B>&nbsp;</TD>");
    document.writeln("<TD><A href='hlpusbconn.html'>Help</A></TD> </TR>");
 }
-if ('<%ejGet(enblWireless)%>' == '1') {
+if ('<%ejGetJS(enblWireless)%>' == '1') {
    document.writeln("<TR><TD class='hd'>Test your Wireless Connection: </TD>");
    document.writeln("<TD><B><%ejGetOther(diagnostic, 17)%></B>&nbsp;</TD>");
    document.writeln("<TD><A href='hlpwlconn.html'>Help</A></TD></TR>");
@@ -83,7 +83,7 @@ function btnGo(where) {
    else
       loc += diagNext;
       
-   var code = 'location.assign("' + loc + '")';
+   var code = 'location = "' + loc + '"';
    eval(code);
 }