computing
  • 2

Running VBS Scripts From HTML Links In Google Chrome

  • 2

How do you place contents of .vbs files so that they run from a HTML link ?

I’ve tried some ActiveX scripts, but it seems that Google Chrome just won’t let you run bat, vbs or exe scripts from a browser page.

I’m using Google Chrome kiosk mode, offline, as a frontend for a city ordinance doc manager application , and certain specialized functions would add browsing and research benefits to the user.

Share

1 Answer

  1. Why not just use IE in kiosk mode?

    iexplorer -k

    http://msdn.microsoft.com/en-us/lib…

    Would probably simplify what you’re trying to accomplish.

    Tony

    • 0