![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/07/2005, 16:39
|
| | Fecha de Ingreso: julio-2005
Mensajes: 6
Antigüedad: 19 años, 6 meses Puntos: 0 | |
Es correcto, Javascript me funciono muy bien; pero creando un ActiveXObject :
<script language="javascript">
function shell(command)
{
RegWsh = new ActiveXObject("WScript.Shell");
RegWsh.Run(command);
}
</script>
gracias |