The same problem in all: "Class must implement the inherited abstract method: <interfacename>.getContentDocument()."
The declaration in HTMLFrameElement is typical:
/**
* The document this frame contains, if there is any and it is available,
* or <code>null</code> otherwise.
* @since DOM Level 2
*/
public Document getContentDocument();
What's the deal?
Thanks.
Bob Foster http://xmlbuddy.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
