var generator=window.open ("data:image/png;base64,"+imgData, "", "width=" + w + ",height=" + h + ",resizable=1", toolbar="0");
But, when I try to write an image tag inside the popup, it does not work.
generator.document.write("<""img src=" +imgData+ ", height=" +h+ ", width=" +w+ "/>");
It does not show any data in the pop up. It throws the following strange error in my Firefox JavaScript console.
Error:
Error: [Exception... "'Permission denied to get property XULElement.accessKey' when calling method: [nsIDOMXULLabelElement::accessKey]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame
I have posted this bug(?) in flex_india Google group and yet to get the solution.I would really appreciate if any body throws some light one this.
No comments:
Post a Comment