English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I can't find the codes for a download button that when user clicks the button it will prompt to Run, Save or Cancel. Anyone can help? Is it the same as ShowDialog or something?

2006-11-25 15:18:08 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

I believe you are talking about a web form. Simply let the button redirect the user to the file you wish to make available and the browser will prompt the user with the options you mentioned.

ex: when the user presses the button execute the following statement
Response.Redirect("File.exe")

The browser will prompt the user whether he wants to download or execute the file

2006-11-25 21:37:51 · answer #1 · answered by Smutty 3 · 0 0

Showmessage function should take care of that.

Good luck

2006-11-25 15:39:47 · answer #2 · answered by DSP 2 · 0 0

I believe your ordinary msgbox() has parameters that take care of that. However, I am not sure. Please find out. Or else design one!

2006-11-25 21:07:14 · answer #3 · answered by deostroll 3 · 0 0

fedest.com, questions and answers