Calling Javascript function

Arg81

Well-known member
Joined
Mar 11, 2005
Messages
949
Location
Midlands, UK
Programming Experience
1-3
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
 
Back
Top