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
Printable View
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
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.
Thanks for the reply, you have a point
arunb