Hi, I have a problem when accessing data from ifra...
# javascript
j
Hi, I have a problem when accessing data from iframe in code running in window. When I try to check class (node is HTMLInputElement) it returns false, I suppose it is equivalent of using different classloaders in Java. Is there any clean solution? I suppose I can do comparison with contructors being contained in window object, but this is little ugly..