Closed
Bug 151489
Opened 23 years ago
Closed 23 years ago
Hyperlink file:///c:/winnt auf HTML-Seite wird nicht ausgeführt
Categories
(Mozilla Localizations :: de / German, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 122022
People
(Reporter: sander, Assigned: kairo)
References
()
Details
From Bugzilla Helper German:
proposed Product: Browser
proposed Component: HTML Element
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
Wird die Seite über http://... von einem Webserver geladen, so wird Hyperlink
zur Anzeige des lokalen Verzeichnisses (file:///c:/winnt) nicht ausgeführt. Es
wird kein Fenster geöffnet und es sind auch sonst keine Reaktionen zu beobachten.
Wird die Seite über file:///c:/test/windows.htm geladen, so wird der Hyperlink
ausgeführt und das Verzeichnis C:\WINNT in einem neuen Browser angezeigt.
Das Problem konnte auf mehreren PC's nachvollzogen werden.
Reproducible: Always
Steps to Reproduce:
1. http://www.phytron.de/mozilla/windows.htm öffnen
2. Hyperlink auf Windows-Verzeichnis aufrufen
3.
Actual Results: Keine Anzeige, keine Reaktion
Expected Results: Anzeige des Verzeichnisses c:\winnt
HTML-Code:
<body>
<p><a href="file:///c:/winnt">Windows-Verzeichnis</a></p>
</body>
javascript console says this:
The link to file:///c:/winnt was blocked by the security manager.
Remote content may not link to local content.
Which should pretty much explain the issue.
*** This bug has been marked as a duplicate of 122022 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•