Ok - this is more problematic. You will need to change the 'secretmodule.php' code and do a search and replace for links to force them to open in a new window.
Before the last line
echo $data;
insert this
$data = str_replace ("<a ", "<a target='_blank' ", $data);