DavidEBSmith
Occasional Visitor
I haven't been able to edit the DHCP static list for some time.
First of all it looks funny,with some extra blank columns:
When I try to add an entry I get these JS errors:
I've got a script file that does
Any ideas? The only unusual characters in any hostnames are dashes, none are more than 15 characters.
First of all it looks funny,with some extra blank columns:
When I try to add an entry I get these JS errors:
Code:
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: document.getElementById(...).rows.cells[j] is undefined
Advanced_DHCP_Content.asp:254:14
TypeError: evt.srcElement is undefined
state.js:620:1
I've got a script file that does
Code:
nvram set dhcp_staticlist="<XX:XX:XX:XX:XX:XX>192.168.X.X>device><XX:XX:XX:XX:XX:XX>192.168.X.XX>device-2>< etc etc
Any ideas? The only unusual characters in any hostnames are dashes, none are more than 15 characters.