Eb[K]
04-14-2005, 07:40 PM
I want to know if any of you know where i can get the javascript code that will download and run the target its given' i have seen the code before if its a generated code could you also tell me what site i can have it generated at thx :confused:
warhammerdude20
04-14-2005, 07:51 PM
You mean download something off the internet?
That would be as simple as:
window.location.replace("www.mysite.com/myFile.zip");
Eb[K]
04-14-2005, 08:09 PM
i also want it to download the file then run it do u know that code
warhammerdude20
04-14-2005, 08:49 PM
without asking the user? I hope not!
sorry, can't be done. Not with javascript... If your intention is to give
someone a file off the internet, then my first reply should be enough...
What are you exactly trying to do? there are ways arould a lot of things,
but if you're trying to send a virus with javascript without telling the user,
it can not be done...