WLAN can now be assigned to any LAN bridge. Changing VLAN/bridge settings no longer...
[tomato.git] / release / src / router / www / error.asp
blobde81af1b71c56da9c224b43a04377b7609877fb7
1 <html>
2 <head>
3 <meta http-equiv='content-type' content='text/html;charset=utf-8'>
4 <meta name='robots' content='noindex,nofollow'>
5 <title>[<% ident(); %>] Error</title></head>
6 <body style='margin:10px;background-color:#eee'><table style='background:#fff;width:100%;height:100%'>
7 <tr><td style='text-align:center;vertical-align:middle;font:14px sans-serif'><form><b>
8 <script type='text/javascript'>
9 //<% resmsg('Unknown error'); %>
10 document.write(resmsg);
11 </script>
12 <input type='button' value='Back' onclick='history.go(-1)' style='font:12px sans-serif;width:80px;margin-left:10px'>
13 </b></form></td></tr>
14 </table></body></html>