| View previous topic :: View next topic |
| Author |
Message |
riderin3d
Joined: 12 Oct 2004 Posts: 1
|
Posted: Tue Oct 12, 2004 9:22 am Post subject: disabling open/save dialog box |
|
|
Hi all
I linked an exe file through html. The file is opening fine. Now, how can i disable the open/ save dialog box that appears before opening the file.
Please help on this. I am in very much of this.
Thanks. |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3593 Location: Sweden
|
Posted: Tue Oct 12, 2004 5:30 pm Post subject: Re: disabling open/save dialog box |
|
|
| If you disable it, what do you want should be happening instead? |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Wed Oct 13, 2004 7:41 am Post subject: Re: disabling open/save dialog box |
|
|
| I don't think you can disable it. This all depends on however the user's computer has been setup. For instance, you set it up so no dialog box appears again. You don't get the dialog anymore. But when I try to click the link, it might very well happen that I do get the dialog box... |
|
| Back to top |
|
 |
PC_Tech777
Joined: 13 Oct 2004 Posts: 6
|
Posted: Wed Oct 13, 2004 8:38 am Post subject: Re: disabling open/save dialog box |
|
|
| What is the code that you use to get the open/ save dialog box I can use it. PLEASE |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3593 Location: Sweden
|
Posted: Wed Oct 13, 2004 2:49 pm Post subject: Re: disabling open/save dialog box |
|
|
| PC_Tech777 wrote: |
| What is the code that you use to get the open/ save dialog box I can use it. PLEASE |
Just make a link to the file. The open/save box wil appear if its a file that your browser can't handle. Like .exe or .zip |
|
| Back to top |
|
 |
nithya242002
Joined: 30 May 2005 Posts: 2 Location: Bangalore
|
Posted: Mon May 30, 2005 6:35 am Post subject: Re: disabling open/save dialog box |
|
|
Just make a link to the file. The open/save box wil appear if its a file that your browser can't handle. Like .exe or .zip
What if the file is a .doc or .xls file. Please send me the code. |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3593 Location: Sweden
|
Posted: Mon May 30, 2005 8:44 am Post subject: Re: disabling open/save dialog box |
|
|
| nithya242002 wrote: |
Just make a link to the file. The open/save box wil appear if its a file that your browser can't handle. Like .exe or .zip
What if the file is a .doc or .xls file. Please send me the code. |
I believe both IE and FireFox get supported by Microsoft Office, so I think you just can make an ordinary link to open an .doc or .xls -file in the browser. Just make it like this:
| Code: |
| <a href="thefile.doc">Click here to read the file</a> |
I hope that will work.
And welcome to DEVPPL nithya242002 |
|
| Back to top |
|
 |
nithya242002
Joined: 30 May 2005 Posts: 2 Location: Bangalore
|
Posted: Mon May 30, 2005 9:42 am Post subject: Re: disabling open/save dialog box |
|
|
| I have the same line of code in my html page. But it is opening in a browser. I want the open save dialog box to be displayed when the link is clicked. Please tell me how to do this. |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Mon May 30, 2005 10:04 am Post subject: Re: disabling open/save dialog box |
|
|
Zip the file, the browser can't handle a .zip file. I think that's the only option you have here...  |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3593 Location: Sweden
|
Posted: Mon May 30, 2005 12:22 pm Post subject: Re: disabling open/save dialog box |
|
|
| You can also make a link as I wrote, and then tell the users to rightclick > save as. |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Mon May 30, 2005 12:39 pm Post subject: Re: disabling open/save dialog box |
|
|
| True, that's just a regular link, you just have to go along with about 2 more actions. |
|
| Back to top |
|
 |
|