Does anyone know how to make the following happen:
Web Page with a button - once the user clicks on the button it needs to run a vbscript that does an IPCONFIG /release and /renew command on the "users machine" NOT on the web server.
I tried using WScript -
shell.run ("%comspec% /c ipconfig /release"
but this actually does a release on the web servers IP address rather than the persons machine who actually clicked on the submit button.
Thanks in advance...
kpierick
Web Page with a button - once the user clicks on the button it needs to run a vbscript that does an IPCONFIG /release and /renew command on the "users machine" NOT on the web server.
I tried using WScript -
shell.run ("%comspec% /c ipconfig /release"
but this actually does a release on the web servers IP address rather than the persons machine who actually clicked on the submit button.
Thanks in advance...
kpierick