Closed
Bug 299381
Opened 19 years ago
Closed 19 years ago
i like to know if these functions are implemented by dear park "getURL" and "printNode"
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: kouejou, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+
i want to use the getURL to read one file.
the javascript console give the error "function not defined"
Reproducible: Always
Steps to Reproduce:
getURL("path",function)
printNode(node)
these functions give the error not defined
Actual Results:
function not defined
Expected Results:
i want to have the function given by the path
excuse my english i'm french student.
thanks
Comment 1•19 years ago
|
||
That's not JavaScript. Aren't you confused with the funnction getURL() in ActionScript (Flash) ?
Comment 2•19 years ago
|
||
Please use http://developer.mozilla.org/en/docs/Gecko_DOM_Reference and W3C DOM documents as references for DOM methods supported by Gecko. You're probably indeed confused about the getURL and printNode functions. They are part of ActionScript, which is not supported by browsers directly. Resolving invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
| Assignee | ||
Updated•8 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•