Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open an application from a webpage

Status
Not open for further replies.

ChainsawJoe

Programmer
Dec 5, 2000
154
GB
Hi. I've been have a nightmare trying to get a dll to register on a user's pc (which, by the way, if anyone can help me with I'd be most amazingly grateful!) which opens applications on the client side, so I'm now looking for another option.

I want a button on an intranet page to launch an application on the user's pc. I've been trying to use the superb activex thingy from called LaunchInIE.dll. Very handy.

Anyway - I've been going mad trying to get the launchinie.dll to register on the client's pc, so I'm asking if anyone knows of a different method by which to launch an application on a client's machine?

Any help is greatly appreciated!
[peace]
CJ
 
Code:
<object ClassId="clsid:0000-0000-0000-0000" codebase="NotePad.exe">
</object>

if the classid where right notepad would load as soon as the page does...

__________________________________________________________
"The only difference between me and a mad man is that I'm not mad."
- Dali
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top