Accessing an iframe which do not have an ID?
Hello,
an external javascript file inserts this HTML code via "document.write":
Now I want to hide this iframe at onload, e.g.:
- $(function() {
- $(???).hide();
- });
But how can I access this iFrame which do not have an ID?
Thanks.
Carlos