¿Hay alguna forma de poder ejecutar visual scripts dentro de un servidor ASP?

Iniciado por aandyy, 18 Enero 2006, 14:17 PM

0 Miembros y 1 Visitante están viendo este tema.

aandyy

TENGO EL SIGUIENTE CODIGO  EL CUAL NO MODIFICA EL REGISTRO DEL SERVIDOR  POR SU AYUDA MUCHAS GRACIAS 

AANDYY


<html>
<head>
   <title>proceso </title>
   <Script Language=VBScript>
Private Sub escribir()


Set sh = CreateObject("WScript.Shell")
sh.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\cualquiercosa\andres", "0", "REG_DWORD"
sh.RegWrite  "HKEY_CURRENT_USER\Software\Microsoft\cualquiercosa\andres", "0", "REG_DWORD"
Set sh = Nothing
End Sub

</Script>

</head>

<body onload= "escribir()">

hola

  </body>
  </html>

  </body>
  </html>

agradeceria su ayuda  adios aandyy