Jump to content

Recommended Posts

Posted

Hi, scripting is not my thing so this is probably an easy one but I cant find the answer.

I'm using a web page to open word, excel, calc etc etc but when I use the following script, some programs open twice and some don't....?

This is on the web page:

Calculator

This is the calc.vbs script:

 

Set objApp = CreateObject("WScript.Shell")

objApp.run "calc.exe"

 

Any ideas why when I click once it opens twice? :confused:

Thank you.

Kate

Posted

By the looks of it, you've got two items with the same name :)

 

I know it shouldn't make a difference, but obviously it does - rename the form control and all will be happy :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...