D-Link Router Login Page not Rendering

G

Guest

I just bought a D-Link DIR-655 router. I can access the router's
configuration screens using my laptop (wired or wireless). However, my
desktop computer renders a screen using IE 6, IE 7, and Firefox which look
like the following. No graphical elements are renderd. Since I can access the
web pages from the laptop this seems to indicate an issue with my internet
connection on the desktop. Note, other web sites seem to work just fine. Any
suggestions would be very appreciated. D-link tech support was no help once
they conclude the problem was with Windows. Here is what I see on my web
browser(s):

ElementsByTagName || !((document.implementation &&
document.implementation.createDocument) || window.ActiveXObject)) { alert
("Your web browser is too old to use this web site. Please upgrade your
browser."); return; } /* For debugging on a local client. */ if ("" != "") {
hide_all_ssi_tr(); } document.forms.myform.password.focus(); } function
data_ready(xml) { var status = xml.getElementData("login"); if (status) { if
(status == "timeout") { alert("Session timeout, please try again.");
location.replace ('/'); } else if (status == "error") { alert("Invalid
password, please try again."); location.replace ('/'); } else {
location.replace ('/' + status); } } } function data_timeout() { /* We did
not get a reply from the server, the connection is likely down. */ alert
("The network connection seems to be down. Press 'Ok' to try again.");
location.reload(true); } function send_login() { /* Salt in hex, 8 chars
long. */ var salt = "fd347321"; var password =
document.forms.myform.password.value.substr(0,16);
document.forms.myform.password.value = ""; // Make sure password never gets
sent as clear text /* Pad the password to 16 chars. */ for (var i =
password.length; i < 16; i++) { password = password.concat('0'); } /* Append
the password to the salt and pad the result to 63 bytes. */ var input = salt
+ password; for (var i = input.length; i < 63; i++) { input += '0'; } /*
Append a 'U' for user login, or a '0' for admin login. */ input +=
(document.forms["myform"].username.value == 'user') ? 'U' : '0'; /* MD5 hash
of the salt. */ var hash = hex_md5(input); /* Append the MD5 hash to the
salt. */ var login_hash = salt.concat(hash); /* Send the login hash to the
server. */ var xmlobj = new xmlDataObject(data_ready, data_timeout, 6000,
"/post_login.xml?hash=" + login_hash); if (!xmlobj) { /* Browser does not
support XML DOM. */ alert ("Your web browser is too old to use this web site.
Please upgrade your browser."); return; } xmlobj.retrieveData(); } //]]>
Firmware Version: 1.2
Hardware Version: " == "") ? false : true; /* * Prepend "0" to Firmware
minor version if it is less than 10 */ global_fw_minor_version = "2"; if
(global_fw_minor_version < 10) { global_fw_minor_version = "0" +
global_fw_minor_version; document.getElementById("fw_minor_head").innerHTML =
global_fw_minor_version; } page_load(); } //]]>
Firmware Version: 1.2
Hardware Version: ner" border="0" cellspacing="0" summary="">
Reboot needed
Your changes have been saved. The router must be rebooted for the changes to
take effect. You can reboot now, or you can continue to make other changes
and reboot later.


Login
Log in to the router:

User Name : Admin User

Password :
 
M

Malke

David said:
I just bought a D-Link DIR-655 router. I can access the router's
configuration screens using my laptop (wired or wireless). However, my
desktop computer renders a screen using IE 6, IE 7, and Firefox which look
like the following. No graphical elements are renderd. Since I can access the
web pages from the laptop this seems to indicate an issue with my internet
connection on the desktop. Note, other web sites seem to work just fine. Any
suggestions would be very appreciated. D-link tech support was no help once
they conclude the problem was with Windows. Here is what I see on my web
browser(s):

ElementsByTagName || !((document.implementation &&
document.implementation.createDocument) || window.ActiveXObject)) { alert
("Your web browser is too old to use this web site. Please upgrade your

(snip html)

What you're seeing is the html page source instead of rendered html.
Since all other webpages work properly for you, you know the problem is
with the D-Link page. Contact D-Link tech support and ask them about it.

Malke
 
T

Tim Judd

David said:
I just bought a D-Link DIR-655 router. I can access the router's
configuration screens using my laptop (wired or wireless). However, my
desktop computer renders a screen using IE 6, IE 7, and Firefox which look
like the following. No graphical elements are renderd. Since I can access the
web pages from the laptop this seems to indicate an issue with my internet
connection on the desktop. Note, other web sites seem to work just fine. Any
suggestions would be very appreciated. D-link tech support was no help once
they conclude the problem was with Windows. Here is what I see on my web
browser(s):
[snip html/scripting]

That is the scripting and not the HTML. Your "JavaScript" doesn't seem
to be enabled. Maybe an extension/plugin/addon that disables scripting?

Look in your browser settings for anything about scripting and toggle
the value. try again until you succeed
 
G

Guest

I spoke at length to D-Link tech support (got to love a bad connection with
Indian support staff, NOT). I was able to access the router using my wife's
laptop, so the router was not at fault at which point tech support disavowed
the issue. The next day I tried deleting the NIC drivers and let windows
reload them. Somehow this fixed the issue, though I can't explain why. Very
strange!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top