473,480 Members | 3,021 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Start a Program from an ASP Page?

Hello,

Is there a way to start a program on the client computer from an asp page?
I.E. The user clicks a button, and word starts up. (of course if they have
word on their comp.)
Thanks,

Chuck
Nov 19 '05 #1
5 1259
If the link downloads a .doc file and the user allows this (via configuration
or prompt), then sure.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hello,

Is there a way to start a program on the client computer from an asp
page? I.E. The user clicks a button, and word starts up. (of course
if they have word on their comp.)

Thanks,

Chuck


Nov 19 '05 #2
Standard browser security settings prohibit this behavior.
One way around it would be to send the user a blank .DOC file, which it will
open in Word after the user accepts the prompt.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Charles A. Lackman" <Ch*****@CreateItSoftware.net> wrote in message
news:OW**************@TK2MSFTNGP15.phx.gbl...
Hello,

Is there a way to start a program on the client computer from an asp page?
I.E. The user clicks a button, and word starts up. (of course if they
have
word on their comp.)
Thanks,

Chuck

Nov 19 '05 #3
Thanks,

What I am trying to accomplish is the following:

I have an application that allows the user to draw a picture. What I am
looking for is, once the client download the program and installs it, when
they visit my web site and click on a button, that the program executes if
it is installed.

Simular to resident ActiveX controls used on other web sites like
PCPitstop.com

If I am not thinking right on this matter, how should I be thinking?

Thanks,

Chuck
"Brock Allen" <ba****@NOSPAMdevelop.com> wrote in message
news:47**********************@msnews.microsoft.com ...
If the link downloads a .doc file and the user allows this (via
configuration
or prompt), then sure.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hello,

Is there a way to start a program on the client computer from an asp
page? I.E. The user clicks a button, and word starts up. (of course
if they have word on their comp.)

Thanks,

Chuck



Nov 19 '05 #4
With an activex control you could do this, because activex controls have
more privileges than standard javascript.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Charles A. Lackman" <Ch*****@CreateItSoftware.net> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Thanks,

What I am trying to accomplish is the following:

I have an application that allows the user to draw a picture. What I am
looking for is, once the client download the program and installs it, when
they visit my web site and click on a button, that the program executes if
it is installed.

Simular to resident ActiveX controls used on other web sites like
PCPitstop.com

If I am not thinking right on this matter, how should I be thinking?

Thanks,

Chuck
"Brock Allen" <ba****@NOSPAMdevelop.com> wrote in message
news:47**********************@msnews.microsoft.com ...
If the link downloads a .doc file and the user allows this (via
configuration
or prompt), then sure.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hello,

Is there a way to start a program on the client computer from an asp
page? I.E. The user clicks a button, and word starts up. (of course
if they have word on their comp.)

Thanks,

Chuck


Nov 19 '05 #5
I have a vb6 control that allows for a person to scribble on an area on a
web page.

Most of the time the control does not work on peoples computers becuase of
their security setting.

Is there a way to make a button on the page that they can click that will
download the control and make it work whenever they go to the web page (so I
won't get all these security problems)?

I know how to put the button on the page and how to make it download, but I
am not sure if this will solve the problem and what file to have them
download and how it would get installed.

I have a cab file that contains the following files. If this is what is
needed how do you install it?

Msvbvm60.dll
MyControl.inf
MyControl.ocx

I am trying to find a work around to make this always work.

Thanks,

Chuck

"Charles A. Lackman" <Ch*****@CreateItSoftware.net> wrote in message
news:OW**************@TK2MSFTNGP15.phx.gbl...
Hello,

Is there a way to start a program on the client computer from an asp page?
I.E. The user clicks a button, and word starts up. (of course if they have
word on their comp.)
Thanks,

Chuck

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

75
9800
by: Beni | last post by:
I have been programming in C for about a year now. It sounds silly, but I never took the time to question why a C(or C++ or Java) program execution begins only at the main(). Is it a convention or...
12
4071
by: GTi | last post by:
I have small program that always must be running when a user is logged on. Since users can close this program I must create a program that always check if this program is running. So I created a...
4
3557
by: Jesse Cates via DotNetMonster.com | last post by:
I am trying to launch a command-line program that came with a program called Live Stats. This command-line program is used to automate configuration of Live Stats. In order to test this, I am just...
5
13405
by: SiD` | last post by:
when starting a windows service writte in vb.net, a messagebox appears: cannot start service from the command line or a debugger. A windows service must first be installed using installutil.exe ...
1
1912
by: Frank | last post by:
Hi, I use the standard example to start a program: Private Sub StartWithArguments() ' Declare and instantiate a new process component. Dim myproc As System.Diagnostics.Process myproc = New...
2
2541
by: Jan Paul van de Berg | last post by:
I have a piece of software that people can download and a third party promoting that software. In order for them to be able to count the number of downloads, I have to put a tracking code on my...
16
2501
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
4
21670
by: carson | last post by:
I have written two windows services: - service A does some crunching of local data files and uploads them to a central processing computer via http. - service B monitors a manifest file on a...
4
8441
by: =?Utf-8?B?YmlsbA==?= | last post by:
i'm using VS2005, VB.NET windows forms application when I try to open a web page using process.start, i get an error: "application not found" I'm using this syntax: ...
0
6920
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7060
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6760
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7022
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5365
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
1311
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
572
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.