Click to See Complete Forum and Search --> : I have a question.
CbrMas1
05-02-2005, 06:23 PM
Is there a way to create a program, that when I press a submit button, the program wipes the internet history, cache files, etc, from the hard drive?
im kinda new at coding, can u get me started?
buntine
05-02-2005, 09:44 PM
Its not possible. If it was, it would be an invasion of privacy.
Regards.
CbrMas1
05-03-2005, 06:09 PM
there r programs like that, Microsoft Antispyware has it, you can delete internet history files from your hard drive, other products do to.
AdamGundry
05-07-2005, 08:59 AM
It would have to be a normal executable running under the operating system, or an ActiveX control, and could not be a normal webpage. Creating such a program requires reasonable knowledge of a programming language such as C, C++, or something similar.
Adam
buntine
05-08-2005, 08:34 AM
there r programs like that, Microsoft Antispyware has it, you can delete internet history files from your hard drive, other products do to.
As Adam mentioned, that is software running on the local machine. The same functionality cannot be emulated from a Web Page.
Regards.
JPnyc
05-08-2005, 02:59 PM
Well he didn't say anywhere that it had to be executed from a webpage. There are a number of browsers that have this feature already
CbrMas1
05-08-2005, 04:18 PM
How do I make it?
buntine
05-08-2005, 09:07 PM
Well he didn't say anywhere that it had to be executed from a webpage. There are a number of browsers that have this feature already
Where else can a submit button be pressed from? Unless the user is talking about an OS application, which would not really fit into Web Development.
JPnyc
05-08-2005, 09:36 PM
Why don't we ask him? What exactly do you wish to do? You want to write an application to run locally on your PC? Or you want a webpage to do this? Because if it's the latter, the answer is no, you cannot.
CbrMas1
05-11-2005, 05:57 PM
I want to make a program that runs on the computer
buntine
05-11-2005, 11:10 PM
Well, all programs run on the computer. Do you want a program that runs on a Web Server and has a web-based interface, or do you want a program runs on the client machine as a standalone peice of software?