javascript (greasemonkey) how to access a newly created iframe
- by Sendoh
hi there,
i have this website, by clicking on certain link on the website an iframe will be created within the same window.
my question, just wondering how to access this iframe?
i tried document.getElementById() return null
tried window.frames not there
Thanks