Arg81
Well-known member
Is there a way to run a javascript function from a webpage?
what I am trying to do is connect to a print server's front end, and then run the JavaScript: DoRestart() function.
To connect to the Print Server I am using;
Process.Start("http://"&IPAddress) where IPAddress is a variable pulled from a list.
Any help much appricated.
Luke
what I am trying to do is connect to a print server's front end, and then run the JavaScript: DoRestart() function.
To connect to the Print Server I am using;
Process.Start("http://"&IPAddress) where IPAddress is a variable pulled from a list.
Any help much appricated.
Luke