i have a linksys befsx41 router. when i go to the dmz page, this is all i see:
function IPCheck(I){ d =parseInt(I.value, 10); if ( !(d=0) ) { alert('IP value is out of range [0 - 255]'); I.value = I.defaultValue; }}function ViewDMZ(){self.open('DMZTable.htm', 'DMZ', 'alwaysRaised,resizable,scrollbars,width=560,height=400');}function autoDMZ(F){ F.DMZStatus.value = 0; F.exIP3.value = 0; F.exMAC0.value=F.exMAC1.value=F.exMAC2.value= F.exMAC3.value=F.exMAC4.value=F.exMAC5.value='00';}function fixDMZ_IP(F){ F.DMZStatus.value = 1; F.exIP3.value = F.exIP3.defaultValue; F.exMAC0.value=F.exMAC1.value=F.exMAC2.value= F.exMAC3.value=F.exMAC4.value=F.exMAC5.value='00';}function fixDMZ_MAC(F){ F.DMZStatus.value = 2; F.exIP3.value =0; F.exMAC0.value=F.exMAC0.defaultValue; F.exMAC1.value=F.exMAC1.defaultValue; F.exMAC2.value=F.exMAC2.defaultValue; F.exMAC3.value=F.exMAC3.defaultValue; F.exMAC4.value=F.exMAC4.defaultValue; F.exMAC5.value=F.exMAC5.defaultValue;}function ReturnValue(F){ if ( F.DMZStatus.value == 0 ) { F.exIP3.value = 0; F.exMAC0.value=F.exMAC1.value=F.exMAC2.value= F.exMAC3.value=F.exMAC4.value=F.exMAC5.value=0; } F.submit();}function CheckIP(I,F){ d =parseInt(I.value, 10); if ( F.DMZStatus.value == 0 ) { alert('Will get IP address automatically'); I.value =0; } if ( F.DMZStatus.value == 2 ) { alert('By Fix IP'); I.value =0; } if ( d>254 || d1 ) { alert('IP value is out of range [1 - 254]'); I.value = I.defaultValue; }}function CheckMAC(I,F){ var m1,m2=0; m1 =parseInt(I.value.charAt(0), 16); m2 =I.value.length==2?parseInt(I.value.charAt(1), 16):0; if ( F.DMZStatus.value == 0 ) { alert('Will get IP address automatically'); I.value =0; } if ( F.DMZStatus.value == 1 ) { alert('Will get a Fix IP address '); I.value =0; } if( isNaN(m1) || isNaN(m2) ) { alert('The MAC Address is out of range [00 - ff]'); I.vaø??
also, this is all i see for mac clone page:
td align=center width=40 height=2Â?
as you can see, i have no idea what the hell is wrong with this thing, and linksys tech support is useless. can anyone tell me why i am getting this, and possibly a solution? i am using the newest firmware, 1.44 on their homepage.
function IPCheck(I){ d =parseInt(I.value, 10); if ( !(d=0) ) { alert('IP value is out of range [0 - 255]'); I.value = I.defaultValue; }}function ViewDMZ(){self.open('DMZTable.htm', 'DMZ', 'alwaysRaised,resizable,scrollbars,width=560,height=400');}function autoDMZ(F){ F.DMZStatus.value = 0; F.exIP3.value = 0; F.exMAC0.value=F.exMAC1.value=F.exMAC2.value= F.exMAC3.value=F.exMAC4.value=F.exMAC5.value='00';}function fixDMZ_IP(F){ F.DMZStatus.value = 1; F.exIP3.value = F.exIP3.defaultValue; F.exMAC0.value=F.exMAC1.value=F.exMAC2.value= F.exMAC3.value=F.exMAC4.value=F.exMAC5.value='00';}function fixDMZ_MAC(F){ F.DMZStatus.value = 2; F.exIP3.value =0; F.exMAC0.value=F.exMAC0.defaultValue; F.exMAC1.value=F.exMAC1.defaultValue; F.exMAC2.value=F.exMAC2.defaultValue; F.exMAC3.value=F.exMAC3.defaultValue; F.exMAC4.value=F.exMAC4.defaultValue; F.exMAC5.value=F.exMAC5.defaultValue;}function ReturnValue(F){ if ( F.DMZStatus.value == 0 ) { F.exIP3.value = 0; F.exMAC0.value=F.exMAC1.value=F.exMAC2.value= F.exMAC3.value=F.exMAC4.value=F.exMAC5.value=0; } F.submit();}function CheckIP(I,F){ d =parseInt(I.value, 10); if ( F.DMZStatus.value == 0 ) { alert('Will get IP address automatically'); I.value =0; } if ( F.DMZStatus.value == 2 ) { alert('By Fix IP'); I.value =0; } if ( d>254 || d1 ) { alert('IP value is out of range [1 - 254]'); I.value = I.defaultValue; }}function CheckMAC(I,F){ var m1,m2=0; m1 =parseInt(I.value.charAt(0), 16); m2 =I.value.length==2?parseInt(I.value.charAt(1), 16):0; if ( F.DMZStatus.value == 0 ) { alert('Will get IP address automatically'); I.value =0; } if ( F.DMZStatus.value == 1 ) { alert('Will get a Fix IP address '); I.value =0; } if( isNaN(m1) || isNaN(m2) ) { alert('The MAC Address is out of range [00 - ff]'); I.vaø??
also, this is all i see for mac clone page:
td align=center width=40 height=2Â?
as you can see, i have no idea what the hell is wrong with this thing, and linksys tech support is useless. can anyone tell me why i am getting this, and possibly a solution? i am using the newest firmware, 1.44 on their homepage.
