I m stuck. please help. I want an equivalent code of currentWindow.getBrowser().contentWindow;
views:
78answers:
1
A:
I ran across this issue recently, if you are running the code in a content script you will have access to the page's window
object.
jxson
2010-10-26 18:27:12