|
-
Aug 16th, 2006, 11:09 AM
#1
Thread Starter
Addicted Member
How to start an application from a hyperlink in a webpage ?
Hi,
I would like to run an VB application from a webpage by clicking on a hyperlink.
I tried linking an application to a hyperlink but a save As/Run dialog box apperaed, how can I avoid getting that dialog box ?
thanks
arunb
-
Aug 16th, 2006, 01:41 PM
#2
Re: How to start an application from a hyperlink in a webpage ?
The application has to be downloaded to the user's computer before the user can run it, which is a bad idea, since the user could be running Linux, a Mac or a pocket PC, which wouldn't be able to run the app. And, if the web server isn't running Windows (most of them run Linux), the app couldn't run there either.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Aug 17th, 2006, 04:24 AM
#3
Thread Starter
Addicted Member
Re: How to start an application from a hyperlink in a webpage ?
Thanks for the reply, you have a point
arunb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|