English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I hope you help me find those HTML or JavaScript codes :
the first code i need is a redirect code which redirect visitor to another webpage URL .

the second is the code that download cookies or files when someone open the web page without user permission or with user permission - the one used in illegal and warez sites like http://keygen.us - .
someone told me once that there is a program called autodownload that does the second one .

2006-07-24 11:58:21 · 3 answers · asked by mickyblueyes 1 in Computers & Internet Programming & Design

i want to download files to the client / visitors computer and control where they go

2006-07-24 12:31:43 · update #1

3 answers

After the and section, put the following:<br /> <br /> <meta http-equiv="refresh" content="2; URL=newurl.htm"><br /> <br /> The 2 is the time to wait before going to new page... Bigger number is longer wait...<br /> URL= has destination where to go next! </p> <p> <small> 2006-07-24 12:02:14 · <a href="#answer20060724120214">answer #1</a> · <span>answered by <u>N2FC</u> <b>6</b></span> · <span>3<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20060724120411" class='answer' > <!-- <b>Answer #2</b> --> <p class='answer-content' lang="en"> the redirect can be done two ways. through html you can use a meta refresh or javascript redirect. <br /> <br /> the javascript redirect is just document.location.href="newUrl.html"<br /> <br /> I'm not sure where you want to download cookies to, so I can't really speak to that, but javascript can read cookies.<br /> <br /> EDIT - for your update - what you want to do is write cookies. To do that you need to alter the document.cookies variable. </p> <p> <small> 2006-07-24 12:04:11 · <a href="#answer20060724120411">answer #2</a> · <span>answered by <u>John J</u> <b>6</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20060724121358" class='answer' > <!-- <b>Answer #3</b> --> <p class='answer-content' lang="en"> Javascript can open cookies, but not files for obvious security reasons. You're on about cross site scripting arnt u? Thats not good and I'm not going to tell you how to do that. Tosser </p> <p> <small> 2006-07-24 12:13:58 · <a href="#answer20060724121358">answer #3</a> · <span>answered by <u>coffeeaddict_uk</u> <b>3</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> </div> </article> </section> <div style="background:#888;padding:8px;margin-top:16px;"> fedest.com, questions and answers </div> </body> </html>