|
-
October 31st, 1999, 11:29 AM
#1
Put an application to web page
I have a standard window application. Is it possible to put it into a web page and let user to download?
Thanks
Alex
-
October 31st, 1999, 11:22 PM
#2
Re: Put an application to web page
Alex,
Follow the steps -
1. Make the installation programe. (I hope it is already there)
2. Again convert into single .Zip or .EXE file. This file should reside on the web server.
3. Make the link on your page page. In front page, etc. There is visual way to link. When you link, give the path to your EXE or Zip file.
Following is the HTML link which down load an applet, you should use the complete path to access the file.
<a href="fphover.class"> Download Java Applet</a>
On clicking the "Download Java Applet the computer will download it.
I hope this will solve the problem.
Santulan
-
November 1st, 1999, 01:33 PM
#3
Re: Put an application to web page
Thank you Santulan, I will try it out.
Alex
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
|