Tengo que mostar un archivo de ayuda *.chm
tengo esta lineas en la web
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script LANGUAGE="VBScript">
// script para IE - mostrar archivo de ayuda
sub Abrir(Archivo)
window.ShowHelp Archivo
End sub
</script>
<title>Untitled</title>
</head>
<body>
<a href="#" onClick="Abrir('\\//Hospsrv01/web_hvc/MPE.CHM')">Procedimientos de Enfermería</a>
</body>
</html>
pero al pulsar en el enlace me abre bien el archivo de ayuda y luego me abre una pagina nueva con la pagina web. ¿no s eporque es? alguien me puede ayudar????????