Closed
Bug 132080
Opened 23 years ago
Closed 23 years ago
dst.dk - window.open on page load is used for redirection
Categories
(Tech Evangelism Graveyard :: Danish, defect)
Tech Evangelism Graveyard
Danish
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jonasj, Assigned: tristan)
References
()
Details
(Whiteboard: [eurocontest])
* Make sure that you have dom.disable_open_during_load turned on
* Go to http://www.dst.dk/10
* Click the first link in the list ("Danmarks Statistikbank")
You will now find yourself staring at a message saying "Du stilles nu videre til
www.statistikbanken.dk", which means "You will now be redirected to
www.statistikbanken.dk", but nothing happens.
This is the code that tries to redirect you:
<script language="JavaScript">
function hoptil ( )
{
nytvindue = window.open ("http://www.statistikbanken.dk" )
}
</SCRIPT>
It is fired through an onload attribute, so dom.disable_open_during_load blocks it.
The site should be evanged to use a non-window.open-based redirection method.
(Personally, I wouldn't call windows.open a "redirection method" at all since it
leaves you with a window containing the original page.)
| Reporter | ||
Comment 1•23 years ago
|
||
jej@dst.dk has been contacted.
| Reporter | ||
Updated•23 years ago
|
Whiteboard: [eurocontest]
| Reporter | ||
Comment 2•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 4•22 years ago
|
||
resolved euro west non-.com url bugs to other
Component: Europe: West → Other
Updated•21 years ago
|
Component: Other → Danish
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•