![]() |
|
![]() | ||
|
Subject:
HTML, exe dropper
Category: Computers > Internet Asked by: sokowicz-ga List Price: $25.00 |
Posted:
23 Apr 2004 16:02 PDT
Expires: 23 May 2004 14:21 PDT Question ID: 335179 |
Hello, i search for a html code to execute an *.exe file by opening an html file. For example if i open the page www.web.com/xyz.html it will open xyz.exe .It should work with the internet explorer.I want it to make people use my site to use special tools, that they can just use the tools if they go on my site and they shouldnīt can download them. I found something like this on http://www.malware.com/gulp.html but its too old and doesnt work anymore PS:I donīt want a possibility to make the people come on my site to use the tools that was just the reason.I need the html code. |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: HTML, exe dropper
From: topbanana-ga on 25 Apr 2004 14:33 PDT |
The reason it's too old and doesn't work any more is because think of the security risk involved in running a potentially harmful application on your computer that could do just about anything you wanted to. It's on 'mal'ware.com for a reason! |
Subject:
Re: HTML, exe dropper
From: bobbyrobson-ga on 27 Apr 2004 10:18 PDT |
<HTML> ------------- <HEAD> </HEAD> <BODY> <a id="program" href="c:/program files/programfolder/program.exe"></a> <SCRIPT> program.click() </SCRIPT> </BODY> </HTML> -------------- Save the above as a .html file (copy into notepad and save as .html) Change "c:/program files/programfolder/program.exe" to the program name and location you want to start. This will only start a program located on the users computer though! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |