Ask a Question related to ASP, Design and Development.
-
eddie wang #1
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a
OPEN/SAVE dialog option window. Instead, the Excel opened in the browser
window. How to get a OPEN/SAVE dialog option window? THanks.
filesys.createTextFile(application("ApplicationPat h") &
"repository\repository_" & filenameval & ".csv",true)
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
eddie wang Guest
-
Is there an open or save Dialog in Flash ?
Hi all, this may sounds funny, and maybe I missed something in tutorials and searching on the web ... but I can't find anything about a... -
Force GetUrl to open dialog box "open or save"
I'm triyng to link several buttons to several external 3D .step and .igs files. I needed Flash to open dialog box "Open or save", but what hapens... -
Open/Save File Dialog
Is there a way to open the open/save file dialog in flash without useing javascript? I'm trying to develop this for a stand alone distribution and... -
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.create
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.createTextFile. How to pop up the dialog box option... -
MX open/save file browser window issues...
Anybody else found this isuue? Whenever I use DWMX, after about an hour or so, if I go to Save As.. (specifically when using the keyboard shortcut),... -
Ray at #2
Re: How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
This is a client-side option that you cannot control from ASP, but you can
use this trick.
[url]http://www.aspfaq.com/2161[/url]
Ray at work
"eddie wang" <ewang@kmg.com> wrote in message
news:O2PvoaeiDHA.1368@TK2MSFTNGP12.phx.gbl...> I use the following to open Excel from IE browser, but I don't get a
> OPEN/SAVE dialog option window. Instead, the Excel opened in the browser
> window. How to get a OPEN/SAVE dialog option window? THanks.
>
> filesys.createTextFile(application("ApplicationPat h") &
> "repository\repository_" & filenameval & ".csv",true)
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Ray at Guest
-
eddie wang #3
Re: How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
Thanks for pointing out this is a client option. How may I setup this
option on client PC manually? Thanks!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
eddie wang Guest
-
Ray at #4
Re: How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
For the xls file type in tools, options, file types from explorer.exe:
browse in same window = false
confirm open after download = true
Ray at work
"eddie wang" <ewang@kmg.com> wrote in message
news:OHZQDuAjDHA.2404@TK2MSFTNGP12.phx.gbl...> Thanks for pointing out this is a client option. How may I setup this
> option on client PC manually? Thanks!
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Ray at Guest
-
eddie wang #5
Re: How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
Based on the following code, I think that I use CSV format.
filesys.createTextFile(application("ApplicationPat h") &
"repository\repository_" & filenameval & ".csv",true)
So, I set up in Tools/Folder Options/File Types/CSV and see the
following are true. Why I
am still not getting a dialog window to confirm open after download???
browse in same window = false
confirm open after download = true
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
eddie wang Guest
-
Ray at #6
Re: How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
Huh. I get the same thing. I also notice that the options I set for csvs
don't stick. There is this article, but it's the opposite effect.
[url]http://support.microsoft.com/?kbid=318761[/url] ?? Not sure. I suppose as a
work-around you could stream the file back using this.
[url]http://www.aspfaq.com/2161[/url]
Ray at work
"eddie wang" <ewang@kmg.com> wrote in message
news:O2ncKjCjDHA.2580@TK2MSFTNGP10.phx.gbl...>
>
> Based on the following code, I think that I use CSV format.
> filesys.createTextFile(application("ApplicationPat h") &
> "repository\repository_" & filenameval & ".csv",true)
>
> So, I set up in Tools/Folder Options/File Types/CSV and see the
> following are true. Why I
> am still not getting a dialog window to confirm open after download???
> browse in same window = false
> confirm open after download = true
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Ray at Guest



Reply With Quote

