ikaikaokaina
2006-02-28 22:39:19 UTC
Here's what I am trying to accomplish. We've got a service running on a
webserver that needs to occasionally restarted. Rather than bugging one of
us sys admins to restart the service, I was hoping to embed some vbscript
that will restart the service on that local system onto a webpage. That way,
when the application developer needs to restart the service, all he has to do
is go to the default .html page on http://localhost and click the command
button that runs the vbscript to restart the service.
I've successfully found the vbs code needed to restart the service, however
it doesn't appear to run when I embed it into the .html code. Are these type
of requests not able to be submitted via vbscript via HTML?
webserver that needs to occasionally restarted. Rather than bugging one of
us sys admins to restart the service, I was hoping to embed some vbscript
that will restart the service on that local system onto a webpage. That way,
when the application developer needs to restart the service, all he has to do
is go to the default .html page on http://localhost and click the command
button that runs the vbscript to restart the service.
I've successfully found the vbs code needed to restart the service, however
it doesn't appear to run when I embed it into the .html code. Are these type
of requests not able to be submitted via vbscript via HTML?