I am writing an local browser app which loads local HTML pages into one of its subframes. I want to log any links which are clicked in the subframe and maybe do some processing on the link before it actually gets called. <br><br>Is there any way of intercepting links which are clicked in a subframe (or another window)? <br><br>I tried putting an onclick= for the window but altho it fired I couldnt find what link caused it and it also fires for clicking anywhere in the window.<br><br>Any help would be appreciated<br><br>Thanks