This is what I have:

Code:
 on *:dialog:addon:*:*:{
if ($devent == init) {
mdx.load
mdx SetControlMDX 9 listview rowselect showsel single sortascending labeltip report > $views
.did -i $dname 9 1 headerdims 104:1 104:2 168:3
.did -i $dname  9 1 headertext Addon $Chr(9) Maker $Chr(9) Website
.did -a $dname  9 2 Scrippie $Chr(9) ikke $Chr(9) http://www.unochat.nl
 }
}
 


Is it possible to open the website by double clicking on it ?