This (see below) is behind the 'box' on the webpage.
When you click the box javascript activates the link.

But how to use vba to activate this link?

using
- ie.Navigate ("javascript: etc or
- doc.all( etc

but how???

Part of HTML-code on webpage:

<form class="detail" method="post" action="index.php?id=67">
<p>
<input type="hidden" value="6100" name="details">
<input type="hidden" value="a:5:{s:2:"id";s:2:"67";s:4:"page";s:0:"";s:7:"details";i:0;s:12:"searchstring";s:0:"";s:7:"branche";i:0;}" name="serialized_request">
<input type="hidden" value="" name="L">
<input type="hidden" value="6100" name="merge_with_serialized[details]">
<input class="detail" type="submit" onmouseout="this.className='detail';" onmouseover="this.className='detail_hover';" value="Detail">
</p>