Closed
Bug 67654
Opened 24 years ago
Closed 24 years ago
Accessing Email on genie gives javascript error
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: nick.cross, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14-5.0 i686; en-US; 0.7) Gecko/20010105
BuildID: 2001010517
[ Works on Netscape 4.7* ]
Accessing my email account on genie gives
JavaScript error:
http://webmail.genie.co.uk/cgi-bin/webexpress/Control line 5:
JavaScript error:
line 0: uncaught exception: [Exception... "Access to property denied" code:
"1010" nsresult: "0x805303f2 (NS_ERROR_DOM_PROP_ACCESS_DENIED)" location:
"http://webmail.genie.co.uk/cgi-bin/webexpress/Control Line: 5"]
Document http://webmail.genie.co.uk/cgi-bin/webexpress/Logout loaded successfully
Error loading URL
http://bugzilla.mozilla.org/createaccount.cgi?login=nick.cross%40bigfoot.com&realname=Nick+Cross:
804b0002
in the console window. Assuming
Reproducible: Always
Steps to Reproduce:
Create an account (sorry!).
Attempt to access email and the error occurs.
Actual Results:
Source html from error window gives:
<html>
<script language=javascript>
<!--
function logout() {
window.location.replace("http://webmail.genie.co.uk/cgi-bin/webexpress/Logout");
return false;
}
//-->
</script>
<meta http-equiv="Pragma" CONTENT="no-cache">
<frameset cols="110,*" border=0 frameborder=0 framespacing=0>
<frame noresize marginwidth=0 marginheight=0
src="http://webmail.genie.co.uk/cgi-bin/webexpress/Control" name="control">
<frame noresize marginwidth=0 marginheight=0
src="http://webmail.genie.co.uk/cgi-bin/webexpress/BodyIndex" name="body">
</frameset>
<noframes>
<html>
<head>
<link rel=stylesheet href="/genie.css">
<title>WebExpress Error!</title>
<meta http-equiv="Pragma" CONTENT="no-cache">
<body bgcolor="#ffffff"
background="http://webmail.genie.co.uk/.isocor/errorbk.gif"><br>
<center><img src=http://webmail.genie.co.uk/.isocor/erroro.gif></center>
<br><br>
<center>The WebExpress server reported an error:</center><br><br>
<center><b>You Need a Frames Capable Browser To Use This Service</b></center>
<br><br>
</noframes>
Comment 3•24 years ago
|
||
i'm dupping it, but credit goes to gemal and HJ for finding the dup ;-)
*** This bug has been marked as a duplicate of 67347 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•