I have a page with an iFrame showing a page from another server. Inside the iFrame there is a Save button. Is there any way to check that the button in the iFrame has been clicked? I guess no, because it's on an other server. My thinking is it might be possible to enumerate the controls in the iFrame and set a value in the browser (JavaScript) if the Save button is clicked. Is it possible? Your thoughts would be appreciated.