I used a javascript as you recomended, I tough got a security problem with unsecure active-x control in I.E settings
But that is another forum..
Thanks
//M
function pip(){
var wsh = new ActiveXObject('WScript.Shell');
var beep = 'c:\\WINNT\\Media\\Utopia - starta Windows.WAV'
wsh****n ('sndrec32 /play /close ' + beep ,0, true);
}