Closed
Bug 43044
Opened 25 years ago
Closed 25 years ago
Browser hangs when click on link to javascript
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: kleist, Assigned: asa)
References
()
Details
(The URL above will bring you to
"http://www.svd.se/magasinet/resor/nn_mac.htm")
On the right hand side is a table with nine cells (Sista minuten, Regulärflyg,
Lågprisflyg, Hitta resan, Paketresor, Sök reseföretag, Hotell,
Reseauktion, and Katalogbeställning).
All these cells contain a link to a javascript.
Clicking on any of them causes Mozilla to hang, after the following
having been written to the console:
- - -
*** check numbJavaScript error:
http://www.svd.se/magasinet/resor/navbar.shtml line 138: document.layers has no
properties
*** check number of frames in content areaer of frames in content area
- - -
Comment 1•25 years ago
|
||
This is the javascript function that causes the hang:
function trippel(file)
{
parent.headis.location.href="head.asp";
parent.mainis.location.href=file;
parent.navbar.location.href="navbar.shtml";
}
*** This bug has been marked as a duplicate of 37463 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 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
•