Feeds:
Posts
Comments

Archive for the ‘web’ Category

Try the below scripts. Note that the web browser must allow Javascript and ActiveX to run. Another version with input argument for the function call:

Read Full Post »

Modify your HTML like below: Enjoy!

Read Full Post »

source: http://www.vandyke.com/support/securecrt/004.html You cannot run programs directly in an ActiveX script however if you have Microsoft’s Windows Script Host (WSH) installed you can tell WSH to run it for you. The following VBScript statements use WSH to start Internet Explorer with a command-line argument: Dim shell Set shell = CreateObject(“WScript.Shell”) shell.Run “””C:\Program Files\Internet Explorer\IExplore.exe””http://www.vandyke.com“ Here’s the [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.