Closed
Bug 67700
Opened 25 years ago
Closed 24 years ago
Go to the url above will kill the browser
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
People
(Reporter: amyy, Assigned: csanders)
References
()
Details
If you go to the url: http://activation.netscape.com/activation/ja/init.html
the browser will get killed.
Comment 1•25 years ago
|
||
Confirmed on build 2001020204 Win98. Only the current instance of the browser
is removed, however. If I have multiple windows open, the rest of them remain,
and they still work.
Comment 2•25 years ago
|
||
hmm... a funny one... just for the protocol, when i try the url with ie5.5 my
browser window also gets closed... and every other browser window stays open...
correcting url...
it closes before it finish loading. The last package i get contains this (give
or take a few spaces). Seems to perform a window.close
HTTP /1.1 200OK..Ser ver: Netscape-En terprise/3.6 SP3 ..Date: Mon, 05 Feb 2001
07:59:1 2 GMT..Content-t ype: application /x-javascript..E tag: "adf32-451-
3a085a3d"..Last- modified: Tue, 0 7 Nov 2000 19:38 :37 GMT..Content
-length:1105..A ccept-ranges: by tes..Connection: keep-alive....< !--..function
Ge tSelectedRadioVa lue(radioObject) .{. var i;.. f or (i = 0; i < r
adioObject.lengt h; i++){. if (radioObject[i] .checked) {. break;.
}. }.. return rad ioObject[i].valu e;;.}..function ProcessChoice(). {. var
choice = GetSelectedRadi oValue(document. form1.choice);.. if (choice ==
"activate").self.location = ActivationEndUrl ;. else if (cho ice ==
"login").self.locatio n = BuildUregLog inUrl();. else if (choice == "s
ignup").self .location = Buil dUregSignupUrl() ;. else.win dow.open(Activat
ionUnder13Url);. }..function open _faq(page) .{ .. if ( page.indexO
f("/ureg/")==0 ) .pag e = BuildUregRel ativeUrl(page);. ..var msie=false ; var
appName=na vigator.appName; ..if(appName.in dexOf("Microsoft ")==0) msie=true
;...faqwindow=wi ndow.open(page, "faqwindow", "wi dth=480,height=4
80,resizable=yes ,menubar=no,scro llbars=no,toolba r=no,location=no
,menubar=no"); . ..if(!msie) faqw indow.focus(); . }..function Goto Under13(
).{. se lf.location = Ac tivationUnder13U rl;. //var endu rl = document.pr
oform.elements[" U2_EXITURL"].value + "&under13=1 ";. //window.close();.}..//-->.
NC4.75 also closes the window at that URL.
Yuying Long: May I ask how you got there in the first place?
The "result=cancel" at end of URL doesn't look so promising, really.
Perhaps it simply does what is expected?
| Reporter | ||
Comment 5•25 years ago
|
||
I went there by typing the string in url filed cause I was checking the build-in
URLs for N6.01Ja.
Comment 6•24 years ago
|
||
When visiting this URL in IE 5.5, a dialog pops up informing me that this page
is trying to close the window (OK, Cancel). So I'm guessing this is expected
behaviour.
I think this bug is Invalid.
The next question is, should Mozilla pop up a warning dialog like this too?
RFE?
Comment 7•24 years ago
|
||
*** This bug has been marked as a duplicate of 32571 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•