Closed
Bug 1752
Opened 26 years ago
Closed 26 years ago
Javascript error
Categories
(Core Graveyard :: Embedding: APIs, defect, P2)
Tracking
(Not tracked)
People
(Reporter: jesse.houwing, Assigned: joki)
References
()
Details
The following function generates an error in line 5 saying that top.title
dowsn't have any properties, but this functions works fine with both Netscape
4.0+ and IE 4.0 and 5.0beta.... So it seems that there is a bug in the
javascript implementation.
01 <script language="JavaScript1.2">
02
03 <!--
04 function ChangeImage(file){
05 top.title.document.images[0].src="/j.houwing/images/" + file + ".gif";
06 parent.text.focus();
07 }
08 //-->
09
10 </SCRIPT>
Jesse Houwing
Updated•26 years ago
|
Assignee: jevering → vidur
Comment 1•26 years ago
|
||
Vidur, are you responsible for the javascript linkage these day?
Updated•26 years ago
|
Assignee: vidur → joki
Comment 2•26 years ago
|
||
A bug for you, Tom. Probably a DUP of others related to named frame elements.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Verified Dup
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•