Image

Imagepenguin001 wrote in Imagewebdev

JavaScript Function Call

I have a javascript located at http://www.mydomain.com/myscript.js which contains the function myFunction( strOne, strTwo )

What I want to do is to be able to create a short cut on the desktop of computers that runs myFunction( 'Text', 'Text') that is contained within my online javascript file.

Any ideas? My thoughts where to run it from the commandline, but I don't know how. I'm sure there's a better way. I have no control over the script, and I'm trying to avoid opening any browsers.

X-Posted to Imagecomputerhelp and Imagewebdev, just because I wasn't sure which was more appropriate.