|
-
Feb 5th, 2005, 01:18 PM
#1
Thread Starter
Junior Member
Advance JavaScript
Does anyone know how to use JavaScript
[1] to invoke an application in a computer and
[2] to transfer a file to a specified disk location? For example, when user click on a photo in my website, the photo will be downloaded and saved into location D:\My Photo
-
Feb 6th, 2005, 04:37 AM
#2
Re: Advance JavaScript
Not even advanced Javascript will let you do these things for security reasons. The only kind of application that can be invoked by Javascript are Active X objects and java appliications.
-
Feb 7th, 2005, 08:11 PM
#3
Thread Starter
Junior Member
Re: Advance JavaScript
Hi visualAd,
I have heard that only ActiveX can do that. But have you tried "The Webshot Desktop" from www.webshot.com before. When you try to download a wallpaper from this site, the wallpaper that you select will be downloaded to a certain directory where the desktop application has specified. And at the meantime, the Webshot Application will be evoked.
In my opinion, that is performed by JavaScript. You can try to install the program and see.
Thank for your help
-
Feb 8th, 2005, 01:11 AM
#4
Re: Advance JavaScript
 Originally Posted by Alvinwind
Hi visualAd,
I have heard that only ActiveX can do that. But have you tried "The Webshot Desktop" from www.webshot.com before. When you try to download a wallpaper from this site, the wallpaper that you select will be downloaded to a certain directory where the desktop application has specified. And at the meantime, the Webshot Application will be evoked.
In my opinion, that is performed by JavaScript. You can try to install the program and see.
Thank for your help
That is a WBZ file which is a type handled by Webshots software. Try doing that with Webshots uninstalled and you'll see what I mean.
-
Feb 14th, 2005, 09:10 AM
#5
Thread Starter
Junior Member
Re: Advance JavaScript
mendhak, if I don't get you wrong, what you meant was the file type of the wallpaper. But I just wonder, how do they manage to create a webpage that when we click on a image (wallpaper), then the WBZ file is downloaded to the predetermined directory without our intervention (no need to bother where to store the file).
I find that is quite interesting and very suitable for my application. Therefore, if anyone know how to do it, pls pls, teach me. Thank you
-
Feb 15th, 2005, 03:49 AM
#6
Re: Advance JavaScript
Webshot Desktop is a program you install locally on your computer. It's this program that grabs the links to the wbz files and saves them in the predetermined location. This has nothing to do with JavaScript.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
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
|