what i want to do is to:
create a iframe,set his src to let say http://www.google.com then in the iframe(using code from the mainpage) get the search input element and fill it and get the links from the response.
the problem is that if i try to get the IFrameElement.c ontentWindow.do cument.body i get a exception in FireFox that say i can`t get the element coz it is some kind of security/premisions.
how can i do...