Closed
Bug 103733
Opened 24 years ago
Closed 24 years ago
window.document.write doesnot work on mfcEmbed.
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
People
(Reporter: dsirnapalli, Assigned: chak)
Details
I tried to execute the below script in mfcEmbed and it gives the following
error.
Error: linkwin.document has no properties.(line 5).
<html>
<script TYPE="text/javascript">
linkwin = window.open("");
linkwin.document.write("<a href='http://www.mozilla.org'> Click here to go to
Mozilla site </a><br><br>");
</script>
</html>
It works fine in Netscape 6.1 and mozilla.
Assignee | ||
Comment 1•24 years ago
|
||
Dup of #88229
*** This bug has been marked as a duplicate of 88229 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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
•