Log in

View Full Version : perl/ java script


tanya
January 13th, 2001, 05:58
Actually, I seek a freeware script for my website that will delete Cookies/History/Temp/Temporary Internet Files/Reg keys, that are put by my site on visitor's system.
Or at least clean the History folder of visitors.
So that my site will leave no traces on visitors' system.
Send any ideas to dchenka@yahoo.com

the snake
January 16th, 2001, 01:17
Hi tanya

I'll try to keep on order by your post...
Freeware scripts are available all over the web :
http://www.javascript.com/
http://javascript.internet.com/
http://www.webdeveloper.com/
http://www.wdvl.com/
http://webreference.com/

And so on... just search, and you will find much more.

Cookies - don't create them with your pages, so you won't have to delete them.

Internet Files - you can use "meta tag" that will prevent the pages
from being stored in the temp/internet folders. IE :
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
This should come within the <HEAD> and the </HEAD> tags..

Reg keys - I can't think of a good reason to create any... Not sure
how it's posiable, may be with Perl or VBscript MAybe PHP, but what for ???

regards
the snake