click function on div to open page

click function on div to open page

Hi,

I'm wondering how to solve this problem:
I have a <div id="test">some stuff</div>

Now I want to add a link (onclick="index.php) to this div.
Whats best practice?

thx
TC